Closed ceevee830 closed 2 years ago
Hi Chris,
It looks like you are using the Google Charts library directly rather than the <google-chart>
web component, so I am not sure it is the correct place to report the problem (perhaps google-visualization-issues is).
Are the column header names missing if you try the example from Google Charts docs? Do you have any CSS that might override the headers? Does it only happen if <google-chart>
is imported?
Hi @rslawik thanks for reply and sry for late response.
[did you] try google chart docs? Yes, I inspected the docs and HTML/CSS of the column header in the browser and the text is just not there. I can add the text into the HTML directly using firefox inspector and can then see the text in the column header. I also tried the setColumnLabel() API to no avail.
I'll try the google-visulation next. Thanks again.
Using google-chart v1.x (https://github.com/GoogleWebComponents/google-chart/archive/1.x.zip)
When creating a
google.visualization.DataTable()
inside agoogle.visualization.Table()
, I see a fully functioning table. BUT, I do not see the column header names/titles.IMAGE (see my hand-drawn red squigglies where the column header names/titles should be).
CODE
I can see the 'column sort direction' image in 2nd column header, but where are the column header names?