]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Merge remote-tracking branch 'upstream/v2.0-dev' into feature/v2.0dev-xy
authorEvert Timberg <evert.timberg@gmail.com>
Wed, 20 May 2015 13:03:22 +0000 (09:03 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Wed, 20 May 2015 13:03:22 +0000 (09:03 -0400)
commit12e2ace03904ac07a8929f34884892b74d14c2fa
tree7025effdf01761f546db5483775246c065297a72
parented4b9945f8e428c46c303f5ba6b2228e7485f715
parent951e714e779bd96ac4f0a7bc04c75685b7b68616
Merge remote-tracking branch 'upstream/v2.0-dev' into feature/v2.0dev-xy

Conflicts:
src/Chart.Core.js

Fixed the sample files & chart type initialize methods so that this.data does not get set to undefined.
17 files changed:
samples/bar.html
samples/doughnut.color.html
samples/doughnut.html
samples/line-customTooltips.html
samples/line.html
samples/pie-customTooltips.html
samples/pie.html
samples/polar-area.html
samples/radar.html
samples/scatter-multi-axis.html
samples/scatter.html
src/Chart.Bar.js
src/Chart.Core.js
src/Chart.Doughnut.js
src/Chart.PolarArea.js
src/Chart.Radar.js
src/Chart.Scatter.js