We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b114c4 + 3eae6e9 commit 666871eCopy full SHA for 666871e
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
@@ -50,6 +50,7 @@ Plotly.register([
50
require('./scatterpolar'),
51
require('./scatterpolargl'),
52
require('./barpolar'),
53
+ require('./scattersmith'),
54
55
// transforms
56
require('./aggregate'),
tasks/util/constants.js
@@ -154,6 +154,7 @@ var partialBundleTraces = {
154
'scattermapbox',
155
'scatterpolar',
156
'scatterpolargl',
157
+ 'scattersmith',
158
'scatterternary',
159
'splom-strict',
160
'streamtube',
0 commit comments