Hi,
Under APEX 24.2.0 I have graph which is not displaying all the months :

You see on the left bar, the month is not displayed.
The query is simple :
select count(*) "Nombre de bénévoles", DATE_ENTREE "Date d'entrée" from CY_VACATION WHERE DATE_DE_SORTIE IS NULL group by date_entree
How to display all the months values ?
Best regards.