We have addressed the issue over this thread Stacked Histogram with zoom capability and numeric x-axis. Please check/revert back in the same thread.
____
Shashi Ranjan
Team CanvasJS
i am looking for a chart control that can fulfill my requirements. i want to create a stacked histogram with numeric x axis . moreover i should be able to draw strip line wherever user click and i should be able to drag those striplines. is it possible with canvas js . please let me know so that we can purchase your product.
Please take a look at this JSFiddle.
i found your one example fiddle regarding mouse scroll zoom. my x axis data will be upto 7 to 8 decimal points. it wasn’t zooming properly when i tried with such data https://jsfiddle.net/canvasjs/hk6ozc4L/
its not allowing me to zoom in after a certain level
We don’t support zooming on mouse scroll event inbuilt. The JSFiddle shared was just to demonstrate how zooming can be achieved using mouse-scroll with the help of viewportMinimum and viewportMaximum. However, can you please share the JSFiddle with your use-case so that we can improve the example and make it more generic?
____
Shashi Ranjan
Team CanvasJS
We are looking into your query and will get back to you at the earliest.
____
Shashi Ranjan
Team CanvasJS
Glad that you figured it out. Well, you can further improve the chart by using a similar color for the attributes of Axis X to that of its corresponding DataSeries as shown in this update Pen.
____
Shashi Ranjan
Team CanvasJS
We are looking into your query and will get back to you at the earliest.
____
Shashi Ranjan
Team CanvasJS
I request you to share sample project along with the text file(SpeedLAN.txt) being used for data over Google-Drive/Onedrive, which would help us understand your exact scenario better when we run your code locally at our end.
____
Shashi Ranjan
Team CanvasJS
As of now, you can use the data from CSV, XML, JSON etc. to render CanvasJS Charts. I am not sure of extracting data from .exe file. However, if you can extract the data and then parse the same to convert the data into CanvasJS DataPoints – like {x: 5, y: 6} you will be able to render the chart.
____
Shashi Ranjan
Team CanvasJS
You can achieve the above requirement by adding an extra series of bubble chart and displaying indexLabel for the same as shown in this JSFiddle.
____
Shashi Ranjan
Team CanvasJS
Can you please let us know the version of CanvasJS being used by you?
Earlier WebKit allowed 448MB of canvas buffer memory whereas now they have dropped it to 224MB. Because of this, there was some memory issue with CanvasJS Charts in the latest iOS. However, we have optimized memory consumption in CanvasJS v2.3 – please check out this release blog for more info. Kindly download the latest version of CanvasJS Charts from our download page.
If the issue still persists, kindly share sample project over Google-Drive or Onedrive, so that we can look into the issue and help you resolve it.
____
Shashi Ranjan
Team CanvasJS
We are looking into your query and will get back to you at the earliest.
____
Shashi Ranjan
Team CanvasJS
We are looking into your query and will get back to you at the earliest.
____
Shashi Ranjan
Team CanvasJS
Can you please provide a pictorial representation for your requirement so that we can understand it better and help you out with an appropriate solution.
____
Shashi Ranjan
Team CanvasJS
Turgut,
CanvasJSDataAsCSV plugin is not official plugin. However I observed that the plugin was updated recently and the issue you have mentioned seems to have been fixed. If the issue still persists kindly report it in their plugin page.
Also take a look at this JSFiddle for exporting chart data as CSV without any external plugin.
—
Shashi Ranjan
Team CanvasJS
Can you please share the sample project along with the sample database over the Google-Drive or One-Drive so that we can look into the code, understand the scenario better and help you out?
____
Shashi Ranjan
Team CanvasJS