fixing chart 🐛
This commit is contained in:
parent
ba54f8ffd6
commit
46b204c2e6
@ -51,7 +51,7 @@ export default function CostIndicatorChart({ title, data1, data2, label, subtitl
|
|||||||
{
|
{
|
||||||
label: '2021',
|
label: '2021',
|
||||||
data: data1?.map(value => value),
|
data: data1?.map(value => value),
|
||||||
// skipNull: data2?.map(value => value)?.includes(null),
|
skipNull: data2?.map(value => value)?.includes(null),
|
||||||
borderRadius: 8,
|
borderRadius: 8,
|
||||||
datalabels: {
|
datalabels: {
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user