mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 08:24:05 +01:00
Remove global from defaults (#6893)
This commit is contained in:
committed by
Evert Timberg
parent
099e552e6d
commit
f4792306e0
@@ -83,7 +83,7 @@ Chart.defaults.derivedBubble = Chart.defaults.bubble;
|
||||
|
||||
// Sets the default dataset config for 'derivedBubble' to be the same as the bubble dataset defaults.
|
||||
// It looks like a bug exists when the dataset defaults don't exist
|
||||
Chart.defaults.global.datasets.derivedBubble = Chart.defaults.global.datasets.bubble;
|
||||
Chart.defaults.datasets.derivedBubble = Chart.defaults.datasets.bubble;
|
||||
|
||||
// I think the recommend using Chart.controllers.bubble.extend({ extensions here });
|
||||
var custom = Chart.controllers.bubble.extend({
|
||||
|
||||
Reference in New Issue
Block a user