/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to docs/variables.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AJAX Variables
 
2
==============
 
3
 
 
4
Data Source
 
5
-----------
 
6
 + db_server
 
7
 + db_name
 
8
 + db_group
 
9
 + db_mask
 
10
 
 
11
Data Window
 
12
-----------
 
13
 + experiment
 
14
 + window
 
15
 
 
16
Export
 
17
------
 
18
 + format
 
19
 + mask_mode
 
20
 + resample
 
21
 + filename
 
22
 
 
23
Graph Options
 
24
-------------
 
25
 + aggregation          - AUTO/MINMAX/MEAN
 
26
 + interpolate          - [boolean]
 
27
 + show_marks           - DRAW::MARKS_[NEVER,DEFAULT,GAPS,ALWAYS]
 
28
 + show_gaps            - DRAW::SHOW_[NONE, EMPTY, POINTS, GAPS]
 
29
                            EMPTY  - display all points on the graph [ if empty existing ]
 
30
                            POINTS - display all points on the graph
 
31
                            GAPS   - display missing data
 
32
 + logarithmic