This topic is locked

chart tooltips

6/7/2022 12:38:00 PM
PHPRunner General questions
G
gbhmayer1 author

I have a bar chart based on two tables (master-detail) that shows a tooltip: "click here to see details". How could I translate this tooltip to my language?

thanks

Sergey Kornilov admin 6/7/2022

Unfortunately this label is hardcoded in PHP code (charts.php) and you cannot translate it now. We will fix it in version 10.8.

G
gbhmayer1 author 6/7/2022

Thank you

fhumanes 6/7/2022

Hello,

It is not the solution, but while the new version comes out you could solve it by doing you charts as I propose in this article:

https://fhumanes.com/blog/otros-ejemplos/anychart-un-complemento-extraordinario-de-phprunner/

Regards,
fernando

G
gbhmayer1 author 6/8/2022

Thank you very much