react-google-charts
react-google-charts copied to clipboard
chartLanguage prop does not change Word Tree chart locale
I am working with Word Tree chart and chartLanguage
prop does not change the locale for me.
Update in 28.11.2021 working for me :
<Chart
chartLanguage={'ja'}
width={'100%'}
height={'400px'}
chartType="Gantt"
loader={<div>Loading Chart</div>}
.....
But was working after full page refresh
same problem, chartLanguage seems to be not working with any locale in the Word Tree chart @reinisg it seems it works for other chart types (as the Gantt one you used)