If you need vertical or horizontal Trend Line, you can take a look into stripLines.
If this doesn’t suit your requirement, kindly provide a pictorial representation, so that we can look into it and help you out.
___________
Indranil Deo
Team CanvasJS
Using Stripline bounds you can achieve this. Please take a look at this work-around.
__________
Indranil Deo,
Team CanvasJS
You can set mouseover event handler for dataSeries which is triggered when user moves Mouse Over a dataSeries.
___________
Indranil Deo,
Team CanvasJS
Kathy,
The formatDate()
is working fine on our side. Please create a jsfiddle reproducing the issue so that we can look into it and help you better.
____________
Indranil Deo,
Team CanvasJS
Kathy,
We looked into your issue and observed that the ISO-format for date-time is (YYYY-MM-DDTHH:MM:SSZ)
, which is different from what you are using.
Please take a look at the following pages for more details on JavaScript Date Formats.
JavaScript Date Format W3Schools
Date and Time Strings (JavaScript)
I have updated the fiddle please take a look.
___________
Indranil Deo,
Team CanvasJS
Try removing the interval in the axisX. If you are still facing some problem, please create a jsfiddle reproducing the issue.
____________
Indranil Deo,
Team CanvasJS
Kathy,
Thanks for reporting. We are looking into the issue. We will get back to you at the earliest.
____________
Indranil Deo,
Team CanvasJS
As of now we don’t have this feature. But you can work around by increasing the values of the dataPoints which are not plotted.
Please take a look at this jsfiddle.
____________
Indranil Deo,
Team CanvasJS
Kindly make sure that jQuery is included in the code.
____________
Indranil Deo,
Team CanvasJS
Tanguy,
In JavaScript Month starts from 0 (January) and ends at 11(December). So while displaying they are incremented by 1.
Also, please go through this link for subtracting days from date.
___________
Indranil Deo,
Team CanvasJS
Kathy,
On calling the rangeChanging event handler mention the intervalType and interval in each of the individual conditions.
Please take a look at this solution.
____________
Indranil Deo,
Team CanvasJS