Data Visualization

How to prevent the download data from being occurred during data visualization?

@sonusajid004 You can disallow download data button by adding the line below to your Graph code before the plotChart() function.
The code is dataDownload(false);