Mojtaba Samimi
Mojtaba Samimi
@LiamConnors Debugging the bug you noticed wasn't easy. I figured the error is coming from the plotly.py templates which include defaults for "scattermapbox" traces as well as `"mapbox" subplots. On...
We should possibly support this option on places e.g. `legend.title`. No?
Revised in #7262.
@emilykl After I viewed most significant changes on my dev branch I suggest you drop the [a426afa](https://github.com/plotly/plotly.js/pull/7412/commits/a426afa4cb62065c169ef7863a444266b05045cd) commit (possibly by force pushing i.e. to reduce the size of changes) and...
This PR looks good to me. 💯 🙏 Many thanks @zachchan-voltaiq Thanks to @emilykl's https://github.com/plotly/plotly.js/pull/7396 and in order for the failing tests to pass you could fetch upstream/master and merge...
Hmm... it seems we need to pass `gd` as an argument to these two API functions https://github.com/plotly/plotly.js/blob/12303db490e1fcd2efdc645c72d603ada1261764/src/plot_api/template_api.js#L33 https://github.com/plotly/plotly.js/blob/12303db490e1fcd2efdc645c72d603ada1261764/src/plot_api/template_api.js#L287 which may require publishing a major version.
> Hmm... it seems we need to pass `gd` as an argument to these two API functions > https://github.com/plotly/plotly.js/blob/12303db490e1fcd2efdc645c72d603ada1261764/src/plot_api/template_api.js#L33 > > > https://github.com/plotly/plotly.js/blob/12303db490e1fcd2efdc645c72d603ada1261764/src/plot_api/template_api.js#L287 > > > which may require publishing...
@alexcjohnson @nicolaskruchten what should be added in terms of the API? New layout attributes?
> is this one still relevant or can we close it? thanks It is still relevant.