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
Creating chart once & updating the stripLine value based on slider movement using set method should work fine in your case. Please take a look at this updated JSFiddle.
Note: We recommend you to create chart-instance once & reuse it rather than creating new chart-instance upon movement of slider.
—
Vishwas R
Team CanvasJS
There was an issue in setting minimum & maximum of slider programmatically using set method after changing the range manually. We have just released StockChart v1.0.7 with this bug fix. Please refer to the release blog for more information. Do download the latest version from download page & let us know your feedback.
If you are still facing issue, kindly create JSFiddle reproducing the issue you are facing with sample / dummy data and share it with us so that we can look into your code / StockChart options being used, understand the scenario better and help you out.
—
Vishwas R
Team CanvasJS
[UPDATE]
We have just released StockChart v1.0.7 with this bug 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]
We have just released StockChart v1.0.7 with this bug 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
You can change the position of legends within individual chart by setting verticalAlign & horizontalAlign. Please refer our documentation for more customization options available.
If you are still facing issue kindly create JSFiddle with your use-case and share it with us so that we can look into the code / chart-options being used, understand the scenario better and help you out.
—
Vishwas R
Team CanvasJS
Shashank,
Thanks for the reporting the use case, we are aware of this issue and we will be fixing it in our upcoming versions.
—
Vishwas R
Team CanvasJS