Skip to content

Commit 4241624

Browse files
committed
add scattersmith to the strict bundle
1 parent c988437 commit 4241624

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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)