ChartWrapper Table and formatter

93 views
Skip to first unread message

Amir

unread,
Jul 25, 2011, 2:35:53 PM7/25/11
to Google Visualization API
Hi,

I wonder if anyone knows how I can use a formatter (like
TableColorFormat) with chartWrapper ('chartType': 'Table')?

Thanks,

Amir.

Viz Kid

unread,
Aug 9, 2011, 11:26:18 AM8/9/11
to google-visua...@googlegroups.com

Sorry for the delayed response.
This is an interesting idea and we will think about it.

  Viz Kid


--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.


ron ozery

unread,
Sep 11, 2011, 12:28:16 PM9/11/11
to google-visua...@googlegroups.com
function drawVisualization() {
  var wrapper = new google.visualization.ChartWrapper({
    chartType: 'Table',
    dataTable: [['Germany', 'USA', 'Brazil', 'Canada', 'France', 'RU'],
                [700, 300, 400, 500, 600, 800]],
    containerId: 'visualization'
  });
  wrapper.draw();
}
Reply all
Reply to author
Forward
0 new messages