Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Error: "line" is not a registered controller

import { Chart, registerables } from 'chart.js';
export class ChartTest {

  constructor() {
    Chart.register(...registerables);
  }

  // methods to actually make the chart per documentation
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #registered #controller
ADD COMMENT
Topic
Name
7+8 =