fix estimated cost cchart

This commit is contained in:
joseCorte-exe 2022-05-17 16:01:18 -03:00
parent 45e8d3ec8e
commit 1e1f7f0a61

View File

@ -63,7 +63,7 @@ interface LineBarChartInterface {
data1: any,
data2: any,
data3: any,
red: any
red?: any,
label: any
}