-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
My intuition is that elm-visualization may be a library that is slightly tricky to use for a beginner for the following reasons:
- It requires you to do your own rendering and hence assumes knowledge/skill in SVG programming.
- There are no high level functions* (i.e. there is no
renderBarChart : List (Float, Float) -> Svg msg) and so you are left to figure out how to glue the functions together on your own.
I attempted to solve (2) by providing a gallery of various examples, so that learners can see some sample code on how to achieve various things.
However, I would like to know:
- Is this effective?
- Can the examples be improved to be more didactic?
- Are common use cases sufficiently covered? Or are we missing some really important use cases?
- I suspect that there are some examples that should be deleted/merged into one (I'm chiefly looking at all the pie examples).
- Is the intent clear? Or do people perceive the examples more as a marketing strategy?
So, if you are a user of elm-visualization, please add your experiences. I'll try to come up with a plan of attack later based on feedback.
- Well except for
Axis, which are a bit like that.
viktor-ferenczi
Metadata
Metadata
Assignees
Labels
No labels