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
In a line graph, I would like to be able to set a threshold and having the line color change relative to the threshold, i.e. green when Y>0, red otherwise.
The only way i was able to achieve something similar was to split the data into different lines, based on the threshold.
Problem is, these lines are not connected between each others, resulting in empty areas on zooming, especially noticeable when values bounce above and below the threshold.
Manually connecting the lines this way would require forging "fake" datapoints right at threshold value for the line tho change color in the exact spot needed and it's not desirable.
Is there an easier way around this?
The text was updated successfully, but these errors were encountered:
In a line graph, I would like to be able to set a threshold and having the line color change relative to the threshold, i.e. green when Y>0, red otherwise.
The only way i was able to achieve something similar was to split the data into different lines, based on the threshold.
Problem is, these lines are not connected between each others, resulting in empty areas on zooming, especially noticeable when values bounce above and below the threshold.
Manually connecting the lines this way would require forging "fake" datapoints right at threshold value for the line tho change color in the exact spot needed and it's not desirable.
Is there an easier way around this?
The text was updated successfully, but these errors were encountered: