-
-
Notifications
You must be signed in to change notification settings - Fork 277
[MainUI] Add ECharts properties to Item #3957
Description
The problem
ECharts supports additional properties for how to chart and Item's tiemseries than MainUI presents to the user.
Also there are many places where the user doesn't have control over the way charts are generated by default (e.g. the "analyze" and analyze all" actions on a widget) even for the properties MainUI presents to the users when creating a custom chart.
Your suggestion
Add to stateDescription or add a new metadata where users can supply EChart properties which will be used when that Item is charted by default. I'm mainly thinking about properties like step and smooth, but I would expect any of the properties to be supported.
I'm not suggesting that all the properties supported by ECharts needs to be presented to the user. I mainly just want a way to define on a per Item basis how the graph is drawn on an individual Item's basis.