]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Added new plugin Callback `afterScaleUpdate`
authorTarqwyn <steven@tarquindandy.com>
Tue, 10 May 2016 14:01:30 +0000 (15:01 +0100)
committerTarqwyn <steven@tarquindandy.com>
Tue, 10 May 2016 14:01:30 +0000 (15:01 +0100)
commit194cfa7db6c2fa121c8a7d34fcbbf9dafaae75e9
tree2b74ad0b845149580c9dbbdee6930842a5ebd431
parent4aa61e00e5be723e959b143c68f5c70715e5ca41
Added new plugin Callback `afterScaleUpdate`

Following a Slack conversation tadd new Callback to allow updates to datasets config (ie borderColor) based on results of the calculated scale, A typical use case would be apply a Gradient fill.

On branch feature_New_plugin_interface_afterScaleUpdate
Changes to be committed:
modified:   dist/Chart.bundle.js
modified:   dist/Chart.bundle.min.js
dist/Chart.bundle.js
dist/Chart.bundle.min.js
dist/Chart.js
dist/Chart.min.js
docs/07-Advanced.md
src/core/core.controller.js