Skip to content
Advertisement

Tag: apache-echarts

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

Is there a way on echarts to get the series colors

I’m using Echarts v5.2.2 (in an Angular project, with ngx-echarts) to render a line chart using multiple series. I have a listener for the ‘highlight’ event. This event is giving me an object with a batch of seriesIndex and dataIndex but it doesn’t provide the color of each series. Is there a way to get the colors that were dynamically

Advertisement