Marco,
You can create a combination of spline chart with Striplines to achieve the above requirement. Please take a look at this JSFiddle.
__________
Indranil Deo
Team CanvasJS
In the code sample provided, two y values were being passed to a dataPoint, whereas a Column chart accepts only single y-value. Also as it’s a Multi-Series chart, passing the dataPoints to the specific dataSeries with label(for displaying string values on axisX) and y-value(for displaying number on axisY) should work fine in your case.
Please take a look at this updated JSFiddle.
__________
Indranil Deo
Team CanvasJS
We are working on some other updates at this point of time. We will reconsider this behavior in our future releases.
__________
Indranil Deo
Team CanvasJS
To zoom into a certain region, there should be a minimum of 3-4 dataPoints in a dataSeries – behavior is designed such that zooming is limited upto a certain region, so the user doesn’t end up zooming into a blank-region (region with no dataPoints). Due to this restriction, it’s not possible to zoom into the region with just 1 dataPoint in a dataSeries.
___________
Indranil Deo,
Team CanvasJS
Please take a look at this JSFiddle for the nearest possible solution.
___________
Indranil Deo,
Team CanvasJS
You can achieve the above requirement by sorting the dataSeries based on its respective maximum dataPoints. Please take a look at this JSFiddle.
___________
Indranil Deo,
Team CanvasJS
Can you kindly create a sample project along with sample data reproducing the issue and share it over google-drive or onedrive so that we can look into your code, understand the scenario better and help you out?
___________
Indranil Deo,
Team CanvasJS
Please take a look at this example to render chart using data from the database in ASP.NET MVC.
Also, you can download this sample project for your reference, which uses ASP.NET and ORACLE as a database for rendering CanvasJS Chart.
___________
Indranil Deo,
Team CanvasJS
Parsing the above data in the format accepted by CanvasJS before passing it to the Chart options should work fine in your case. Please take a look at this documentation page for detailed steps on achieving the same.
___________
Indranil Deo,
Team CanvasJS
Can you please provide a pictorial representation or a live example of your requirement so that we can understand your scenario better and help you out?
___________
Indranil Deo,
Team CanvasJS
Can you please create a JSFiddle reproducing the issue you’re facing and share it with us so that we can look into the code, understand it better and help you out?
___________
Indranil Deo,
Team CanvasJS
Kindly take a look at this StackOverflow thread for solution on merging HTML files.
Please let us know if you have any queries related to CanvasJS and it’s integration.
___________
Indranil Deo,
Team CanvasJS
Please take a look at this documentation page for information on rendering a dynamic chart.
Adding date and time to axis Y is not available as of now. However, you can take a look at this workaround to achieve the same.
___________
Indranil Deo,
Team CanvasJS
You can arrange/format the content of the toolTip using contentFormatter as shown in this JSFiddle.
___________
Indranil Deo,
Team CanvasJS
We are looking into your query and will get back to you at the earliest.
___________
Indranil Deo,
Team CanvasJS