Skip to content

Examples improvements? #39

@gampleman

Description

@gampleman

My intuition is that elm-visualization may be a library that is slightly tricky to use for a beginner for the following reasons:

  1. It requires you to do your own rendering and hence assumes knowledge/skill in SVG programming.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions