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

Rewrite chart with elm-visualization #54

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Rewrite chart with elm-visualization #54

wants to merge 2 commits into from

Conversation

dbrgn
Copy link
Contributor

@dbrgn dbrgn commented Oct 10, 2019

The other library seems mostly unmaintained and has a few limitations.

With elm-visualization, the chart itself is generated using SVG, so we can do anything that's possible with SVG. The visualization library just offers helpers like axes, scales, etc. The concepts are similar to d3.js.

Fixes #23.

The other library seems mostly unmaintained and has a few limitations.

With elm-visualization, the chart itself is generated using SVG. The
visualization library just offers helpers like axes, scales, etc. It's
similar to d3.js.
@dbrgn dbrgn self-assigned this Oct 10, 2019
@dbrgn dbrgn changed the title Start rewriting chart with elm-visualization Rewrite chart with elm-visualization Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Charts: Better x axis labels
1 participant