Skip to content

Code Insights [Charts]: Extend insight categorical-like chart with bar chart

Created by: vovakulikov

Blocked by https://github.com/sourcegraph/sourcegraph/issues/32940

At the moment we have only one chart representation for categorical-like datasets - our pie chart. After this PR about adding a bar chart, we're able to represent categorical data for the lang stats insight with the bar chart.

Lang stats with pie chart Lang stats with bar chart
Screenshot 2022-06-14 at 19 15 55 Screenshot 2022-06-13 at 23 45 48