Hi Guys,
I use this function below, with sprintf on a dashboard without requiringJS support and everything works very well, however when I activate the requireJS support the function stops working.
Would anyone have a solution to format the number and work with requireJS active?
function f(data) {
return "R$ " + sprintf('%d', data/1000) + ' M';
}
Best regards,
In addition, I use this function in the Value Format property of the CCC Line chart