Open
Description
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' ... />