Hallo,
I have a dataset with fields cal_date (every calendar day from 2025-01-01 to 2025-12-31), aircraftid and availability (Available or Unavailable).
I am trying to make a visual to display the number of aircraftids that are available and unavailable for all the calendar days of the year. I make a line chart (see screenshot) where x-axis is cal_date, value=aircraftid(Count) and then I also include color=availability to distinguish between available/unavailable aircrafts.
-
Why can’t I get to display all the calendar days in x-axis when I include the “availability” field in “color” option?? Notice that they start from June 15 instead of Jan 1!! This doesn’t make sense to me because when I remove this field from “color” I get all dates! But of course cannot distinguish between available/unavailable
-
It would be very nice to instead of just displaying the nr. of aircrafts available/unavailble to also show the actual values of the aircraftid’s that are available. Do you have a suggestion of what’s the best way to do this??