And is there any way to change the colors of the value columns for 
"oldData" and "newData"?
Assuming that each column has a different color.

Em sexta-feira, 13 de dezembro de 2019 às 05:17:46 UTC-3, jebaraj 
Pernatshaw escreveu:

> $("text").each(function () {
>       if ($(this).text() == "Previous data") {
>           $(this).text('Popularity');
>       }
>   });
> Try this it will work.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/f76abc75-f307-4102-9c68-40dbc56ec63fn%40googlegroups.com.

Reply via email to