Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Conglei Shi committed Nov 15, 2017
1 parent bdb21a6 commit eaf230d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/xy-chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ Series | supported x scale type | supported y scale types | data shape | voronoi
`<GroupedBarSeries/>` | band | linear | `{ x, y }` (colors controlled with groupFills & groupKeys) | no
`<CirclePackSeries/>` | time, linear | y is computed | `{ x [, size] }` | no
`<IntervalSeries/>` | time, linear | linear | `{ x0, x1 [, fill, stroke] }` | no
`<BoxPlotSeries/>` | linear, band | band, linear | `{ x (or y), min, max, median, firstQuartile, thirdQuartile, outliers [, fill, stroke] }` | no
`<ViolinPlotSeries/>` | linear, band | band, linear | `{ x (or y), binData [, fill, stroke] }` | no


\* The y boundaries of the `<AreaSeries/>` may be specified by either
- defined `y0` and `y1` values or
Expand Down

0 comments on commit eaf230d

Please sign in to comment.