10BC0 Pattern Formatter needs better documentation · Issue #287 · angular-google-chart/angular-google-chart · GitHub
[go: up one dir, main page]

Skip to content

Pattern Formatter needs better documentation #287

@wcwright

Description

@wcwright

The formatter documentation makes it unclear how a PatternFormatter would be used through angular google chart. All of the other google chart formatters are initialized using an options object, but the PatternFormatter is unique in that it takes a string, like so:

var formatter = new google.visualization.PatternFormat('{0}');

and then a function is called to actually format the chart:
formatter.format(data, [0, 1]);

Is it possible to be provided an example of how this would be achieved in angular google charts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0