Hello
Lets say I have values
2020 20
2021 21
2022 no value
2023 no value
2024 26
and I want a line chart with missing values, but the years 2022,2023 present – how can this be done?
kind regards
Randolph
Hello, Randolph,
Thank you for reaching out to us.
Our team recommends using the showEmptyValues
property of the grid
object. The grid
object itself is a property of the options
object.
Setting its value to true
allows displaying empty values both on the grid and on the charts, including the line chart.
Please see an example we have prepared for you.
We hope it helps.
Best regards,
Illia