Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Firefly
-
Labels:
-
Story Points:10
-
Epic Link:
-
Team:Science User Interface
Description
Add axis intermediate tick marks, specially interesting for LOG scale
Attachments
Issue Links
- mentioned in
-
Page Loading...
The idea behind is to expose to the user the tick marks options that are controlled in highchart:
http://api.highcharts.com/highcharts/xAxis.tickInterval
On logarithmic axes, the tickInterval is based on powers, so a tickInterval of 1 means one tick on each of 0.1, 1, 10, 100 etc. A tickInterval of 2 means a tick of 0.1, 10, 1000 etc. A tickInterval of 0.2 puts a tick on 0.1, 0.2, 0.4, 0.6, 0.8, 1, 2, 4, 6, 8, 10, 20, 40 etc.