Skip to content

Commit d430e30

Browse files
committed
Merge pull request #243 from plotly/dropdown-filter
WIP: Legend Scrolling
2 parents c71973b + 1df89c5 commit d430e30

File tree

84 files changed

+476
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+476
-108
lines changed

Diff for: src/components/legend/constants.js

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
'use strict';
2+
3+
module.exports = {
4+
scrollBarWidth: 4,
5+
scrollBarHeight: 20,
6+
scrollBarColor: '#808BA4',
7+
scrollBarMargin: 4
8+
};

0 commit comments

Comments
 (0)