I'm looking to enhance my graph by having lines between the bullets in different colors based on their direction. For instance, if a line is rising (going from a bullet of smaller value to greater value), it should be green; if a line is falling, it should be red.
I came across an option in AmChart graphs called graph.negativeLineColor, which changes the color based on whether the line is above or below 0. However, this doesn't exactly meet our needs.
Are there any other chart tools available that can achieve this effect?