-
Notifications
You must be signed in to change notification settings - Fork 7
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
General visualizations issue #251
Comments
As a hint, ECharts provides very nice performance and features as an alternative to D3.js. I really recommend checking echarts.apache.org out. As visualization is not yet deeply implemented into the frontend, it would be easy to pick the best possible library for the job. |
@villelaitila thanks for the suggestion! I actually never heard of echarts before, but it looks interesting. |
I've never done sunburst charts with ECharts but there seems to be a credible set of sunburst examples on the examples page: https://echarts.apache.org/examples/en/index.html |
Right, I saw those, they use the basic echarts implementation, and should work for #250. The problem is that I'm pretty sure we're going to be implementing visualizations that aren't pure sunbursts, and don't quite fit a classic visualization category (at least to my knowledge). For example, I can't imagine what Fig. 19 in above mentioned thesis would be called (or how I would implement it): |
There are many visualizations described in @JohannesLichtenberger's master thesis, these need to be recreated.
A PDF of the master thesis is here.
The text was updated successfully, but these errors were encountered: