8000 Fix hover count info label in `createHoverLabelForColorHovermode` by weiweikee · Pull Request #6944 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Fix hover count info label in createHoverLabelForColorHovermode #6944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change parcats_hoveron_color to include count in hoverinfo
  • Loading branch information
weiweikee committed Mar 27, 2024
commit f019f6de133f81dae69f288af2b243cb388cf4bb
2 changes: 1 addition & 1 deletion test/image/mocks/parcats_hoveron_color.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{"type": "parcats",
"domain": {"x": [0.125, 0.625],"y": [0.25, 0.75]},
"hoveron": "color",
"hoverinfo": "probability",
"hoverinfo": "count+probability",
"dimensions":[
{"label": "One", "values": [1, 1, 2, 1, 2, 1, 1, 2, 1]},
{"label": "Two", "values": ["A", "B", "A", "B", "C", "C", "A", "B", "C"]},
Expand Down
0