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...
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Description |
Add axis intermediate tick marks, specially interesting for LOG scale
|
Story Points | 10 |
Labels | FireflyCCB |
Summary | 2D chart: added intermediate tick marks | 2D chart: add intermediate tick marks |
Remote Link | This issue links to "Page (Confluence)" [ 28204 ] |
Resolution | Done [ 10000 ] | |
Status | To Do [ 10001 ] | Invalid [ 11005 ] |
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.