fix:增加line
This commit is contained in:
parent
5d018697ce
commit
351e017edb
|
@ -51,14 +51,19 @@ const configList = [
|
|||
key: 'Color_Compare',
|
||||
desc: 'Color of another spectrum line which is used to compare with current spectrum',
|
||||
},
|
||||
{
|
||||
title: 'Reference Line',
|
||||
key: 'Color_Reference',
|
||||
desc: 'The color of this line is a reference line for the rest of the spectrum',
|
||||
},
|
||||
{
|
||||
title: 'Spec Sum Line',
|
||||
key: 'Color_Strip',
|
||||
key: 'Color_SpecSum',
|
||||
desc: 'Color of the line which is the sum of current spectrum and other spectrum Multiplied by a ratio',
|
||||
},
|
||||
{
|
||||
title: 'Spec Cut Line',
|
||||
key: 'spectCutLine',
|
||||
key: 'Color_SpecCut',
|
||||
desc: 'Color of the line which is the difference of current spectrum and other spectrum Multiplied by a ratio',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user