I have a table which looks like this:
ident | date | quality
I have a stacked barchart which shows me the quality distribution per day. My Problem is, that days without data are not shown.
Is it possible to define a dynamic time range based on user input where the data is mapped on? So if the user defines the time from monday to friday and the database has only values for monday, that monday has a bar chart but the dates of the other days are also visible even if the query results in null.
Thank you for your help.
ident | date | quality
I have a stacked barchart which shows me the quality distribution per day. My Problem is, that days without data are not shown.
Is it possible to define a dynamic time range based on user input where the data is mapped on? So if the user defines the time from monday to friday and the database has only values for monday, that monday has a bar chart but the dates of the other days are also visible even if the query results in null.
Thank you for your help.