Changeset 1337


Ignore:
Timestamp:
01/31/07 16:13:42 (6 years ago)
Author:
ckb6
Message:

Tidied up the default signal and noise graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/trunk/dbschema/ccs_graphs.schema

    r1306 r1337  
    217217INSERT INTO graph_parts VALUES (DEFAULT, 8, 1, 'DEF', 0, 'linkCurrentSignal','val1', 'AVERAGE'); 
    218218INSERT INTO graph_parts VALUES (DEFAULT, 8, 1, 'DEF', 0, 'linkCurrentNoise','val2', 'AVERAGE'); 
    219 INSERT INTO graph_parts VALUES (DEFAULT, 8, 2, 'CDEF', 0, 'val1,1000,/,-1,*','cval1', ''); 
    220 INSERT INTO graph_parts VALUES (DEFAULT, 8, 2, 'CDEF', 0, 'val2,1000,/,-1,*','cval2', ''); 
     219INSERT INTO graph_parts VALUES (DEFAULT, 8, 2, 'CDEF', 0, 'val1,-1,*','cval1', ''); 
     220INSERT INTO graph_parts VALUES (DEFAULT, 8, 2, 'CDEF', 0, 'val2,-1,*','cval2', ''); 
    221221INSERT INTO graph_parts VALUES (DEFAULT, 8, 3, 'AREA', '00CC00', 'Signal', 'cval1', ''); 
    222222INSERT INTO graph_parts VALUES (DEFAULT, 8, 4, 'LINE2', '0000FF', 'Noise', 'cval2', ''); 
Note: See TracChangeset for help on using the changeset viewer.