We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c988437 + 6ef59c1 commit 3eae6e9Copy full SHA for 3eae6e9
draftlogs/6135_fix.md
@@ -0,0 +1 @@
1
+ - Provide missing `scattersmith` trace in the "strict" bundle [[#6135](https://github.com/plotly/plotly.js/pull/6135)]
lib/index-strict.js
@@ -46,6 +46,7 @@ Plotly.register([
46
require('./candlestick'),
47
require('./scatterpolar'),
48
require('./barpolar'),
49
+ require('./scattersmith'),
50
51
// transforms
52
require('./aggregate'),
tasks/util/constants.js
@@ -143,6 +143,7 @@ var partialBundleTraces = {
143
'scattergeo',
144
'scattermapbox',
145
'scatterpolar',
146
+ 'scattersmith',
147
'scatterternary',
148
'streamtube',
149
'sunburst',
0 commit comments