Skip to content

Commit

Permalink
add comment stating that fx defaults should be set after legend defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Mar 26, 2020
1 parent cc8ca1c commit 0d406a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ register(require('./traces/scatter'));
// register all registrable components modules
register([
require('./components/legend'),
require('./components/fx'),
require('./components/fx'), // fx needs to come after legend
require('./components/annotations'),
require('./components/annotations3d'),
require('./components/shapes'),
Expand Down

0 comments on commit 0d406a0

Please sign in to comment.