[UPDATE]
@aborchew,
We have just released v3.0 Beta-1 with this feature. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
[UPDATE]
@a-xin90 @randyintegra @trevortrainerize-com,
We have just released v3.0 Beta-1 with this feature. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
[UPDATE]
Aarjavi,
We have just released v3.0 Beta-1 with this feature. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
[UPDATE]
@kalev-noor,
We have just released v3.0 Beta-1 with this feature. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
[UPDATE]
@xavcactus,
We have just released v3.0 Beta-1 with this feature. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
We have just released v3.0 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.
—
Vishwas R
Team CanvasJS
[UPDATE]
@xkater,
We have just launched CanvasJS StockCharts with key features like slider, range selector, syncing toolTip & crosshair across multiple charts, etc. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
[UPDATE]
Jakub,
We have just released v3.0 Beta-1 with this feature. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
[UPDATE]
@rcardenas,
We have just released v3.0 Beta-1 with this feature. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
—
Vishwas R
Team CanvasJS
Parsing JSON according to your requirements should work fine in this case. Please take a look at this updated JSFiddle.
—
Vishwas R
Team CanvasJS
Parsing json file as per format accepted by CanvasJS should work fine in your case. Please take a look at this JSFiddle.
—
Vishwas R
Team CanvasJS
Sorry for the inconvenience caused. Chart bounds not being updated on resizing is a known bug and we will be fixing it in our upcoming version.
I would like to dynamically get the width of the plot area (Or the full X axis width, not the dataserie).
You can get the bounds of axisX as chart.axisX[0].get("bounds");
as mentioned in this documentation page.
—
Vishwas R
Team CanvasJS
Ross,
One of representatives from sales team will get in touch with you over email. Feel free to contact sales[at]canvasjs.[dot].com for any other license related queries.
—
Vishwas R
Team CanvasJS
In JavaScript month starts from 0(January) and ends at 11(December). So while displaying they are incremented by 1. 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
Can you kindly create JSFiddle with sample data 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 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 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