@easyv/config 1.0.49 → 1.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
+
5
+ ### [1.0.53](https://gitlab.prod.dtstack.cn:10022/visdev/visApplication/easyv-config/compare/v1.0.52...v1.0.53) (2022-04-08)
6
+
7
+ ### [1.0.52](https://gitlab.prod.dtstack.cn:10022/visdev/visApplication/easyv-config/compare/v1.0.51...v1.0.52) (2022-04-02)
8
+
9
+ ### 1.0.51 (2022-04-02)
package/lib/animation.js CHANGED
@@ -204,7 +204,8 @@ var animationOfCarousel = function animationOfCarousel() {
204
204
  name: 'textStyle',
205
205
  displayName: '类目文本样式',
206
206
  value: (0, _.font)(textStyle),
207
- type: "textStyle"
207
+ type: "textStyle",
208
+ markColorType: 'textColor'
208
209
  }, {
209
210
  name: 'gap',
210
211
  displayName: '类目文本间距',
package/lib/axisLine.js CHANGED
@@ -32,7 +32,8 @@ var _default = function _default() {
32
32
  name: 'color',
33
33
  displayName: '颜色',
34
34
  value: color,
35
- type: 'color'
35
+ type: 'color',
36
+ markColorType: 'assistColor'
36
37
  }, {
37
38
  rule: [['show', '$eq', true]],
38
39
  name: 'lineWidth',
package/lib/gridLine.js CHANGED
@@ -42,7 +42,8 @@ var _default = function _default() {
42
42
  name: 'color',
43
43
  displayName: '颜色',
44
44
  value: color,
45
- type: 'color'
45
+ type: 'color',
46
+ markColorType: 'gridColor'
46
47
  }, {
47
48
  rule: [['show', '$eq', true]],
48
49
  name: 'lineWidth',
package/lib/label.js CHANGED
@@ -76,7 +76,8 @@ var _default = function _default() {
76
76
  italic: italic,
77
77
  letterSpacing: letterSpacing
78
78
  },
79
- type: 'textStyle'
79
+ type: 'textStyle',
80
+ markColorType: 'textColor'
80
81
  }, position !== undefined && {
81
82
  name: 'position',
82
83
  displayName: '位置',
@@ -221,10 +222,10 @@ var labelOfPie = function labelOfPie() {
221
222
  step: 1
222
223
  }
223
224
  }, lineColor !== undefined && {
224
- name: "lineColor",
225
- displayName: "线颜色",
225
+ name: 'lineColor',
226
+ displayName: '线颜色',
226
227
  value: lineColor,
227
- type: "color"
228
+ type: 'color'
228
229
  }, {
229
230
  rule: [['show', '$eq', true]],
230
231
  name: 'mode',
@@ -256,7 +257,8 @@ var labelOfPie = function labelOfPie() {
256
257
  name: 'font',
257
258
  displayName: '文本样式',
258
259
  value: nameFont,
259
- type: 'textStyle'
260
+ type: 'textStyle',
261
+ markColorType: 'textColor'
260
262
  }]
261
263
  }, {
262
264
  rule: [['show', '$eq', true]],
@@ -281,7 +283,8 @@ var labelOfPie = function labelOfPie() {
281
283
  name: 'font',
282
284
  displayName: '文本样式',
283
285
  value: percentFont,
284
- type: 'textStyle'
286
+ type: 'textStyle',
287
+ markColorType: 'textColor'
285
288
  }]
286
289
  }, {
287
290
  name: 'value',
@@ -323,7 +326,8 @@ var labelOfPie = function labelOfPie() {
323
326
  name: 'font',
324
327
  displayName: '文本样式',
325
328
  value: valueFont,
326
- type: 'textStyle'
329
+ type: 'textStyle',
330
+ markColorType: 'textColor'
327
331
  }]
328
332
  }].filter(function (item) {
329
333
  return !!item;
@@ -359,14 +363,15 @@ var labelOfRose = function labelOfRose() {
359
363
  name: 'font',
360
364
  displayName: '文本样式',
361
365
  value: (0, _.font)(labelFont),
362
- type: 'textStyle'
366
+ type: 'textStyle',
367
+ markColorType: 'textColor'
363
368
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
364
- name: "gap",
365
- displayName: "间距",
369
+ name: 'gap',
370
+ displayName: '间距',
366
371
  value: gap,
367
- type: "number",
372
+ type: 'number',
368
373
  config: {
369
- suffix: "px"
374
+ suffix: 'px'
370
375
  }
371
376
  })]
372
377
  };
@@ -611,7 +616,8 @@ var axisLabel = function axisLabel() {
611
616
  name: 'font',
612
617
  displayName: '文本样式',
613
618
  value: font,
614
- type: 'textStyle'
619
+ type: 'textStyle',
620
+ markColorType: 'textColor'
615
621
  }]
616
622
  };
617
623
  };
package/lib/legend.js CHANGED
@@ -102,7 +102,8 @@ var _default = function _default() {
102
102
  name: 'font',
103
103
  displayName: '文本样式',
104
104
  value: font,
105
- type: 'textStyle'
105
+ type: 'textStyle',
106
+ markColorType: 'textColor'
106
107
  }, {
107
108
  name: 'iconSize',
108
109
  displayName: '图标尺寸',
@@ -267,7 +268,8 @@ var legendOfRose = function legendOfRose() {
267
268
  name: 'font',
268
269
  displayName: '文本样式',
269
270
  value: font,
270
- type: 'textStyle'
271
+ type: 'textStyle',
272
+ markColorType: 'textColor'
271
273
  }, {
272
274
  name: 'iconSize',
273
275
  displayName: '图标尺寸',
@@ -522,7 +524,8 @@ var legendOfPie = function legendOfPie() {
522
524
  name: 'font',
523
525
  displayName: '文本样式',
524
526
  value: nameFont,
525
- type: 'textStyle'
527
+ type: 'textStyle',
528
+ markColorType: 'textColor'
526
529
  }]
527
530
  }), _objectSpread(_objectSpread({}, showRule()), {}, {
528
531
  name: 'percent',
@@ -552,7 +555,8 @@ var legendOfPie = function legendOfPie() {
552
555
  name: 'font',
553
556
  displayName: '文本样式',
554
557
  value: percentFont,
555
- type: 'textStyle'
558
+ type: 'textStyle',
559
+ markColorType: 'textColor'
556
560
  })]
557
561
  }), _objectSpread(_objectSpread({}, showRule()), {}, {
558
562
  name: 'value',
@@ -599,7 +603,8 @@ var legendOfPie = function legendOfPie() {
599
603
  name: 'font',
600
604
  displayName: '文本样式',
601
605
  value: valueFont,
602
- type: 'textStyle'
606
+ type: 'textStyle',
607
+ markColorType: 'textColor'
603
608
  })]
604
609
  }), _objectSpread(_objectSpread({}, showRule()), {}, {
605
610
  name: 'layout',
@@ -651,8 +656,8 @@ var legendOfPie = function legendOfPie() {
651
656
  exports.legendOfPie = legendOfPie;
652
657
  var defaultLegendOfDoublePie = {
653
658
  show: true,
654
- key: "legend",
655
- displayName: "图例",
659
+ key: 'legend',
660
+ displayName: '图例',
656
661
  iconSize: {
657
662
  width: 10,
658
663
  height: 10
@@ -815,7 +820,8 @@ var legendOfDoublePie = function legendOfDoublePie() {
815
820
  name: 'font',
816
821
  displayName: '文本样式',
817
822
  value: nameFont,
818
- type: 'textStyle'
823
+ type: 'textStyle',
824
+ markColorType: 'textColor'
819
825
  }]
820
826
  }, {
821
827
  rule: [['show', '$eq', true]],
@@ -850,7 +856,8 @@ var legendOfDoublePie = function legendOfDoublePie() {
850
856
  name: 'font',
851
857
  displayName: '文本样式',
852
858
  value: percentFont,
853
- type: 'textStyle'
859
+ type: 'textStyle',
860
+ markColorType: 'textColor'
854
861
  }]
855
862
  }, {
856
863
  rule: [['show', '$eq', true]],
@@ -906,7 +913,8 @@ var legendOfDoublePie = function legendOfDoublePie() {
906
913
  name: 'font',
907
914
  displayName: '文本样式',
908
915
  value: valueFont,
909
- type: 'textStyle'
916
+ type: 'textStyle',
917
+ markColorType: 'textColor'
910
918
  }]
911
919
  }, {
912
920
  rule: [['show', '$eq', true]],
package/lib/pie.js CHANGED
@@ -220,20 +220,21 @@ var roseCategoryAxis = function roseCategoryAxis() {
220
220
  _ref4$axis$gridLine = _ref4$axis.gridLine,
221
221
  gridLine_ = _ref4$axis$gridLine === void 0 ? defaultRoseAxis.axis.gridLine : _ref4$axis$gridLine;
222
222
  return {
223
- name: "categoryAxis",
224
- displayName: "类目轴",
223
+ name: 'categoryAxis',
224
+ displayName: '类目轴',
225
225
  value: [{
226
- name: "textStyle",
227
- displayName: "标签文本",
226
+ name: 'textStyle',
227
+ displayName: '标签文本',
228
228
  value: (0, _.font)(textStyle),
229
- type: "textStyle"
229
+ type: 'textStyle',
230
+ markColorType: 'textColor'
230
231
  }, {
231
- name: "gap",
232
- displayName: "边距",
232
+ name: 'gap',
233
+ displayName: '边距',
233
234
  value: gap,
234
- type: "number",
235
+ type: 'number',
235
236
  config: {
236
- suffix: "px"
237
+ suffix: 'px'
237
238
  }
238
239
  }, (0, _.axisLine)(axisLine_), gridLine(gridLine_)],
239
240
  config: {
@@ -258,25 +259,26 @@ var roseValueAxis = function roseValueAxis() {
258
259
  _ref5$axis$gridLine = _ref5$axis.gridLine,
259
260
  gridLine_ = _ref5$axis$gridLine === void 0 ? defaultRoseAxis.axis.gridLine : _ref5$axis$gridLine;
260
261
  return {
261
- name: "valueAxis",
262
- displayName: "数值轴",
262
+ name: 'valueAxis',
263
+ displayName: '数值轴',
263
264
  value: [{
264
- name: "count",
265
- displayName: "数量",
265
+ name: 'count',
266
+ displayName: '数量',
266
267
  value: count,
267
- type: "number"
268
+ type: 'number'
268
269
  }, {
269
- name: "textStyle",
270
- displayName: "标签文本",
270
+ name: 'textStyle',
271
+ displayName: '标签文本',
271
272
  value: (0, _.font)(textStyle),
272
- type: "textStyle"
273
+ type: 'textStyle',
274
+ markColorType: 'textColor'
273
275
  }, {
274
- name: "gap",
275
- displayName: "边距",
276
+ name: 'gap',
277
+ displayName: '边距',
276
278
  value: gap,
277
- type: "number",
279
+ type: 'number',
278
280
  config: {
279
- suffix: "px"
281
+ suffix: 'px'
280
282
  }
281
283
  }, (0, _.axisLine)(axisLine_), gridLine(gridLine_)],
282
284
  config: {
@@ -314,14 +316,15 @@ var categoryText = function categoryText(_ref6) {
314
316
  name: 'textStyle',
315
317
  displayName: '文本样式',
316
318
  value: font,
317
- type: "textStyle"
319
+ type: 'textStyle',
320
+ markColorType: 'textColor'
318
321
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
319
322
  name: 'gap',
320
323
  displayName: '间距',
321
324
  value: gap,
322
325
  type: 'number',
323
326
  config: {
324
- suffix: "px"
327
+ suffix: 'px'
325
328
  }
326
329
  })]
327
330
  };
@@ -466,7 +469,7 @@ var decorate2 = function decorate2(_ref8) {
466
469
  config: {
467
470
  min: 0,
468
471
  max: 100,
469
- suffix: "%"
472
+ suffix: '%'
470
473
  }
471
474
  }]
472
475
  };
@@ -581,10 +584,11 @@ var current = function current() {
581
584
  name: 'font',
582
585
  displayName: '文本样式',
583
586
  value: nameFont,
584
- type: 'textStyle'
585
- }, nameTranslate != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.translate)(nameTranslate.x, nameTranslate.y)), textBreak != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.sc)("textBreak", "首行字数", "number", textBreak, {
587
+ type: 'textStyle',
588
+ markColorType: 'textColor'
589
+ }, nameTranslate != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.translate)(nameTranslate.x, nameTranslate.y)), textBreak != undefined && _objectSpread(_objectSpread({}, (0, _.showRule)()), (0, _.sc)('textBreak', '首行字数', 'number', textBreak, {
586
590
  min: 0,
587
- suffix: ""
591
+ suffix: ''
588
592
  }))].filter(function (item) {
589
593
  return !!item;
590
594
  })
@@ -606,7 +610,8 @@ var current = function current() {
606
610
  name: 'font',
607
611
  displayName: '文本样式',
608
612
  value: percentFont,
609
- type: 'textStyle'
613
+ type: 'textStyle',
614
+ markColorType: 'textColor'
610
615
  }, _objectSpread({
611
616
  rule: [['show', '$eq', true]]
612
617
  }, (0, _.translate)(percentTranslateX, percentTranslateY))]
@@ -619,7 +624,8 @@ var current = function current() {
619
624
  name: 'font',
620
625
  displayName: '文本样式',
621
626
  value: valueFont,
622
- type: 'textStyle'
627
+ type: 'textStyle',
628
+ markColorType: 'textColor'
623
629
  }, _objectSpread({
624
630
  rule: [['show', '$eq', true]]
625
631
  }, (0, _.translate)(valueTranslateX, valueTranslateY)), {
@@ -720,12 +726,12 @@ var baseOuter = function baseOuter() {
720
726
 
721
727
  var defaultOuterDecorate = {
722
728
  outerDecorate: {
723
- color: "#CF00FF",
729
+ color: '#CF00FF',
724
730
  width: 10,
725
731
  tick: {
726
732
  show: true,
727
733
  count: 12,
728
- color: "#CF00FF",
734
+ color: '#CF00FF',
729
735
  width: 3,
730
736
  length: 8
731
737
  }
@@ -762,46 +768,46 @@ var outerDecorate = function outerDecorate() {
762
768
  value: color,
763
769
  type: 'color'
764
770
  }, {
765
- name: "width",
766
- displayName: "粗细",
771
+ name: 'width',
772
+ displayName: '粗细',
767
773
  value: width,
768
- type: "number",
774
+ type: 'number',
769
775
  config: {
770
776
  min: 0,
771
777
  max: 100,
772
- suffix: "px"
778
+ suffix: 'px'
773
779
  }
774
780
  }, {
775
781
  name: 'tick',
776
782
  displayName: '刻度',
777
783
  value: [(0, _.show)(show), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
778
- name: "count",
779
- displayName: "个数",
784
+ name: 'count',
785
+ displayName: '个数',
780
786
  value: count,
781
- type: "number",
787
+ type: 'number',
782
788
  config: {
783
789
  min: 0
784
790
  }
785
791
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
786
- name: "color",
787
- displayName: "颜色",
792
+ name: 'color',
793
+ displayName: '颜色',
788
794
  value: tickColor,
789
- type: "color"
795
+ type: 'color'
790
796
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
791
- name: "width",
792
- displayName: "粗细",
797
+ name: 'width',
798
+ displayName: '粗细',
793
799
  value: tickWidth,
794
- type: "number",
800
+ type: 'number',
795
801
  config: {
796
- suffix: "px"
802
+ suffix: 'px'
797
803
  }
798
804
  }), _objectSpread(_objectSpread({}, (0, _.showRule)()), {}, {
799
- name: "length",
800
- displayName: "长度",
805
+ name: 'length',
806
+ displayName: '长度',
801
807
  value: length,
802
- type: "number",
808
+ type: 'number',
803
809
  config: {
804
- suffix: "px"
810
+ suffix: 'px'
805
811
  }
806
812
  })]
807
813
  }]
package/lib/series.js CHANGED
@@ -18,7 +18,6 @@ var _mapping = {
18
18
  var defaultBandSeries = {
19
19
  mapping: _mapping,
20
20
  yOrZ: 'y',
21
- fillType: 'color',
22
21
  fillImage: 'components/static-image/superChart/pattern.png',
23
22
  fill: {
24
23
  type: 'linear',
@@ -131,7 +130,7 @@ var bandSeries = function bandSeries() {
131
130
  displayName: '堆叠',
132
131
  value: stack,
133
132
  type: 'input'
134
- }, patternType === undefined && {
133
+ }, fillType !== undefined && {
135
134
  name: 'fillType',
136
135
  displayName: '填充样式',
137
136
  value: fillType,
@@ -145,19 +144,20 @@ var bandSeries = function bandSeries() {
145
144
  value: 'pattern'
146
145
  }]
147
146
  }
148
- }, patternType === undefined && {
147
+ }, fillType !== undefined && {
149
148
  rule: [['fillType', '$eq', 'color']],
150
149
  name: 'fill',
151
150
  displayName: '颜色',
152
151
  type: 'multicolor',
153
- value: fill
154
- }, patternType === undefined && {
152
+ value: fill,
153
+ markColorType: 'seriesGradient'
154
+ }, fillType !== undefined && {
155
155
  rule: [['fillType', '$eq', 'pattern']],
156
156
  name: 'url',
157
157
  displayName: '纹理图片',
158
158
  type: 'uploadImage',
159
159
  value: fillImage
160
- }, patternType === undefined && {
160
+ }, fillType !== undefined && {
161
161
  rule: [['fillType', '$eq', 'pattern']],
162
162
  name: 'size',
163
163
  displayName: '尺寸',
@@ -179,22 +179,23 @@ var bandSeries = function bandSeries() {
179
179
  }
180
180
  }],
181
181
  type: 'group'
182
- }, patternType === undefined && {
182
+ }, fillType !== undefined && {
183
183
  rule: [['fillType', '$eq', 'pattern']],
184
- type: "range",
185
- name: "opacity",
186
- displayName: "透明度",
184
+ type: 'range',
185
+ name: 'opacity',
186
+ displayName: '透明度',
187
187
  value: opacity,
188
188
  config: {
189
189
  max: 1,
190
190
  min: 0,
191
191
  step: 0.01
192
192
  }
193
- }, patternType !== undefined && {
193
+ }, (patternType !== undefined || fillType === undefined) && {
194
194
  name: 'fill',
195
195
  displayName: '颜色',
196
196
  type: 'multicolor',
197
- value: fill
197
+ value: fill,
198
+ markColorType: 'seriesGradient'
198
199
  }, patternType !== undefined && {
199
200
  name: 'patternType',
200
201
  displayName: '纹理类型',
@@ -332,7 +333,7 @@ var defaultLineSeries = {
332
333
  };
333
334
  var defaultIcon = {
334
335
  show: true,
335
- mode: 'double',
336
+ mode: 'single',
336
337
  inner: {
337
338
  color: '#83C4FF',
338
339
  radius: 3
@@ -383,7 +384,8 @@ var commonLine = function commonLine() {
383
384
  name: 'color',
384
385
  displayName: '颜色',
385
386
  value: color,
386
- type: 'color'
387
+ type: 'color',
388
+ markColorType: 'palette'
387
389
  }, {
388
390
  name: 'lineWidth',
389
391
  displayName: '粗细',
@@ -442,7 +444,8 @@ var lighter = function lighter() {
442
444
  name: 'fill',
443
445
  displayName: '颜色',
444
446
  type: 'multicolor',
445
- value: fill
447
+ value: fill,
448
+ markColorType: 'seriesGradient'
446
449
  }, {
447
450
  rule: [['show', '$eq', true]],
448
451
  name: 'length',
@@ -593,7 +596,8 @@ var icon = function icon() {
593
596
  name: 'color',
594
597
  displayName: '颜色',
595
598
  value: color,
596
- type: 'color'
599
+ type: 'color',
600
+ markColorType: 'palette'
597
601
  }, {
598
602
  rule: [['show', '$eq', true], ['mode', '$eq', 'single']],
599
603
  name: 'radius',
@@ -721,17 +725,17 @@ var areaSeries = function areaSeries() {
721
725
  }]
722
726
  }
723
727
  }, {
724
- name: "areaType",
725
- displayName: "区域样式",
728
+ name: 'areaType',
729
+ displayName: '区域样式',
726
730
  value: areaType,
727
731
  type: 'radio',
728
732
  config: {
729
733
  options: [{
730
- name: "颜色",
731
- value: "color"
734
+ name: '颜色',
735
+ value: 'color'
732
736
  }, {
733
- name: "纹理",
734
- value: "pattern"
737
+ name: '纹理',
738
+ value: 'pattern'
735
739
  }]
736
740
  }
737
741
  }, {
@@ -739,13 +743,14 @@ var areaSeries = function areaSeries() {
739
743
  name: 'areaColor',
740
744
  displayName: '区域颜色',
741
745
  type: 'multicolor',
742
- value: areaColor
746
+ value: areaColor,
747
+ markColorType: 'seriesGradient'
743
748
  }, {
744
749
  rule: [['areaType', '$eq', 'pattern']],
745
- name: "url",
746
- displayName: "纹理图片",
750
+ name: 'url',
751
+ displayName: '纹理图片',
747
752
  value: url,
748
- type: "uploadImage"
753
+ type: 'uploadImage'
749
754
  }, {
750
755
  rule: [['areaType', '$eq', 'pattern']],
751
756
  name: 'size',
@@ -770,9 +775,9 @@ var areaSeries = function areaSeries() {
770
775
  type: 'group'
771
776
  }, {
772
777
  rule: [['areaType', '$eq', 'pattern']],
773
- type: "range",
774
- name: "opacity",
775
- displayName: "透明度",
778
+ type: 'range',
779
+ name: 'opacity',
780
+ displayName: '透明度',
776
781
  value: opacity,
777
782
  config: {
778
783
  max: 1,
@@ -782,14 +787,14 @@ var areaSeries = function areaSeries() {
782
787
  }, {
783
788
  name: 'line',
784
789
  displayName: '折线',
785
- value: (0, _toConsumableArray2["default"])(commonLine({
790
+ value: [].concat((0, _toConsumableArray2["default"])(commonLine({
786
791
  type: type,
787
792
  color: color,
788
793
  lineWidth: lineWidth,
789
794
  curve: curve,
790
795
  tension: tension,
791
796
  connectNulls: connectNulls
792
- })).filter(function (item) {
797
+ })), [lineLighter && lighter(lineLighter)]).filter(function (item) {
793
798
  return !!item;
794
799
  })
795
800
  }, (0, _.label)(areaLabel)],
@@ -844,11 +849,12 @@ var pieSeries = function pieSeries() {
844
849
  name: 'color',
845
850
  displayName: currentColor != undefined ? '默认颜色' : '颜色',
846
851
  type: 'multicolor',
847
- value: (0, _.multiColor)(color)
852
+ value: (0, _.multiColor)(color),
853
+ markColorType: 'seriesGradient'
848
854
  }, currentColor != undefined && {
849
855
  name: 'currentColor',
850
856
  displayName: '当前颜色',
851
- type: "multicolor",
857
+ type: 'multicolor',
852
858
  value: (0, _.multiColor)(currentColor)
853
859
  }].filter(function (item) {
854
860
  return !!item;
@@ -860,7 +866,7 @@ var pieSeries = function pieSeries() {
860
866
  exports.pieSeries = pieSeries;
861
867
  var defaultPurePieSeries = {
862
868
  mapping: _mapping,
863
- color: "#fff"
869
+ color: '#fff'
864
870
  };
865
871
 
866
872
  var purePieSeries = function purePieSeries() {
@@ -886,7 +892,8 @@ var purePieSeries = function purePieSeries() {
886
892
  name: 'color',
887
893
  displayName: '填充',
888
894
  type: 'color',
889
- value: color
895
+ value: color,
896
+ markColorType: 'palette'
890
897
  }],
891
898
  type: 'object'
892
899
  };
package/lib/tickLine.js CHANGED
@@ -35,7 +35,8 @@ var _default = function _default() {
35
35
  name: 'color',
36
36
  displayName: '颜色',
37
37
  value: color,
38
- type: 'color'
38
+ type: 'color',
39
+ markColorType: 'assistColor'
39
40
  }, {
40
41
  rule: [['show', '$eq', true]],
41
42
  name: 'lineWidth',