Skip to content
Snippets Groups Projects
Commit 118d58a7 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-2731: fix issue after merge with master

parent 040e76d6
No related branches found
No related tags found
1 merge request!1166TMSS-2731: Add annotation plugin and indicate resource usage beyond granted...
...@@ -2,10 +2,9 @@ import React, { Component } from 'react'; ...@@ -2,10 +2,9 @@ import React, { Component } from 'react';
import { Link } from 'react-router-dom'; import { Link } from 'react-router-dom';
import moment from 'moment'; import moment from 'moment';
import _ from 'lodash'; import _ from 'lodash';
import 'chart.js/auto';
import { Chart, registerables } from 'chart.js'; import { Chart, registerables } from 'chart.js';
import annotationPlugin from 'chartjs-plugin-annotation'; import annotationPlugin from 'chartjs-plugin-annotation';
import { Bar ,CategoryScale,Chart} from 'react-chartjs-2'; import { Bar, CategoryScale} from 'react-chartjs-2';
import ProjectService from '../../services/project.service'; import ProjectService from '../../services/project.service';
import ReportService from '../../services/report.service'; import ReportService from '../../services/report.service';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment