Chart.js/test/fixtures/plugin.filler
Simon Brunel 4b421a50bf Add support to fill between datasets (#4008)
The `fill` option now accepts the index of the target dataset (number) or a string starting by "+" or "-" followed by a number representing the dataset index relative to the current one (e.g. `fill: "-2"` on dataset at index 3 will fill to dataset at index 1). It's also possible to "propagate" the filling to the target of an hidden dataset (`options.plugins.filler.propagate`). Fill boundaries `zero`, `top` and `bottom` have been deprecated and replaced by `origin`, `start` and `end`.

Implementation has been moved out of the line element into a new plugin (`src/plugins/plugin.filler.js`) and does not rely anymore on the deprecated model `scaleTop`, `scaleBottom` and `scaleZero` values. Drawing Bézier splines has been refactored in the canvas helpers (note that `Chart.helpers.canvas` is now an alias of `Chart.canvasHelpers`).

Add 3 new examples and extend utils with a pseudo-random number generator that can be initialized with `srand`. That makes possible to design examples starting always with the same initial data.
2017-03-18 11:08:57 +01:00
..
fill-line-boundary-end-span.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-end-span.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-end.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-end.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-span.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-span.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-spline-span.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-spline-span.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-spline.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-spline.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-stepped-span.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-stepped-span.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-stepped.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin-stepped.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-origin.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-start-span.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-start-span.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-start.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-boundary-start.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset-span.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset-span.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset-spline-span.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset-spline-span.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset-spline.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset-spline.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-line-dataset.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-radar-boundary-origin-spline.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-radar-boundary-origin-spline.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-radar-boundary-origin.json Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
fill-radar-boundary-origin.png Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00