Is there a way to override or change data before export?
Created by: Kacper Madej
Modified on: Tue, 14 May, 2019 at 11:29 AM
When you want to change exported chart data you could use chart's event exportData.
The argument passed in that event is an object with dataRows storing all data rows.
You could change what's inside of that object to alter exported data and a table shown through exporting.showTable
Exmaple:
Kacper is the author of this solution article.
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.