You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
If a gauge chart gets more than one data row/column, the values are summed up for each series, which works nicely as far as I can tell.
However there seems to be a problem finding the right level color after summing up the values: The arcs as well as the legend are colored according to the first data value instead of the sum (the tooltips show the correct color).
Problem description
If a gauge chart gets more than one data row/column, the values are summed up for each series, which works nicely as far as I can tell.
However there seems to be a problem finding the right level color after summing up the values: The arcs as well as the legend are colored according to the first data value instead of the sum (the tooltips show the correct color).
How to reproduce
Go to https://c3js.org/samples/chart_gauge.html and change the example code like this:
The text was updated successfully, but these errors were encountered: