@ministryofjustice/hmpps-digital-prison-reporting-frontend
Version:
The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.
42 lines (40 loc) • 737 B
JavaScript
const tooltip = {
backgroundColor: '#FFF',
bodyColor: '#000',
titleFont: {
size: 16,
},
bodyFont: {
size: 16,
},
titleColor: '#000',
displayColors: false,
borderWidth: 1,
borderColor: '#b1b4b6',
cornerRadius: 0,
padding: 20,
footerFont: {
weight: 'bold',
},
animation: {
duration: 0,
},
};
const chartConfig = {
responsive: true,
maintainAspectRatio: false,
animation: {
duration: 0,
},
hover: {
animationDuration: 0,
},
plugins: {
legend: {
position: 'bottom',
},
tooltip,
},
};
export { chartConfig as default };
//# sourceMappingURL=chart-config.js.map