Use full functionality of Apache eCharts
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)
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):
Thanks for working on an ioBroker adapter. Waiting to see a request for review and repository addition.
Link to repository: https://github.com/MyHomeMyData/ioBroker.flexcharts Latest PR: https://github.com/ioBroker/ioBroker.repositories/pull/3889
@mcm1957 Is there any activity needed from my side? Sorry for asking, but issue is pending for some time.
No currently not. I am on Variation Till end of week and i m waiting for feedback from ui core devs. I ll check next week
Sorry for long delay.
Thanks for quick reply. Enjoy your vacation!
Link to repository: https://github.com/MyHomeMyData/ioBroker.flexcharts Latest PR: https://github.com/ioBroker/ioBroker.repositories/pull/3889 Adapter released