nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.36k stars 1.07k forks source link

Google Chart y-axis labels not showing unless you open up chart editor and exit #1082

Open jalipert opened 5 years ago

jalipert commented 5 years ago

I think this issue just started happening recently. I put together a fiddle to illustrate the issue.

Note, upon loading, the y-axis labels (for count) are not showing. If you double-click the chart to open the editor and then click "OK" the chart then correctly displays the axis labels.

Any ideas on how to fix this?

https://jsfiddle.net/x52ot0gr/1/

jalipert commented 5 years ago

Interesting! Looks like the issue can be fixed by reverting to the previous version 45 of google charts. See this fiddle for the fix. I'll check the google charts forum to see if it's a known issue with 46.

https://jsfiddle.net/qrL7e0o3/