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

Proof of concept d3js with metasfresh WebUI Dashboard #64

Closed
metas-mk opened this issue Nov 28, 2016 · 4 comments
Closed

Proof of concept d3js with metasfresh WebUI Dashboard #64

metas-mk opened this issue Nov 28, 2016 · 4 comments

Comments

@metas-mk
Copy link
Member

metas-mk commented Nov 28, 2016

Proof of concept d3js (or similar chart tool) with metasfresh WebUI Dashboard

  • shall be seemlessly embedable
  • no unsmooth loading time when opening/ refreshing dashboard (lightening fast)
  • transitions/ animations possible

what would a general approach look like? how would the config look like on backend/ frontend?

https://github.com/d3/d3/wiki/Gallery

@damianprzygodzki
Copy link

damianprzygodzki commented Nov 28, 2016

The most important thing is to say what type of charts would it be? Because i have to make sure if i can get something that is ready, or we need any custom drawings.

Second thing, if we are gonna have a "library" of charts (as we have with widgets), the layouting would be the same as with widgets (chart type and so on).

And i believe that we can deliver data to that, with our protocols that we have: 1) static API calls, i.e. refreshed some time, 2) websockets to have it more relative

@teosarca
Copy link
Member

Hi,

  1. i think we shall build a list of what kind of charts do we need.
  2. then we shall define an API protocol about how the indicators will be defined and provided.

About:

And i believe that we can deliver data to that, with our protocols that we have: 1) static API calls, i.e. refreshed some time, 2) websockets to have it more relative

AFAIK, elasicsearch does not support continuous queries so i think polling (via API calls) it's the only option atm.

@metas-mk
Copy link
Member Author

I was thinking about "Basic Charts" first
see https://github.com/d3/d3/wiki/Gallery#basic-charts
and from those for poc we could take for example a simple bar chart or pie chart.

@teosarca
Copy link
Member

teosarca commented Mar 3, 2017

Backend implementation task: #184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants