Thanks for reporting the use-case. We will improve it in upcoming versions.
Considering this thread as a duplicate of Bars in column chart sticks together when canvas size is relatively smaller and hence closing the same.
___________
Indranil Deo
Team CanvasJS
Thanks for reporting the use-case. We will improve it in upcoming versions.
Considering this thread as a duplicate of Bars in column chart sticks together when canvas size is relatively smaller and hence closing the same.
___________
Indranil Deo
Team CanvasJS
Thanks for reporting the use-case. We will improve it in upcoming versions.
Considering this thread as a duplicate of Bars in column chart sticks together when canvas size is relatively smaller and hence closing the same.
___________
Indranil Deo
Team CanvasJS
Thanks for reporting the use-case. We will improve it in upcoming versions.
___________
Indranil Deo
Team CanvasJS
You can use crosshair with snapToDataPoint set to true to achieve the above requirement. In touch devices crosshair will be shown only on touch which would get updated based on the new touch position.
___________
Indranil Deo
Team CanvasJS
Exporting chart as PDF seems to be working fine. Please take a look at this JSFiddle for exporting chart as PDF using jsPDF.
If it doesn’t help, 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?
___________
Indranil Deo
Team CanvasJS
Dr. B. Bühler,
We have just released Chart v3.2 Beta-1 with this fix. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
___________
Indranil Deo
Team CanvasJS
@fkh,
Please take a look at this StackOverflow thread for fetching data from database in ASP Classic. You can convert the fetched data into JSON and use the same to render a chart. Please take a look at this documentation page for information on rendering chart from JSON data.
___________
Indranil Deo
Team CanvasJS
You can use multiseries bubble chart for dataPoints with identical values and use shared toolTip. This will show all the values of identical dataPoints on the same toolTip. Please take a look at this JSFiddle for an example.
___________
Indranil Deo
Team CanvasJS
Based on the JSFiddle that you have shared it seems multiple dataPoints have identical x, y, and z values because of which the dataPoints are overlapping.
___________
Indranil Deo
Team CanvasJS
Do you mean removing the space between bars(Histogram Chart)? If so, please take a look at this JSFiddle.
If not, can you kindly share a pictorial representation or an example of your requirement so that we can understand it better and help you out?
___________
Indranil Deo
Team CanvasJS
Pankaj,
Sorry, pinch zoom is not available as of now. However, it’s there in our wish-list but no definite timeline yet.
___________
Indranil Deo
Team CanvasJS
Stacked Column charts are plotted when multiseries with aligned x-values are plotted on same scale. We suggest you to use column chart in this case. Please take a look at this updated JSFiddle.
However, if you like to set the column width manually in any of the column or bar charts, you can use dataPointWidth property to do so.
___________
Indranil Deo
Team CanvasJS