You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce this, go here https://naver.github.io/billboard.js/demo/#Legend.usePoint
And rename one of the titles with a custom point pattern associated, for example rename "data3" to "data_3" or "data 3" (same thing happens with slashes, parentheses, brackets...), you will see that the related "point" is not displayed in the legend.
The text was updated successfully, but these errors were encountered:
ugoQ
changed the title
legend.usePoint not showing for custom points patterns if there is spaces or special chars in data title
legend.usePoint not working for custom points patterns if there is spaces or special chars in data title
Nov 18, 2021
To reproduce this, go here https://naver.github.io/billboard.js/demo/#Legend.usePoint
And rename one of the titles with a custom point pattern associated, for example rename
"data3"
to"data_3"
or"data 3"
(same thing happens with slashes, parentheses, brackets...), you will see that the related "point" is not displayed in the legend.Because the legent point has this
href
Whereas the polygon definition has this
id
The text was updated successfully, but these errors were encountered: