How can I highlight the maximum datapoint permanently along with graph. Like if 100 is the maximum value on graph , ‘100’ should be permanently marked along with datapoint not just visible on hover.
You can permanently highlight the maximum dataPoint in a graph by setting its color that is highlighted and setting the highlightEnabled property of the datapoint to false.
Please check this jsfiddle.
—
Suyash
Team CanvasJS