Hi There

I'm new at this and playing around with the following data table, I
need t know if one can change the array to data field, when the last
field is specified as "true" it will insert a right thick in the last
column for the table in black, if its set to false it will insert a
cross thick (X) also in black in the last column. Can one change this
and make the cross (X) "bold red" instead?
<title>
      Test Page
    </title>
    <script type="text/javascript" src="http://www.google.com/jsapi";></
script>
    <script type="text/javascript">
     google.load('visualization', '1', {packages: ['table']});

    </script>
    <script type="text/javascript">
    function drawVisualization() {
      // Create and populate the data table.
      var data = google.visualization.arrayToDataTable([
        ['Account', ' Plan', 'data1-Count', 'Threshold', 'data2-
Count', 'Threshold'],
        ['idrive1','pay1',  42, true, 0, false],
        ['idrive2', 'cont1', 8,  false, 100, true],
        ['idrive3', 'pay2', 0, false, 60, true],
        ['idrive3', 'pay1', 64, true, 20, true]

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to