From eaf230d008215c6f1ba1d60d7e74f590673edfc5 Mon Sep 17 00:00:00 2001 From: Conglei Shi Date: Wed, 15 Nov 2017 13:15:04 -0800 Subject: [PATCH] updated readme --- packages/xy-chart/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/xy-chart/README.md b/packages/xy-chart/README.md index dd06da6d..ab461a33 100644 --- a/packages/xy-chart/README.md +++ b/packages/xy-chart/README.md @@ -171,6 +171,9 @@ Series | supported x scale type | supported y scale types | data shape | voronoi `` | band | linear | `{ x, y }` (colors controlled with groupFills & groupKeys) | no `` | time, linear | y is computed | `{ x [, size] }` | no `` | time, linear | linear | `{ x0, x1 [, fill, stroke] }` | no +`` | linear, band | band, linear | `{ x (or y), min, max, median, firstQuartile, thirdQuartile, outliers [, fill, stroke] }` | no +`` | linear, band | band, linear | `{ x (or y), binData [, fill, stroke] }` | no + \* The y boundaries of the `` may be specified by either - defined `y0` and `y1` values or