Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Custom axis labels on AnyChart scatter plot

MRICEMay 21 2013 — edited May 23 2013
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2013
Added on May 21 2013
11 comments
735 views