Hello, my title is not coming up on my chart, and I'm not sure why. Code
is:
// Set chart options
var options = {'title': 'Product Strategy',
width: 1250, height: 1000,
sankey: { node: { width: 12 } }
};
// Instantiate and draw our chart, passing in some options.
var chart = new
google.visualization.Sankey(document.getElementById('sankey_multiple'));
chart.draw(data, options);
I've tried removing the (' ') around title, as well as replacing them with
(" ").
Saving the code out from notepad into a .html file.
Any tips or something I've missed? New to HTML. Thanks.
--
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/02643c9f-cab8-43bf-90de-210bf7a8003b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.