]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Added borderDash support for grid lines (#3136) (#3142)
authorKarthik Iyengar <karthikeyan.iyengar@gmail.com>
Fri, 12 Aug 2016 16:31:54 +0000 (22:01 +0530)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 12 Aug 2016 16:31:54 +0000 (12:31 -0400)
commit349a8a33ea2a3216bcb41666afe945944132e1b9
tree8222410f53b4b3f9331c64876f311190daa277c1
parent31197978b7052fef053d093258a3f9e40eab8289
Added borderDash support for grid lines (#3136) (#3142)

* Added borderDash support for grid lines (#3136)

* Save and restore context to prevent border dash being applied to other elements

* Adds support for borderDashOffset, checks for setLineDash (IE9/IE10)

* Fixes tests
docs/02-Scales.md
src/core/core.scale.js
test/core.helpers.tests.js
test/scale.category.tests.js
test/scale.linear.tests.js
test/scale.logarithmic.tests.js
test/scale.radialLinear.tests.js
test/scale.time.tests.js