Line chart - x-axis based on a date field.
There is missing YYYY-MM (e.g. 2024-Feb to 2024-Jul and 2024-Sep) from the chart since there is no data for those YYYY-MM. How to make the x-axis to be continuous to include those missing YYYY-MM?
Thanks.
Line chart - x-axis based on a date field.
There is missing YYYY-MM (e.g. 2024-Feb to 2024-Jul and 2024-Sep) from the chart since there is no data for those YYYY-MM. How to make the x-axis to be continuous to include those missing YYYY-MM?
Thanks.
Hi @lbl
There is a property to enable Continous Line that you can use to have continuous line.
But be aware that your dataset should have dates for the missing periods. Meaning the date should be a separate dimension and you have a left join on your dataset so even if there is no data for the dates the dates themselves are available in your dataset. Then the continous line will work