Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I was investigating legend click event. Plotly.Blazor was not supporting this event so this PR is introducing it.
I tried to find more informations about EventData for plotly_legendclick but this website was all I could find:
https://plotly.com/javascript/plotlyjs-events/#legend-click-events
Apart from that I did print out properties that are part of this events data but it looks like it supports curveNumber and expandedIndex plus ref to layout. If you know full list of properties or know that we can return more data from this event let me know and I will add it.
Also I am getting exception regarding code snippet that it fails to get code and it fails with code 404.
Url path to snippet is right so is this because of code is not on the repo?