Skip to content

Commit

Permalink
Merge pull request #6135 from plotly/scattersmith-is-strict
Browse files Browse the repository at this point in the history
provide `scattersmith` in the `strict` bundle
  • Loading branch information
archmoj committed Mar 10, 2022
2 parents c988437 + 6ef59c1 commit 3eae6e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions draftlogs/6135_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Provide missing `scattersmith` trace in the "strict" bundle [[#6135](https://github.com/plotly/plotly.js/pull/6135)]
1 change: 1 addition & 0 deletions lib/index-strict.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Plotly.register([
require('./candlestick'),
require('./scatterpolar'),
require('./barpolar'),
require('./scattersmith'),

// transforms
require('./aggregate'),
Expand Down
1 change: 1 addition & 0 deletions tasks/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ var partialBundleTraces = {
'scattergeo',
'scattermapbox',
'scatterpolar',
'scattersmith',
'scatterternary',
'streamtube',
'sunburst',
Expand Down

0 comments on commit 3eae6e9

Please sign in to comment.