Commit 90ffaaa5c14479a2e0aea8ec6dceb94fc11ef4e4

Authored by Elena.Budnik
1 parent cc9c44ec

layout and fonts

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',
... ...
help/fonts 0 โ†’ 100644
... ... @@ -0,0 +1,2 @@
  1 +<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Controlling Fonts</h2>
  2 +<img class="centered" src="help/images/fonts.png" style="margin: 10px 0px 10px 0px;"/>
0 3 \ No newline at end of file
... ...
help/images/fonts.png 0 โ†’ 100644

213 KB

help/images/scatter.png 0 โ†’ 100644

26.2 KB

help/panelEpoch 0 โ†’ 100644
... ... @@ -0,0 +1,4 @@
  1 +<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Epoch</h2>
  2 +TBD
  3 +<br/>
  4 +
0 5 \ No newline at end of file
... ...
help/panelInstant 0 โ†’ 100644
... ... @@ -0,0 +1,4 @@
  1 +<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Instant</h2>
  2 +TBD
  3 +<br/>
  4 +
0 5 \ No newline at end of file
... ...
help/panelStatus 0 โ†’ 100644
... ... @@ -0,0 +1,4 @@
  1 +<h2><img src="js/resources/images/16x16/plot.png" style="margin: 0px 10px 0px 0px;"/>Plot Objects : Panel : Status and TickMark</h2>
  2 +TBD
  3 +<br/>
  4 +
0 5 \ No newline at end of file
... ...
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
... ...