]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Added ability to render a line chart as a stepped line chart.
authoramlethojalen <amleth@quavu.com.au>
Wed, 6 Jul 2016 01:13:12 +0000 (11:13 +1000)
committeramlethojalen <amleth@quavu.com.au>
Wed, 6 Jul 2016 01:13:12 +0000 (11:13 +1000)
commit68728fc9a7fa88f02532f1f812fea81d2495f9e2
treebb2fd2251aa34eea459d2c6b5c4667c962dc1abd
parentbddc87020141cde114aa7092a413dab0fb8d3c1d
Added ability to render a line chart as a stepped line chart.
Added option.elements.line.stepped
Added dataset.steppedLine
Added Sample, and updated documentation.
docs/01-Chart-Configuration.md
docs/03-Line-Chart.md
samples/line-stepped.html [new file with mode: 0644]
src/controllers/controller.line.js
src/elements/element.line.js