You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: