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
Can we set specific custom color to the different lines in a multiline chart?
Lets say I have 4 different charts on one page.
In two of the graphs there are three different lines (three different brands, X Y and Z).
In the third graph, there are only two different lines (two different brands, Y and Z).
In the last graph, there are only two different lines (two different brands, X and Z).
I always want brand X, brand Y and brand Z to have their own "brand-color" in all of the charts. Something like:
I know about setColors([...]). But with this I can't connect a color to a certain brand as it's not certain that all different brands will be present in all different charts.
The text was updated successfully, but these errors were encountered:
Can we set specific custom color to the different lines in a multiline chart?
Lets say I have 4 different charts on one page.
In two of the graphs there are three different lines (three different brands, X Y and Z).
In the third graph, there are only two different lines (two different brands, Y and Z).
In the last graph, there are only two different lines (two different brands, X and Z).
I always want brand X, brand Y and brand Z to have their own "brand-color" in all of the charts. Something like:
I know about
setColors([...])
. But with this I can't connect a color to a certain brand as it's not certain that all different brands will be present in all different charts.The text was updated successfully, but these errors were encountered: