Marianne,
Does this library support line /step charts with markers
Yes, markers are supported in all line, area, scatter and bubble charts.
You can customize the color of the markers by using markerColor property. markerSize becomes zero when there is huge number of dataPoints, which you can customize by setting markerSize property. To enable zooming and panning, you can set zoomEnabled property to true.
Please refer documentation for more customization options available.
—
Vishwas R
Team CanvasJS
The sample shared seems to be working fine. Can you kindly share sample project reproducing the issue you are facing over Google-Drive or Onedrive so that we can run it locally at our end, understand the scenario better and help you resolve?
—
Vishwas R
Team CanvasJS
Please take a look at this example for rendering doughnut chart along with updating subtitle on mousemove.
—
Vishwas R
Team CanvasJS
Parsing data read from database before passing it to chart options should work fine in your case. Please take a look at this updated sample project.
—
Vishwas R
Team CanvasJS
Stefan,
Can you kindly create sample project reproducing the issue you are facing and share it with us over Google-Drive or Onedrive along with sample data so that we can run the code at our end locally, 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.
—
Vishwas R
Team CanvasJS
Can you kindly share working sample project over Google-Drive or Onedrive along with sample database so that we can run it locally at our end, 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.
—
Vishwas R
Team CanvasJS
One of our representatives from sales team will get in touch with you soon. For more information on licensing please contact sales[at]canvasjs[dot]com
—
Vishwas R
Team CanvasJS
Stefan,
Thanks for reporting the use-case to us. Setting pointer-events to ‘auto’ should work fine in this case. We have updated the JSFiddle with the same.
—
Vishwas R
Team CanvasJS
CanvasJS Chart automatically sets the height and width of the chart according to container’s dimensions. If the values are not set for the chart-container, it takes the default values (500px X 400px).
Setting height to the chart-container should work fine in your case. If you are still facing any issue, kindly create JSFiddle reproducing the issue and share it with us so that we can look into the code, understand the scenario better and help you out.
—
Vishwas R
Team CanvasJS
Saurabh,
You can update dataPoints based on zoom-level with the help of rangeChanging event to achieve your requirements. Please take a look at this JSFiddle.
—
Vishwas R
Team CanvaJS
Is there something like the “suggestedmin” function: when datapoints are between the min-max values the max and min values are taken, if there outside the larger value is used.
Sorry, we don’t have such option as of now.
—
Vishwas R
Team CanvasJS
Setting proper DocumentRoot should work fine in your case. Please refer this StackOverflow thread for more information.
—
Vishwas R
Team CanvasJS
It seems you are not using valid chart options to set the axis range. You can set the range of axisY by setting minimum and maximum properties, please refer documentation for live examples & more customizations available.
—
Vishwas R
Team CanvasJS
Saul,
Glad that you figured it out :)
—
Vishwas R
Team CanvasJS
Please take a look at this video for complete tutorial on connecting and reading data from database in 000webhost.
—
Vishwas R
Team CanvasJS