• Open in:

Line with different colors for ups and downs

As you see, the line graph can use different color for ups and downs. If previous value is bigger than current value, the line will use negativeLineColor. This feature can also be used with step and column graphs. To use it, you must set useNegativeColorIfDown to true. In case you define openField for the graph, values will be compared to openField instead of previous values.

Demo source