You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ready: function(){this.$.chart.set('options.fontName',"Roboto");// BUG: this has no effectthis.$.chart.set('options.fontSize',25);this.$.chart.set('options.timeline',{showRowLabels: false});this.$.chart.redraw();},
With fontName and fontSize set, chart still reverts to Arial.
Same behavior when I initialize options as a polymer property on host.
The text was updated successfully, but these errors were encountered:
I think this issue sounds more like a problem with the underlying library? https://github.com/google/google-visualization-issues/issues
If an option does not work when specified statically in the HTML, then it definitely would be.
e.g. The following should definitely work if there is no bug in the google-visualization library:
With
fontName
andfontSize set
, chart still reverts to Arial.Same behavior when I initialize options as a polymer property on host.
The text was updated successfully, but these errors were encountered: