Skip to content

Commit 0a50295

Browse files
committed
use Scatter.selectOnStyle directly for violin traces
1 parent 6c86e08 commit 0a50295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/traces/violin/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
setPositions: require('./set_positions'),
1818
plot: require('./plot'),
1919
style: require('./style'),
20+
styleOnSelect: require('../scatter/style').styleOnSelect,
2021
hoverPoints: require('./hover'),
2122
selectPoints: require('../box/select'),
2223

0 commit comments

Comments
 (0)