Issues with charts / widget3 component
Hi,
I'm using VUE componentes and I find some issues with charts / widget3 component.
1. The 3 top righ buttons (Year, Month and Week) buttons doesn't work (I click and nothing happens);
2. I'm not able to internacionalize the x-axis and mouse tip (I cannot transate the name of the months to portuguese, for example).
Can you please help me?
Thanks,
MB
Replies (2)
Hi,
- Yes looks like the top right buttons on charts widgets don't work, we will fix this. For now, you can just use bootstrap 5 tabs and add an apexchart component instance inside each tab with the same chart configuration but different data.
- You can update x-axis texts using property
xaxis.categories
in your chart configuration.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Thank you!