Skip to content

Custom chart controllers support #105

Open
@mrjv

Description

@mrjv

It does not seem possible to register and use a new chart controller type:

Chart.controllers.MyType = Chart.DatasetController.extend({

});

since the chart react components have predefined types (doughnut, pie, line, etc.). It would be nice to be able to render a ChartComponent directly and specify the custom type:
<ChartComponent type='MyType' ... />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions