You can use contentFormatter to format the content of the toolTip. Please refer the toolTip documentation page for defining custom color for each entry in toolTip. Also kindly check this JSFiddle for an example.
___________
Indranil Deo
Team CanvasJS
You can use color property at dataPoint level to set the color for specific dataPoint. However, setting border color to dataPoint is not available as of now.
___________
Indranil Deo
Team CanvasJS
By default, Error series is linked to its previous series. To attach Error series to a specific series you need to use linkedDataSeriesIndex property. Please take a look at this JSFiddle for updated code.
In case you are still facing the issue, kindly create a JSFiddle reproducing the issue instead of screenshot or code snippet and share it with us so that we can look into the code, understand it better and help you out?
From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.
Having a JSFiddle helps us in figuring out the scenario better and help you out accordingly.
___________
Indranil Deo
Team CanvasJS
#1. dotted line
You can use lineDashType to set the dash type of stripLine as a dot/dash.
#2. the red marker in every section of month like january , february … December
You can use scatter chart with color set to red.
#3. And also hover on the red marker to see the differences between the current value to the average value
You can define toolTipContent at dataSeries level to achieve this.
Please take a look at this JSFiddle for the same.
___________
Indranil Deo
Team CanvasJS
You can use stripLine to show average as a horizontal line. Please take a look at this gallery page for an example on the same.
___________
Indranil Deo
Team CanvasJS
Please take a look at the ASP.NET MVC gallery for examples on integrating CanvasJS with ASP.NET MVC.
You can also download the ASP.NET MVC sample project from our download page and run it locally on your system.
___________
Indranil Deo
Team CanvasJS
Dr. B. Bühler,
As we are working on some important update at this point of time, we have not set any definite timeline for the fix.
___________
Indranil Deo
Team CanvasJS
Thanks for reporting the use-case. We will look into this in future versions.
___________
Indranil Deo
Team CanvasJS
You can add scaleBreaks to axisX of navigator. Please refer this documentation page for list of axisX options in navigator.
___________
Indranil Deo
Team CanvasJS
stripLines are available in both x-axis & y-axis, irrespective of primary & secondary. Please take a look at this documentation page for information on adding stripLines in axisX.
___________
Indranil Deo
Team CanvasJS
You can achieve the above requirement by adding stripLines on axis Y.
___________
Indranil Deo
Team CanvasJS
You can customize the color of axis grids by setting gridColor property.
___________
Indranil Deo
Team CanvasJS
Sorry, scrollbar within legend is not available as of now. However, you can create custom legends (DOM) with scrollbar as shown in this JSFiddle.
___________
Indranil Deo
Team CanvasJS