You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kind of device or service would you like to see an adapter for?
Use full functionality of Apache eCharts
ioBroker-Adapter eChart is great and I'm using it quite often. However, some advanced features of underlying Apache eCharts are not vailable this way, e.g. stacked charts.
My idea is to use a different approach, not using an UI:
setup a http server
provide source for chart data and further parameters to the server via http parameter set
server retrieves chart data and forwards it to Apache eChart
user has to provide all chart data as content of a state or via callback function in javascript (within onMessage() block)
What kind of device or service would you like to see an adapter for?
Use full functionality of Apache eCharts
ioBroker-Adapter eChart is great and I'm using it quite often. However, some advanced features of underlying Apache eCharts are not vailable this way, e.g. stacked charts.
My idea is to use a different approach, not using an UI:
I already created a prototype: ioBroker.flexcharts
Here's an example chart created with the prototype (take a look to the readme for the how-to):
The text was updated successfully, but these errors were encountered: