Victor Pr
Victor Pr
I'm looking for the same thing - adding labels to a grouped chart. Thank you @lee00678 for your suggestion, however I believe it would be prone to errors as it...
Just in case someone is looking for another approach, here's mine. It's in Vue but I assume React to work very similar. ## Making the bars queryable Using `VisGroupedBar`'s `attributes`...
Had a similar issue when working with `VisAnnotations` in vue. My workaround to force a re-render is to briefly add `padding-right: 0.5px` to the container. Don't judge me, it works.