react-google-charts icon indicating copy to clipboard operation
react-google-charts copied to clipboard

chartLanguage prop does not change Word Tree chart locale

Open rkazakov opened this issue 3 years ago • 2 comments

I am working with Word Tree chart and chartLanguage prop does not change the locale for me.

rkazakov avatar Jul 30 '21 03:07 rkazakov

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

reinisg avatar Oct 28 '21 18:10 reinisg

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)

pabloselin avatar Dec 27 '21 18:12 pabloselin