Jquery – flot bar widths not displaying equally
I'm attempting to draw a flot chart. bar chart time on the x-axis all bars should be the same x-size (width) Here's the code used: var data = [{ color: '#ff7e00', data: [ [1692473400, 19.95], [1692480600, 19.194], [1692484200, 18.606], ]…