The methods here will not produce charting real-time, instead there will always be a lag as you send data to a server and await the chart image. Not a bad solution but not what you asked for . To accomplish live charts, You’d want to utilize the webviewer and create a custom html page for yourself that includes the ChartJS library. Create your desired chart and feed your data in that way.