We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_module.convert
1 parent 8daa1f1 commit 2cc7eb3Copy full SHA for 2cc7eb3
CONTRIBUTING.md
@@ -276,6 +276,7 @@ Other methods used by some trace modules:
276
- `_module.convert`: Sometimes separated from `_module.plot` or `_module.calc` to convert the
277
plotly.js settings to another framework e.g. to `gl-plot3d` for `gl3d` traces, to
278
`mapbox-gl` from `mapbox` traces. This split can make the logic easier to test.
279
+ If you make a `convert`, you should call it from either `calc` or `plot`.
280
281
## Coding style
282
0 commit comments