zoomType property allows you to control the axis for which zooming and panning are enabled. Setting zoomType to ‘xy’ will let you zoom / pan across both x and y axes. Please refer documentation for more info.
—
Vishwas R
Team CanvasJS
Jakub,
The JSFiddle shared seems to be working fine. If you could share JSFiddle or a sample project reproducing the issue you are facing, we could understand it better to help you out!
—
Vishwas R
Team CanvasJS
Jakub,
Syncing crosshair across multiple charts is not available as an inbuild feature, as of now. However, by simulating mouse-events across charts you can achieve it as shown in this JSFiddle.
If you are still facing issue, kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code / options being used, understand the scenario better and help you resolve.
—
Vishwas R
Team CanvasJS
Jakub,
Please take a look at this documentation page for step-to-step tutorial and an example on rendering multiple charts in a page.
—
Vishwas R
Team CanvasJS
Prathyush,
Please refer Microsoft Documentation for tutorials and code related to MS SQL database connectivity.
This forum is dedicated to queries related to CanvasJS, you can post your queries in Stack Overflow for programming specific queries.
—
Vishwas R
Team CanvasJS
CanvasJS is a JavaScript library and follows JavaScript Date-Formats and is not a bug. However, you can use ISO format to pass month from 1 to 12 (Example: “2015-03-25” is considered as March 25, 2015). You can adopt the one of the format to fit your requirements.
—
Vishwas R
Team CanvasJS
Prathyush,
Please take a look at this article for step-to-step tutorial on connecting to MySQL database and reading data from it, along with sample code and screenshots.
—
Vishwas R
Team CanvasJS
In JavaScript month starts from 0(January) and ends at 11(December). So while displaying they are incremented by 1.
—
Vishwas R
Team CanvasJS
You can achieve your requirement by setting bubbles to false during the simulation of mouse event. Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
Gunther,
Your CSV seems to have extra ” (quote) in the beginning and to the end. Removing it should work fine in this case. Please take a look at this updated sample project.
—
Vishwas R
Team CanvasJS
Gunther,
Can you kindly share Sample Project reproducing the issue over Google-Drive or Onedrive along with sample CSV so that we can look into the code, run it locally to understand the scenario better and help you resolve?
—
Vishwas R
Team CanvasJS
Samyukta,
Glad that you resolved it :)
—
Vishwas R
Team CanvasJS
Can you kindly share JSFiddle with your use-case so that we can look into the source 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.
—
Vishwas R
Team CanvasJS
Sorry, it’s not possible to show legends for dataPoints as of now. Legends are shown to represent dataSeries incase of column, bar, line, are, etc chart with axis and not dataPoints. Please refer documentation for more information.
—
Vishwas R
Team CanvasJS