@easyv/config 1.2.1 → 1.2.2
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/lib/series.js +2 -1
- package/package.json +1 -1
- package/src/series.js +2 -0
package/lib/series.js
CHANGED
|
@@ -750,6 +750,7 @@ var areaSeries = function areaSeries() {
|
|
|
750
750
|
_ref6$line$lineShadow3 = _ref6$line$lineShadow.shadow,
|
|
751
751
|
shadow_ = _ref6$line$lineShadow3 === void 0 ? defaultLineSeries.line.lineShadow.shadow : _ref6$line$lineShadow3,
|
|
752
752
|
lineLighter = _ref6$line.lighter,
|
|
753
|
+
lineIcon = _ref6.icon,
|
|
753
754
|
_ref6$label = _ref6.label,
|
|
754
755
|
areaLabel = _ref6$label === void 0 ? defaultLineSeries.label : _ref6$label,
|
|
755
756
|
_ref6$areaType = _ref6.areaType,
|
|
@@ -859,7 +860,7 @@ var areaSeries = function areaSeries() {
|
|
|
859
860
|
})), [(0, _.sc)("lineShadow", "折线阴影", "", [(0, _.show)(showShadow), (0, _.sc)("shadow", "阴影", "shadow", (0, _.shadow)(shadow_), {}, (0, _.showRule)())]), lineLighter && lighter(lineLighter)]).filter(function (item) {
|
|
860
861
|
return !!item;
|
|
861
862
|
})
|
|
862
|
-
}, (0, _.label)(areaLabel)],
|
|
863
|
+
}, icon(lineIcon), (0, _.label)(areaLabel)],
|
|
863
864
|
type: 'object'
|
|
864
865
|
};
|
|
865
866
|
};
|
package/package.json
CHANGED
package/src/series.js
CHANGED
|
@@ -725,6 +725,7 @@ export const areaSeries = (
|
|
|
725
725
|
} = defaultLineSeries.line.lineShadow,
|
|
726
726
|
lighter: lineLighter,
|
|
727
727
|
} = defaultLineSeries.line,
|
|
728
|
+
icon:lineIcon,
|
|
728
729
|
label: areaLabel = defaultLineSeries.label,
|
|
729
730
|
areaType = defaultLineSeries.areaType,
|
|
730
731
|
areaColor = defaultLineSeries.areaColor,
|
|
@@ -826,6 +827,7 @@ export const areaSeries = (
|
|
|
826
827
|
lineLighter && lighter(lineLighter),
|
|
827
828
|
].filter((item) => !!item),
|
|
828
829
|
},
|
|
830
|
+
icon(lineIcon),
|
|
829
831
|
label(areaLabel),
|
|
830
832
|
],
|
|
831
833
|
type: 'object',
|