Hello,
Last week I was setting a table to be formatted as such:
var formatterArrow = new google.visualization.TableArrowFormat();
formatterArrow.format(leftDataTable, 2); // Apply formatter to third
column creating the arrow
The data for the third column in the table has -1, or 1, or 0.
For the last several days the odd rows do not show the arrow. (Even
though the data in the table is the same value as the previous even
row)
I have tracked the problem down to the table.css file. Specifically.
.google-visualization-table-tr-even, .google-visualization-table-tr-
even td {table.css (line 30)
background:transparent none repeat scroll 0 0;
}
Please advise,
Maciej
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Visualization 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-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---