when i use onChartTouchInteractionDown it is veri dificult to scroll the widget

I have one scroll widget ,on that widget i am displaying the graph and graph has this code .but it is very difficult to scroll the  below widget .Please provide the solution for that .Please

SfCartesianChart(
onChartTouchInteractionDown:
(ChartTouchInteractionArgs args) {
setState(() {
showTooptip = false;
});
},

Attachment: video_d8fc24e7.zip

1 Reply

YG Yuvaraj Gajaraj Syncfusion Team April 21, 2022 06:18 PM UTC

Hi Vikram,


Greetings from Syncfusion. Using the provided callback code, we have tried to replicate your scenario, unfortunately, it is not reproduced at our end, the scrolling was working perfectly without any issue. We have attached the sample which is used in the testing phase.


We suspect that you have enabled some other user interactions in your sample, so in that case, the scrolling may not work i.e if you have enabled panning in the chart, then we have given priority to the chart widget only, in this case, we have enabled horizontal scrolling for chart widget and vertical scrolling for parent widget. So, in a few user interaction cases, we have given priority to the chart widget only. Since we are not aware what are the user interactions enabled in your chart widget, we could not replicate your scenario. So, we request you to share the entire chart code or replicate your scenario with the provided sample, that will be more helpful to us to provide a solution sooner.


Regards,

Yuvaraj.


Attachment: f174507_bcafb8de.zip

Loader.
Up arrow icon