File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
shelly/plotlyjs/static/plotlyjs/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ module.exports = {
47
47
// text appearing in the sendData link
48
48
linkText : 'Edit chart' ,
49
49
50
- // false or function adding source to linkText <text>
51
- showSource : false ,
50
+ // false or function adding source(s) to linkText <text>
51
+ showSources : false ,
52
52
53
53
// display the modebar (true, false, or 'hover')
54
54
displayModeBar : 'hover' ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ exports.d3 = require('d3');
74
74
// below will be in the streambed plotlyjs only
75
75
76
76
// override defaultConfig
77
- exports . defaultConfig . showSource = require ( './addons/show_sources' ) ;
77
+ exports . defaultConfig . showSources = require ( './addons/show_sources' ) ;
78
78
79
79
// custom styling injected via envify/uglifyify
80
80
if ( process . env . PLOTLY_CUSTOM_STYLE === "open-office-2015" ) {
You can’t perform that action at this time.
0 commit comments