Skip to content

Commit 2cc7eb3

Browse files
make _module.convert more clear.
Co-Authored-By: alexcjohnson <[email protected]>
1 parent 8daa1f1 commit 2cc7eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ Other methods used by some trace modules:
276276
- `_module.convert`: Sometimes separated from `_module.plot` or `_module.calc` to convert the
277277
plotly.js settings to another framework e.g. to `gl-plot3d` for `gl3d` traces, to
278278
`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`.
279280

280281
## Coding style
281282

0 commit comments

Comments
 (0)