How to get event while changing intervals on Period Selector?

I have this period selector in my component,
Now when I switch from one interval to another, I can't get any events where I can put my custom logic (Let's say aggregation) .
What is event where I can get intervalType change ?

periods: PeriodsModel[] = [
{ intervalType: 'Minutes', interval: 1, text: '1m', selected: true },
{ intervalType: 'Minutes', interval: 30, text: '30m' },
{ intervalType: 'Hours', interval: 1, text: '1H' },
{ intervalType: 'Hours', interval: 12, text: '12H' },
{ intervalType: 'Auto', text: '1D' },
];


1 Reply

SM Srihari Muthukaruppan Syncfusion Team February 15, 2021 01:19 PM UTC

Hi Bhargav, 
 
We have validated your query. We have considered the reported scenario as an feature and logged a feature request for this. This feature will be available in any of our release. We appreciate your patience until then. You can keep track of the feature request from the feedback portal below.  
  
   
The provided feedback link is private, and you need to login to view this feedback.  
   
If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal.  
 
Regards, 
Srihari M 


Loader.
Up arrow icon