Page breaking fixes

This commit is contained in:
monilprajapati
2024-11-12 16:03:55 +05:30
parent cb122e1585
commit 705a1c4b24
5 changed files with 7 additions and 3 deletions
@@ -1,5 +1,8 @@
import React from 'react';
import { Bar } from 'react-chartjs-2';
import { Chart, registerables } from 'chart.js';
Chart.register(...registerables);
const HealthBarChart = (props) => {
const { globalUrl, filteredData, options, onBarClick } = props;