We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d66e6e commit 3ac4c07Copy full SHA for 3ac4c07
src/plots/plots.js
@@ -973,8 +973,11 @@ plots.supplyLayoutGlobalDefaults = function(layoutIn, layoutOut) {
973
coerce('hidesources');
974
coerce('smith');
975
976
- var handleCalendarDefaults = Registry.getComponentMethod('calendars', 'handleDefaults');
977
- handleCalendarDefaults(layoutIn, layoutOut, 'calendar');
+ Registry.getComponentMethod(
+ 'calendars',
978
+ 'handleDefaults'
979
+ )(layoutIn, layoutOut, 'calendar');
980
+
981
};
982
983
plots.plotAutoSize = function plotAutoSize(gd, layout, fullLayout) {
0 commit comments