|
@@ -4100,15 +4100,13 @@ export const charts = [
|
|
|
{
|
|
|
name: '触发器1',
|
|
|
conditionType: 'and',
|
|
|
- conditions: [
|
|
|
- { type: '', operator: '!=', valueType: '', value: '-1' },
|
|
|
- ],
|
|
|
+ conditions: [],
|
|
|
actions: [
|
|
|
{
|
|
|
action: 5,
|
|
|
params: '',
|
|
|
value:
|
|
|
- "meta2d.setValue({'echarts.option.series.1.axisLine.lineStyle.color.0.0': pen.echarts.option.series.1.data.0.value/100});",
|
|
|
+ "let value =pen.echarts.option.series[1].data[0].value/100;context.meta2d.setValue({id:pen.id,'echarts.option.series.1.axisLine.lineStyle.color.0.0': value},{doEvent:false});",
|
|
|
targetType: 'id',
|
|
|
props: [],
|
|
|
input: '',
|