We have fixed bug related to range events being fired multiple times when slider or handle or range buttons clicked multiple times without changing the range. We will further improve it in our future versions to work properly irrespective of clicking any StockChart elements.
—
Vishwas R
Team CanvasJS
We have just released StockChart v1.2 with a few bug fixes related to range events. Please refer to the release blog for more information. Do download the latest version from our download page and let us know your feedback.
—
Vishwas R
Team CanvasJS
Thanks for reporting the use-cases. We will fix it in future versions.
—
Vishwas R
Team CanvasJS
Doko,
Considering this as duplicate of “Animation” doesn’t work hence closing the same.
—
Vishwas R
Team CanvasJS
Doko,
As mentioned in previous reply, you should use animationEnabled property to enable or disable animation. In the sample that you have shared, you seem to be mentioning it as animationEnable
(d missing). Changing it to animationEnabled
should work fine in your case.
Note: As of now, animation happens only on the first render of the chart & not on every update.
—
Vishwas R
Team CanvasJS
You can enable or disable animation in Chart by setting animationEnabled property. You seems to be setting it as animationEnable
, changing it to animationEnabled
should work fine in your case. If you are still facing issue, kindly create 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 resolve.
I update the project in “Google drive”.
https://drive.google.com/drive/folders/1xDFc-JTLbauMdI8-xQ_oIXkpfbiv_Xow?usp=sharing
It seems like the sample project shared by you is restricted and requires permission. Can you please make the sample public so that we can access it?
Considering this as duplicate of “Animation” doesn’t work hence closing the same.
—
Vishwas R
Team CanvasJS
You can enable or disable animation in Chart by setting animationEnabled property. You seems to be setting it as animationEnable
, changing it to animationEnabled
should work fine in your case. If you are still facing issue, kindly create 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 resolve.
I update the project in “Google drive”.
https://drive.google.com/drive/folders/1xDFc-JTLbauMdI8-xQ_oIXkpfbiv_Xow?usp=sharing
It seems like the sample project shared by you is restricted and requires permission. Can you please make the sample public so that we can access it?
—
Vishwas R
Team CanvasJS
Sorry, it’s not possible to hide/unhide single dataPoint as of now.
—
Vishwas R
Team CanvasJS
Please contact sales[at]canvasjs[dot]com for license related queries.
—
Vishwas R
Team CanvasJS
Manoj Vishwakarma,
CanvasJS Charts can be easily integrated with React, Angular, Vuejs, etc. You can add CanvasJS Charts in your NativeScript app & use it in Angular approach. Please take a look at this Gallery Page for examples on integrating CanvasJS with angular.
—
Vishwas R
Team CanvasJS
Zooming seems to be working fine without any error. Can you kindly create JSFiddle reproducing the issue and share it with us so that we can look into the code / chart-options being used, run it at our end to understand the issue better and help you out?
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 scenario better and help you out accordingly.
—
Vishwas R
Team CanvasJS
Shashank,
Slider methods are accessible within the actual slider element and not the options of slider that you pass to StockChart. As mentioned in documentation stockChart.navigator.slider.set('minimum', new Date(2018, 01, 01));
should work fine in your case.
If you are still facing issue, kindly share sample project reproducing the issue you are facing & share it with us over Google-Drive or Onedrive along with sample / dummy data so that we can run it locally to debug at our end to understand the use-case better and help you resolve.
—
Vishwas R
Team CanvasJS
Shashank,
Slider methods are accessible within the actual slider element and not the options of slider that you pass to StockChart. As mentioned in documentation stockChart.navigator.slider.set('minimum', new Date(2018, 01, 01));
should work fine in your case.
If you are still facing issue, kindly share sample project reproducing the issue you are facing & share it with us over Google-Drive or Onedrive along with sample / dummy data so that we can run it locally to debug at our end to understand the use-case better and help you resolve.
—
Vishwas R
Team CanvasJS