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 change the color of the line chart if certain conditions are met. But I don't want the entire line color to change. There are 2 lines.
Line 1 : Actual Cost
Line 2 : Forecast Gross Cost
I want only the color of the affected portion to change color. For example on line 1, if the Forecast > Actual for the month of November, I want just that portion of the line to turn red(), else, it should be blue().
Anyone have any thoughts on how to achieve this?
The text was updated successfully, but these errors were encountered:
@benmccann do you have any code examples we could look at?
I'm attempting to adjust the line colour dependant on the value, not another dataset, but this seems a similar query.
I have made some progress but have only been successful in changing the point colors, not the line colors. I have detailed my attempts in response to another issue: #2123 (comment)
I want to change the color of the line chart if certain conditions are met. But I don't want the entire line color to change. There are 2 lines.
Line 1 : Actual Cost
Line 2 : Forecast Gross Cost
I want only the color of the affected portion to change color. For example on line 1, if the Forecast > Actual for the month of November, I want just that portion of the line to turn red(), else, it should be blue().
Anyone have any thoughts on how to achieve this?
The text was updated successfully, but these errors were encountered: