I am currently using the treemap to display information. But i want the
chart to be sized to 100% height and Width so that the page can be viewed
on a 42in TV and a normal monitor. Also do i the code but it in the DIV
tag or in the JS code.
This is an example of my JS:
// Create and draw the visualization.
var tree = new
google.visualization.TreeMap(document.getElementById('chart_div'));
tree.draw(data, {
minColor: '#f00',
midColor: '#e5ff00',
maxColor: '#0d0',
headerHeight: 30,
headerColor: 'white',
nocolour:'grey',
fontColor: 'black',
fontSize: '25',
noColor: '#C0C0C0',
minColorValue: '1',
maxColorValue: '10',
showScale: false});
}
</script>
--
You received this message because you are subscribed to the Google Groups
"Google Chart 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 http://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/groups/opt_out.