From 42416242d3e97f643e8e1fb7aefe849b0b1fade4 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Tue, 8 Mar 2022 14:57:34 -0500 Subject: [PATCH 1/2] add scattersmith to the strict bundle --- lib/index-strict.js | 1 + tasks/util/constants.js | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/index-strict.js b/lib/index-strict.js index f65724cfb0f..58e5eb12af7 100644 --- a/lib/index-strict.js +++ b/lib/index-strict.js @@ -46,6 +46,7 @@ Plotly.register([ require('./candlestick'), require('./scatterpolar'), require('./barpolar'), + require('./scattersmith'), // transforms require('./aggregate'), diff --git a/tasks/util/constants.js b/tasks/util/constants.js index 9338c091bf0..f7902f173ad 100644 --- a/tasks/util/constants.js +++ b/tasks/util/constants.js @@ -143,6 +143,7 @@ var partialBundleTraces = { 'scattergeo', 'scattermapbox', 'scatterpolar', + 'scattersmith', 'scatterternary', 'streamtube', 'sunburst', From 6ef59c1d405109e732f1d90a9f699bca7639a9b2 Mon Sep 17 00:00:00 2001 From: Mojtaba Samimi Date: Thu, 10 Mar 2022 07:54:52 -0500 Subject: [PATCH 2/2] log for PR 6135 --- draftlogs/6135_fix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 draftlogs/6135_fix.md diff --git a/draftlogs/6135_fix.md b/draftlogs/6135_fix.md new file mode 100644 index 00000000000..68396c02b20 --- /dev/null +++ b/draftlogs/6135_fix.md @@ -0,0 +1 @@ + - Provide missing `scattersmith` trace in the "strict" bundle [[#6135](https://github.com/plotly/plotly.js/pull/6135)]