AdapterRequests icon indicating copy to clipboard operation
AdapterRequests copied to clipboard

Use full functionality of Apache eCharts

Open MyHomeMyData opened this issue 1 year ago • 5 comments

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): flexcharts_stacked1

MyHomeMyData avatar Jul 27 '24 15:07 MyHomeMyData

Thanks for working on an ioBroker adapter. Waiting to see a request for review and repository addition.

mcm1957 avatar Jul 27 '24 20:07 mcm1957

Link to repository: https://github.com/MyHomeMyData/ioBroker.flexcharts Latest PR: https://github.com/ioBroker/ioBroker.repositories/pull/3889

mcm1957 avatar Aug 20 '24 06:08 mcm1957

@mcm1957 Is there any activity needed from my side? Sorry for asking, but issue is pending for some time.

MyHomeMyData avatar Aug 28 '24 10:08 MyHomeMyData

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.

mcm1957 avatar Aug 28 '24 10:08 mcm1957

Thanks for quick reply. Enjoy your vacation!

MyHomeMyData avatar Aug 28 '24 10:08 MyHomeMyData

Link to repository: https://github.com/MyHomeMyData/ioBroker.flexcharts Latest PR: https://github.com/ioBroker/ioBroker.repositories/pull/3889 Adapter released

mcm1957 avatar Mar 11 '25 18:03 mcm1957