Commit 90ffaaa5c14479a2e0aea8ec6dceb94fc11ef4e4
1 parent
cc9c44ec
Exists in
master
and in
109 other branches
layout and fonts
Showing
8 changed files
with
44 additions
and
9 deletions
Show diff stats
help/content.json
... | ... | @@ -68,6 +68,11 @@ children: [ |
68 | 68 | leaf:true |
69 | 69 | }, |
70 | 70 | { |
71 | + text:'Controlling Fonts', | |
72 | + id: 'fonts', | |
73 | + leaf:true | |
74 | + }, | |
75 | + { | |
71 | 76 | text:'Plot In Details', |
72 | 77 | children:[{ |
73 | 78 | text:'Plot Objects', |
... | ... | @@ -78,8 +83,7 @@ children: [ |
78 | 83 | id: 'plotPage', |
79 | 84 | leaf:true |
80 | 85 | },{ |
81 | - text:'Plot Objects : Layout', | |
82 | - | |
86 | + text:'Plot Objects : Layout', | |
83 | 87 | children:[{ |
84 | 88 | text:'Auto and Vertical Layouts', |
85 | 89 | id: 'plotLayout', |
... | ... | @@ -88,12 +92,26 @@ children: [ |
88 | 92 | text:'Manual Layout (TBD)', |
89 | 93 | id: 'ManualLayout', |
90 | 94 | leaf:true |
91 | - } | |
92 | - ] | |
95 | + }] | |
93 | 96 | },{ |
94 | - text:'Plot Objects : Panel (TBD)', | |
95 | - id: 'plotPanel', | |
96 | - leaf:true | |
97 | + text:'Plot Objects : Panel', | |
98 | + children:[{ | |
99 | + text:'Time and Scatter', | |
100 | + id: 'plotPanel', | |
101 | + leaf:true | |
102 | + },{ | |
103 | + text:'Epoch (TBD)', | |
104 | + id: 'panelEpoch', | |
105 | + leaf:true | |
106 | + },{ | |
107 | + text:'Instant (TBD)', | |
108 | + id: 'panelInstant', | |
109 | + leaf:true | |
110 | + },{ | |
111 | + text:'Status and TickMark (TBD)', | |
112 | + id: 'panelStatus', | |
113 | + leaf:true | |
114 | + }] | |
97 | 115 | },{ |
98 | 116 | text:'Plot Objects : Axis (TBD)', |
99 | 117 | id: 'plotAxis', |
... | ... |
213 KB
26.2 KB
help/plotPanel
1 | -<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel</h2> | |
2 | - <img align="left" src="help/images/plotPanel.png" style="margin: 10px 10px 0px 0px;"/> | |
1 | +<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Time and Scatter</h2> | |
2 | + <img class="centered" src="help/images/plotPanel.png" style="margin: 10px 0px 10px 0px;"/> | |
3 | + <h3> TimePlot Panel</h"> | |
4 | + <hr> | |
5 | + <img class="centered" src="help/images/scatter.png" style="margin: 10px 0px 10px 0px;"/> | |
3 | 6 | <br/> |
4 | 7 | |
5 | 8 | \ No newline at end of file |
... | ... |