Hi,
I’m searching for a possibility to format the axes of a new chart.
The data includes an integer value, but the chart shows decimal values at the xAxes.
I tried the options parameter, but can’t get it fix.
$Options = @{
Options = @{
scales = @{
xAxes = @(
@{
#beginAtZero = $true
height = 200
}
)
#yAxes = @(
# @{
# #
# }
#)
}
}
}
I tried the ‘beginAtZero’ and I tried a fix Value.
Thanks in advance
Gunnar
Does some one has got a solution?