Chartjs-How to achive Chart JS weather chart of 5 day / 3 hour forecast data

0👍

time is not a valid display format. Check the docs here.

You want to use the display format hour (the unit you use).

displayFormats: {
    'hour': 'MM/DD hA'
}

Leave a comment