I use it to upload a chart, I'd like to prevent showing the uploaded chart in the browser. Prefer to just upload and then get control back and let my app decided what to do next.
Hi, Jim,
The Kendo UI Chart exportImage() method can be used to encode the chart to base 64 and it will return a promise allowing you the freedom to utilize the result when you see fit.
https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/methods/exportimage
Regards,
Alex Hajigeorgieva
Progress Telerik