@ministryofjustice/hmpps-digital-prison-reporting-frontend
Version:
The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.
44 lines (41 loc) • 747 B
JavaScript
'use strict';
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,
},
};
module.exports = chartConfig;
//# sourceMappingURL=chart-config.js.map