Javascript – How to use Date labels as Y axis in chartsjs
Given the following chart how can I show a custom HTML label for the Y ticks? const yAxisLabelsLookup = { 0: { label: '2024-01-01', color: 'red', }, 1: { label: '2024-01-02', color: 'blue', }, 2: { label: '2024-01-03', color: 'green',…