onZooming does not fire

Hi, I tried to use onZooming referenced in your API on ChartComponent. But it does not seem to fire at all. 

onZoomingComplete works as expected. 


Any ideas why onZooming does not fire? 


Thanks!!!


<ChartComponent 
        ref={chart => (chartInstance = chart)}
        primaryXAxis={primaryXAxis} 
        primaryYAxis={primaryYAxis}
        background={theme.palette.background.paper}
        margin={margin}
        titleStyle={titleStyle}
        crosshair={crosshair}
        tooltip={tooltip}
        zoomSettings={zoomsettings}        
        zoomComplete={handleOnZoomComplete}
        onZooming={handleOnZooming}
      >

3 Replies

DG Durga Gopalakrishnan Syncfusion Team September 16, 2021 02:55 PM UTC

Hi Igor, 

Greetings from Syncfusion. 

We have validated your reported scenario. We have considered this as bug and logged a defect report. This fix will be available in our upcoming weekly patch release which is scheduled to be rolled out on 28th September 2021. We appreciate your patience until then. You can keep track of the bug from the below feedback link. 


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, 
Durga G 



DG Durga Gopalakrishnan Syncfusion Team September 28, 2021 03:10 PM UTC

Hi Igor, 

We have fixed the reported issue and generated custom package. This fix will be available in our upcoming weekly patch release which is scheduled to be rolled out on 5th October, 2021. We appreciate your patience until then. 


Please revert us, if you have any concerns. 

Regards, 
Durga G 



DG Durga Gopalakrishnan Syncfusion Team October 6, 2021 12:52 PM UTC

Hi Igor, 

We are glad to announce that our v19.3.44 patch release is rolled out; we have added the fix for reported issue and is available for download under the following link.  


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 

Regards,  
Durga G 


Loader.
Up arrow icon