|
@@ -1,6 +1,6 @@
|
|
-import { Component, OnInit, ViewChild, ElementRef, AfterViewInit, OnDestroy } from '@angular/core';
|
|
|
|
|
|
+import { Component, OnInit, AfterViewInit, OnDestroy, ViewChild, ElementRef } from '@angular/core';
|
|
import { CommonModule } from '@angular/common';
|
|
import { CommonModule } from '@angular/common';
|
|
-import Chart from 'chart.js/auto';
|
|
|
|
|
|
+import { Chart } from 'chart.js';
|
|
|
|
|
|
interface SkillData {
|
|
interface SkillData {
|
|
label: string;
|
|
label: string;
|