palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.96k stars 223 forks source link

clustered bar rendering labels only after branch change #3602

Open asmafa opened 1 year ago

asmafa commented 1 year ago

I'm working on a vue.js legacy project, with vite. I'm using a clustered bar. On first rendering, the plot bar displays correctly all the labels as shown in picture below image Once i refresh the page, most labels disappear. The only way to show the labels again is by changing the branch on my project, and then returning to the previous one. The first time after the branch change the labels are displayed, and then after refresh they disappear. Solutions I tried that didn't work:

Is this a bug ? Or is it a problem on my side ?