• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chartjs / Chart.js / 3060
97%

Build:
DEFAULT BRANCH: master
Ran 18 Mar 2017 10:12AM UTC
Jobs 1
Files 43
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3060

push

travis-ci

web-flow
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.

2268 of 2766 branches covered (82.0%)

184 of 184 new or added lines in 4 files covered. (100.0%)

4392 of 4772 relevant lines covered (92.04%)

875.87 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
100.0
src/plugins/plugin.filler.js

Coverage Regressions

Lines Coverage ∆ File
2
100.0
src/core/core.animation.js
Jobs
ID Job ID Ran Files Coverage
1 3060.1 18 Mar 2017 10:12AM UTC 0
92.04
Travis Job 3060.1
Source Files on build 3060
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3060
  • 4b421a50 on github
  • Prev Build on master (#3032)
  • Next Build on master (#3061)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc