Radar Chart Widget
Last updated
Last updated
General Setting
User can change following things in Radar Chart widget:
Name for widget which will be used data reference. For Example, if widget name is 'Radar Chart', then data of widget is referenced as Radar Chart.data
Show title - User can show/hide widget title
Title Color
Background Color
Widget Setting
In Widget Setting option, user can change following parameters:
Index By - key parameter of JSON Object which will used as Index for Radar Chart.
Keys - key parameter of JSON Object which will define parameters for Radar Chart. Here, user can provide label and color for each key.
Show Legend - Enable to show legends
User can select a source mode as MQTT or Action.
Using MQTT
Here, to update data on Radar Chart user can publish JSON array on given data MQTT topic. No need to provide <account_id> while providing the MQTT topic. The JSON array will be as below.
Using Action
Here, to update the Radar Chart widget, output of the action should contain JSON array as given in above example. User can also update the widget either onLoad or periodically by providing refresh interval.
Radar Chart widget does not support any event.
Here, data in below format published on configured topic, will appear as shown in image.