Убрал отображения значения

This commit is contained in:
Alexey 2021-07-20 16:28:03 +05:00
parent c119f22aa4
commit 2381eb9029
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ const defaultOptions = {
ticks: { ticks: {
z: 1, z: 1,
display : true, display : true,
textStrokeColor : "#ffff", textStrokeColor : "#fff",
textStrokeWidth : 2, textStrokeWidth : 2,
color:"#000", color:"#000",
} }

View File

@ -76,7 +76,7 @@ const defaultOptions = {
display: true, display: true,
}, },
datalabels: { datalabels: {
display: true, display: false,
}, },
} }
} }