Can you kindly create a sample project reproducing the issue along with sample data and share it with us over Google-Drive or Onedrive so that we can look into the code, run it locally to understand the scenario better and help you resolve?
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 sample project helps us in figuring out the issue and suggesting an appropriate solution accordingly.
—
Shashi Ranjan
Team CanvasJS
Updating any chart elements will re-render the entire chart as of now. However, it takes just a few milliseconds to re-render the entire chart and performs well in such a scenario. You can take a look at this documentation page for a performance demo of the chart with thousands of DataPoints.
—
Shashi Ranjan
Team CanvasJS
Gridlines are drawn at every interval. Even when minimum and maximum are set to 1 and 101 respectively and interval to 10, the labels are being shown at 10, 20, 30, etc and not at 11, 21, 31, etc – controlling the starting point of the label is not available as of now. Because of this, the gridlines of primary and secondary y-axes don’t overlap.
—
Shashi Ranjan
Team CanvasJS
You can use stripLines to achieve the above requirement.
If this doesn’t help, kindly share some pictorial representation so that we can understand your requirements better and help you out.
—
Shashi Ranjan
Team CanvasJS
You can customize the position of the export button by applying styling to ‘canvasjs-chart-toolbar’ class. Please take a look at this JSFiddle.
—
Shashi Ranjan
Team CanvasJS
Parsing through the dataset to accept the values that are greater than 10 before passing it to chart options should work fine in this case. Please take a look at this JSFiddle for the same.
—
Shashi Ranjan
Team CanvasJS
Can you kindly create a JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code, understand the scenario 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 issue and many a time we can just edit your code on JSFiddle to fix the issue right away.
—
Shashi Ranjan
Team CanvasJS
Can you kindly create a sample project reproducing the issue along with sample data and share it with us over Google-Drive or Onedrive so that we can look into the code, run it locally to understand the scenario better and help you resolve?
—
Shashi Ranjan
Team CanvasJS
Custom markers are not supported as of now. The example shared shows you to workaround by positioning the images on top of the chart. However, to re-position images on zooming and panning, you can call positionMarkerImage()
upon rangeChanged event.
—
Shashi Ranjan
Team CanvasJS
Can you kindly create a JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code, understand the scenario 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 issue and many a time we can just edit your code on JSFiddle to fix the issue right away.
—
Shashi Ranjan
Team CanvasJS
The JSFiddle you have shared doesn’t seem to be working. However, we are trying to reproduce the issue at our end and will get back to you at the earliest.
—
Shashi Ranjan
Team CanvasJS