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
I want to suggest the option to hide a series and seriescolumn by default, using something like hideseries. I imagine this working like so addSeriesColumn($seriesName, $title, $value, $extras = [], $show = true)
or having a function seperate which would be used like ->hideSeries([$array])
I need this for a project im working on, where some values are more important then others, but you might want to see the other values in the same chart. For now my workaround is making 2 charts, 1 with the extra values and 1 without :/
The text was updated successfully, but these errors were encountered:
I want to suggest the option to hide a series and seriescolumn by default, using something like hideseries. I imagine this working like so
addSeriesColumn($seriesName, $title, $value, $extras = [], $show = true)
or having a function seperate which would be used like
->hideSeries([$array])
I need this for a project im working on, where some values are more important then others, but you might want to see the other values in the same chart. For now my workaround is making 2 charts, 1 with the extra values and 1 without :/
The text was updated successfully, but these errors were encountered: