Questione : Aiuto del corechart della tabella di Google

I cari esperti, il

I hanno la seguente struttura del json, che può essere formattata ad una struttura chiamata del json di stile se necessario:

[
{“User1„: {“v„: 10, “f„: “£20 " }},
{“User2„: {“v„: 20, “f„: “£40 " }},
{“User3„: {“v„: 20, “f„: “£40 " }},
{“User4„: {“v„: 30, “f„: “£60 " }},
{“User5„: {“v„: 20, “f„: “£40 "

I del
del }}] che prova ad entrare questo nel seguente chart

data.addRows (5);  
data.setValue (0, 0, “User1„);  
data.setValue (0, 1, 20);  
data.setValue (1, 0, “User2„);  
data.setValue (1, 1, 40);  
data.setValue (2, 0, “User3„);  
data.setValue (2, 1, 40);  
data.setValue (3, 0, “User4„);  
data.setValue (3, 1, 60);  
data.setValue (4, 0, “User5„);  
data.setValue (4, 1, 40);  impianti del

Which se faccio questo:

data.addRows (json.length);
for (varietà J nel json) {
per (varietà K nel json [J]) {
data.setValue (parseInt (j), 0, k);
data.setValue (parseInt (j), 1, parseInt (json [J] [K] .f.substring (1)));

How del
del
}} lo convinco per visualizzare il segno “del £„ anche, vicino al valore “di f„, per gli scopi dell'esposizione soltanto?

Please help

Thanks
class= del

Risposta : Aiuto del corechart della tabella di Google

Ho avuto uno sguardo.

Non posso vedere dove sostituireste i % con un £ se quello è che cosa state provando a fare…

Forse un altro tipo della tabella?
Altre soluzioni  
 
programming4us programming4us