We have graph with 3 different charts where it shows the value in blue if it exceeds threshold value we have to show red color,Can any one help us regarding this.Is this feature available in canvasjs
You can customize the color of dataPoint by setting color property. Please take a look at this JSFiddle for an example showing changing the color of line based on the dataPoint value.