Custom axis labels on AnyChart scatter plot
MRICEMay 21 2013 — edited May 23 2013Hi
I'm trying to find a way to display custom axis labels on AnyChart scatter plot within an APEX application.
I'm using the plot to provide a visual representation of the occupancy of individual cells in a segmented 10 x 10 cardboard box holding bottles. I would like the rows of the box to be labeled with the letters A through J and the columns 1 through 10 so a user would be able to look easily for cell H5 for example.
The position is held in the database as numbers 1 to 100 and this is then converted to pairs of coordinates by use of SQL
I can get the column numbers displayed as these are simply 1 through 10. For the row labels, I would like 10 to map to A, 9 to map to B etc.
Is there a way that I can construct the AnyChart XML to achieve this?
Thanks in anticipation
Martin