I am using CanvasJS to draw a chart with data grouped by work week. So there will be data similar to
1849 95.25
1850 88.7
1851 92.1
1852 97.86
1901 89.33
1902 91.65
The four digit number is the last two digits of the year followed by the two digit week number (IY, and IW in SQL “TO_CHAR”).
The trouble I am getting is that the chart seems to want to auto-populate numbers from 53-99 along the X axis. Is there an easy way to force it to only use the specific values I am feeding it? The variables I am feeding in do not have data like 1865.