carbon-design-system / carbon-charts

:bar_chart: :chart_with_upwards_trend:⠀Robust dataviz framework implemented using D3 & typescript
https://charts.carbondesignsystem.com
Apache License 2.0
908 stars 184 forks source link

Pie & Donut - UI Modes #70

Closed theiliad closed 4 years ago

theiliad commented 6 years ago
  1. Do we need to be able to hide percentages on a pie/donut
  2. Do we need to be able to move percentages into legend
  3. Do we need to make legend non-collapsible (also would this only apply to all charts)?
nicoleroppel commented 5 years ago

@theiliad Hi!

Just following up on some of these:

  1. We're not going to hide the percentages. We want to keep those in to make it really easy to compare/match the other charts we have. Instead, we've added a spec with lines (in another issue for you to review) to avoid percentages crashing together when the slices get too small.

  2. Nope. We're going to keep them where we have them right now.

  3. We do want the legend to collapse, but we need to adjust some of the percentages we have with it right now because we're getting some weird things happening. We're going to grab time with you to go over it.

Thanks!