File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ This will produce the following plot, and say you want to simulate a selection p
340
340
341
341
The trace modules (found in [ ` src/traces ` ] ( https://github.com/plotly/plotly.js/tree/master/src/traces ) )
342
342
are defined as plain objects with functions and constants attached to them in an index file
343
- (e.g. ` src/traces/scatter/index.js ` ). The trace modules are "registered" undo the ` Registry ` object
343
+ (e.g. ` src/traces/scatter/index.js ` ). The trace modules are "registered" under the ` Registry ` object
344
344
(found in [ ` src/registry.js ` ] ( https://github.com/plotly/plotly.js/blob/master/src/registry.js ) ) using
345
345
` Plotly.register ` (as done in the index files in ` dist/ ` ).
346
346
You can’t perform that action at this time.
0 commit comments