Problems encountered in using Custom Animation

hi  

In use again, because I need to refresh the data source. Encountered the following problem.

Image_8533_1729224684410

My date is displayed by day, but when I changed it to display by month, I directly changed the value of the bound data source, and the data was not displayed at this time. Calling refresh also has no effect.

Image_5371_1729225555708

 If I directly modify the data source of the control, it will result in the data not being refreshed, and the X-axis data will also not be refreshed.

Image_4067_1729225489140

I need to implement dynamic refreshing of data sources and X-axis properties. How do I proceed.


4 Replies

NP Nishanthi Panner Selvam Syncfusion Team October 18, 2024 09:56 AM UTC

Hi Renard,


Greetings from Syncfusion.


We have analyzed your shared screenshot based on that we created a sample that displays daily data (day-wise). Upon clicking the button, the data changes to display monthly data. The data and axis update as expected according to this behavior.


We have attached sample and screenshot for your reference.


Screenshot:


At initial

After changing datasource


Sample: https://stackblitz.com/edit/angular-jvf668-d88j4h?file=src%2Fapp.component.html


Please ensure that you have set the range (maximum and minimum) in initial. If so, kindly verify that the range encompasses the new data ranges, as the data will render only if the new data falls within the specified range.


If issue persists, we request you to share the following information which will be helpful for further analysis and provide you the solution sooner.

  • Try to reproduce the reported scenario in above sample.
  • Please share your sample (or) code snippet with full configurations.
  • Share the details if you have done any other customization in your sample.


Regards,

Nishanthi



RE Renard October 21, 2024 02:06 AM UTC

hi  

During my reuse, the data can now be refreshed. But when I click multiple times to change the data source, the mouse moves over the node and the display keeps flashing. Cannot display the current location value properly. The version I am using is @ syncfusion/ej2-angular charts ":" ^ 25.1.38。

 

For details, please refer to demo.gif in the attachment


thanks


Attachment: demo_cebcc9dc.rar


NP Nishanthi Panner Selvam Syncfusion Team October 21, 2024 05:04 PM UTC

Hi Renard,


We are analyzing your reported scenario. We will update the status within one business day. We appreciate your patience until then.


Regards,

Nishanthi



NP Nishanthi Panner Selvam Syncfusion Team October 22, 2024 04:37 AM UTC

Renard,


We have verified your reported scenario by changing the data source (1 month, 3 months, 6 months, and 1 year of data) on button click in version 25.1.38. The tooltip renders without any blinking upon hover. We have attached a GIF and a sample for your reference.


Sample: https://stackblitz.com/edit/angular-8rhgan-yygkab?file=src%2Fapp.component.html


We request you to share your dataSource file and provide the details if you have done any other customization in your sample while changing the datasource. Additionally, please share your code snippet, as this will be helpful for further analysis and enable us to provide you with a solution more quickly.


Regards,

Nishanthi


Attachment: Attachment_efdc95e1.zip

Loader.
Up arrow icon