Skip to content

Commit 3eae6e9

Browse files
authored
Merge pull request plotly#6135 from plotly/scattersmith-is-strict
provide `scattersmith` in the `strict` bundle
2 parents c988437 + 6ef59c1 commit 3eae6e9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

draftlogs/6135_fix.md

+1
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Plotly.register([
4646
require('./candlestick'),
4747
require('./scatterpolar'),
4848
require('./barpolar'),
49+
require('./scattersmith'),
4950

5051
// transforms
5152
require('./aggregate'),

tasks/util/constants.js

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ var partialBundleTraces = {
143143
'scattergeo',
144144
'scattermapbox',
145145
'scatterpolar',
146+
'scattersmith',
146147
'scatterternary',
147148
'streamtube',
148149
'sunburst',

0 commit comments

Comments
 (0)