Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.32 KB

pie-charts.rst

File metadata and controls

45 lines (31 loc) · 1.32 KB

Pie charts

Pie charts give a quick overview of the distribution of values for a given attribute. ScanCode Workbench utilises c3js charts on the following views:

  • file-info-dashboard
  • license-info-dashboard
  • copyright-info-dashboard
  • package-info-dashboard
  • dependency-info-dashboard

Tooltip

You can hover over the pie chart to see the exact value and percentage of the pie chart.

Hover Pie chart to see tooltip

Legend items

Note

Legend items are not available on the copyright-info-dashboard due to long copyright statements.

You can hover over the legend items to highlight the corresponding pie chart segment.

Hover Pie chart legend item to highlight segment

You can click on the legend items to toggle the visibility of corresponding pie chart segments.

Click legend item to toggle segment visibility in Pie chart

Click legend item to toggle segment visibility in Pie chart