I am building a bar chart with line, and want data labels on each of the bars, as well as on the line. The chm line I am using is
chm=N*f0*%,000000,0,-1,11|D,FF0000,1,0,5,1 Where the first part is putting the data labels on the Bars, and the second is specifying the line. How do I have to modify this line to add a label to the line? The entire command is: http://chart.apis.google.com/chart?cht=bvg &chs=650x400 &chbh=a,40,40 &chxt=x,y &chco=0000FF,FF0000 &chdl=Predicted+Rate|Benchmark &chdlp=b &chxl=0:|A|B|C|D|E|F|G|1:|0|20|40|60|80|100 &chm=N*f0*%,000000,0,-1,11|D,FF0000,1,0,5,1 &chts=00FF00,16 &chd=t1:" + pcta + "," + pctb + "," + pctc + "," + pctd + "," + pcte + "," + pctf + "," + pctg + "|" + pctbenchall + "" the chd line is using variables from my program, so dont worry about them... Thanks! David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Chart API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-chart-api?hl=en -~----------~----~----~----~------~----~------~--~---
