The Category Axis Tick does not get enabled for ADS 13 rc-12
To reproduce:
Execute a query and create a chart
Take chart options and try to enable/disable Category Axis Tick
See attached pic
the ticks do exist, their color is such a close match to the default background gradient bottom color you can't see them. If you set the background to white ( top and bottom gradient colors) you can see the ticks.
Convert bottom color to HSB, then check brightness.
if brightness > 0.5, then set tick color to black, else set to white
Convert bottom color to HSB, then check brightness.
if brightness > 0.5, then set tick color to black, else set to white
Issue #8425 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
the ticks do exist, their color is such a close match to the default background gradient bottom color you can't see them. If you set the background to white ( top and bottom gradient colors) you can see the ticks.