Hello I am new to things Google Charts
I have a LineChart where I want to display amounts. What must i to for
amounts in a currency of my choice to display? My current code is:
function drawChart() {
var data = google.visualization.arrayToDataTable([
["Element", "aktueller Betrag in CHF", { role: "style" } ],
["PORTOFORTUNA", 300, "#513a43"],
["EYES OPEN", 15330, "6f664c"],
["GREEN ETHIOPIA", 1330, "74676c"]
]);
Thanks for your help
Markus
--
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/92fc8874-62a2-480b-8564-01459d443cda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Title: Examples :: LineCharts