-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
Description
ready: function () {
this.$.chart.set('options.fontName', "Roboto"); // BUG: this has no effect
this.$.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.