I'm using line graph and use histogram over month to display a monthly view.
The date labels showing in the graph are not showing Monthly Dates ie. 01/12/2020, 01/11/2020 so on and so forth when selecting absolute time value in the filter. 01/09/2020 00:00:00.00 to 01/12/2020 00:00:00.000 instead having some random labels.
The format is controlled by the Scaled Date format advanced setting, dateFormat:scaled, which determines how to display the dates based on the interval between dates. By default, any interval greater than 1 day will show the full day, and there is no interval that shows the month label. You can change this by adding something like ["P28DT", "YYYY-MM"], or ["P28DT", "MMMM"],
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.