I have tested Column Chart on a data table with the first column having
numbers: 0,1,2,3,4,5,...
Depending on chart options "hasLabelsColumn" and "strictFirstColumnType",
I had three different results:
chart displayed with first column as labels ('+' sign - desired behaviour ),
first column displayed as data ('-' sign),
error message "Bars series with value domain axis is not supported."
displayed.
I have put results in a table:
strictFCT: true false not set
hasLC:
true error - +
false error - +
not set error - error
As you can see, "hasLabelsColumn" now has effect again, but only when
"strictFirstColumnType" is not set. And it doesn't matter if you set it to
'true' or 'false'.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/N1_ar5u6LXIJ.
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.