Closed
Description
I want to make a custom bundle that just includes the scattergl
graph from the strict
bundle. I tried the following:
npm i plotly.js
cd node_modules/plotly.js
npm i
npm run custom-bundle -- --traces scatter,scattergl-strict --transforms none
Error: scattergl-strict is not a valid trace!
I saw the name scattergl-strict
here, so thought it might work.
Not sure if it's the wrong command, a bug, or not a feature.
Thanks.