]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Refactor spanGaps for line graphs with sparse data (#2721)
authorRyan M. Poe <baublet@gmail.com>
Tue, 7 Jun 2016 07:15:26 +0000 (03:15 -0400)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 7 Jun 2016 07:15:26 +0000 (09:15 +0200)
commit77357e57d6f5ae44ba10bf22b06219850df4df5f
treeefd9c41a298f6d8739bb418cac4d1fcd99b82678
parent959b4eedf6f504cadcff97d8a84bf39dd9386c67
Refactor spanGaps for line graphs with sparse data (#2721)

Fix #2435, this very slim patch (including its relevant documentation addition) adds a small option to line chart datasets (spanGaps) that allows users trying to graph sparse datasets to have lines between null entries drawn, rather than omitted.
docs/03-Line-Chart.md
src/controllers/controller.line.js
src/elements/element.line.js