Skip to content

Commit a897388

Browse files
author
Jon M. Mease
committed
Add counts attribute to parcats_hovermode_dimension mock
Makes the hoverlabel shifting logic more noticeable and shows off the `counts` attribute
1 parent 4eb5317 commit a897388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/image/mocks/parcats_hovermode_dimension.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
{"label": "Two",
1010
"values": ["A", "A", "A", "B", "A", "A", "A", "A", "C"],
1111
"categoryorder": "category descending"},
12-
{"label": "Three", "values": [11, 11, 11, 11, 11, 11, 11, 11, 11]}]
12+
{"label": "Three", "values": [11, 11, 11, 11, 11, 11, 11, 11, 11]}],
13+
"counts": [11, 3, 5, 2, 1, 20, 5, 9, 1]
1314
}
1415
],
1516
"layout": {

0 commit comments

Comments
 (0)