I can't seem to find out how to change the legend in a Diff Chart from "Previous Data" to a custom value. I'm adding the labels like:
[code] data.addColumn( 'string', oInfo.id ); data.addColumn( 'number', oInfo.label ); data2.addColumn( 'string', oInfo2.id ); data2.addColumn( 'number', oInfo2.label ); var diffData = chart.computeDiff(data2,data); chart.draw(diffData, options); [/code] The first label comes out correctly but the second one always says "Previous Data". How do I replace the label "Previous Data" with my custom label? -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/ecb15d6b-2b33-40c6-aa4c-f77b02917d52%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
