Skip to content
Advertisement

Tag: panel

Panel – JSCallback function – Linking stream data to a JSObject in Echarts within a Panel dashboard

The goal is to stream data into panel and show the current temperature in a Gauge. Panel EChart Gauge Therefore I am using the callback function for the panel to retrieve a new temperature value and like to update the Gauge as well with the JSCallback function. Panel JSCallback Function I also looked into the following questions on stackoverflow: CustomJSCallback

Advertisement