Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 666871e

Browse files
committed
Merge branch 'master' into regl-build-setup
2 parents 1b114c4 + 3eae6e9 commit 666871e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

draftlogs/6135_fix.md

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Plotly.register([
5050
require('./scatterpolar'),
5151
require('./scatterpolargl'),
5252
require('./barpolar'),
53+
require('./scattersmith'),
5354

5455
// transforms
5556
require('./aggregate'),

tasks/util/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ var partialBundleTraces = {
154154
'scattermapbox',
155155
'scatterpolar',
156156
'scatterpolargl',
157+
'scattersmith',
157158
'scatterternary',
158159
'splom-strict',
159160
'streamtube',

0 commit comments

Comments
 (0)