diff --git a/webapp/src/components/DataPage.tsx b/webapp/src/components/DataPage.tsx index 53e421993fd8d04c2b72f037ea0b94c4fe6a1063..04619c32c52baabc58032d37e5739e29b945d2bc 100644 --- a/webapp/src/components/DataPage.tsx +++ b/webapp/src/components/DataPage.tsx @@ -9,6 +9,12 @@ import SectionNavigation from "./SectionNavigation"; import { Sections } from "../helpers/constants"; import PolicySidebar from "./PolicySidebar"; +import { Chart as ChartJS} from 'chart.js'; + +ChartJS.defaults.font.size = 18; +ChartJS.defaults.font.family = 'Open Sans'; +ChartJS.defaults.font.weight = '700'; + interface inputProps { title: string, description?: string,