Skip to content

Conversation

@ethanwithnoe
Copy link
Contributor

-Edited chart_helper.rb to include a box_plot helper
-Automatically scales data to fit the size of the svg
image

@GeorgeBerdovskiy
Copy link
Member

Review

Tested using the data below, and the result looks fantastic! Great work 👏

[
  {
    value: 1
  },
  {
    value: 100
  },
  {
    value: 125
  },
  {
    value: 150
  },
  {
    value: 155
  },
  {
    value: 160
  }
]
image

Future Tasks

  • Add axis with ticks
  • Add styling support (preferably adapting existing style configurations)
  • Add support for several data sets on one axis
  • Display custom error when user tries using dataset with only one data point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants