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

[Question] Interactive charts #157

Open
mantielero opened this issue May 22, 2021 · 0 comments
Open

[Question] Interactive charts #157

mantielero opened this issue May 22, 2021 · 0 comments

Comments

@mantielero
Copy link

mantielero commented May 22, 2021

First, congratulations for all you do and for fidget in particular. I hope to see fidget2 sooner rather than later.

I was wondering how to make interactive charts in fidget. In particular, I was wondering about sort of dashboards with lots of data.

I have been exploring karax, but I struggle with the bindings to JS libraries. In the HTML/JS side, from what I have seen, it looks like SVG is appropriated for a few thousands points, html canvas goes up to 100's thousands and webgl goes up to the order of million points and real time applications. I have taken a look to d3.js, plotly.js, dc.js and webgl-plot. Something like datashader can be useful tool.

What I'd like to do is a dashboard similar to this this but handling data in the order of 1 million points. Ideally, as performant as this webgl example.

More souces of inspiration:

  • here.
  • qlik: this is a commercial product that I use at work and it is amazing in capabilities, but limited with the data that I want to use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant