Skip to content

fontName ineffective #189

@bennypowers

Description

@bennypowers
      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();
      },

screen shot 2017-04-13 at 11 12 10 am

With fontName and fontSize set, chart still reverts to Arial.

Same behavior when I initialize options as a polymer property on host.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions