Jquery – CanvasJs Date Format on x Axis
I'm creating a column chart with data: { xValueFormatString: "MMM YYYY", dataPoints: [ { x: new Date(2024, 0), y: 71 }, { x: new Date(2024, 1), y: 79 } ] } xValueFormatString is not working to format the x values…