fixing chart 🐛

This commit is contained in:
joseCorte-exe 2022-08-16 10:29:38 -03:00
parent 7db8830c43
commit 2ec7bd94b2

View File

@ -51,7 +51,7 @@ export default function CostIndicatorChart({ title, data1, data2, label, subtitl
{
label: '2021',
data: data1?.map(value => value),
skipNull: data2?.map(value => value)?.includes(null),
// skipNull: data2?.map(value => value)?.includes(null),
borderRadius: 8,
datalabels: {
backgroundColor: 'white',