plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
16.92k stars 1.85k forks source link

Fix scatterternary with ids attribute #7167

Closed alexcjohnson closed 1 week ago

alexcjohnson commented 1 week ago

Fix #7166

ids is part of the scatterternary schema, so it shouldn't break things! Anyway I want to use it for selection events, so I can reserve customdata for hover labels.

archmoj commented 1 week ago

Thanks for the PR. :dancer: