Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use full functionality of Apache eCharts #954

Open
MyHomeMyData opened this issue Jul 27, 2024 · 5 comments
Open

Use full functionality of Apache eCharts #954

MyHomeMyData opened this issue Jul 27, 2024 · 5 comments
Assignees
Labels
InProgress LATEST pending Request to accpet at lates repository is pending

Comments

@MyHomeMyData
Copy link

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

@mcm1957
Copy link
Collaborator

mcm1957 commented Jul 27, 2024

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

@mcm1957
Copy link
Collaborator

mcm1957 commented Aug 20, 2024

@mcm1957 mcm1957 added the LATEST pending Request to accpet at lates repository is pending label Aug 20, 2024
@MyHomeMyData
Copy link
Author

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

@mcm1957
Copy link
Collaborator

mcm1957 commented Aug 28, 2024

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.

@MyHomeMyData
Copy link
Author

Thanks for quick reply. Enjoy your vacation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
InProgress LATEST pending Request to accpet at lates repository is pending
Projects
None yet
Development

No branches or pull requests

2 participants