@easyv/config
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -753,2 +753,3 @@ "use strict"; | ||
lineLighter = _ref6$line.lighter, | ||
lineIcon = _ref6.icon, | ||
_ref6$label = _ref6.label, | ||
@@ -863,3 +864,3 @@ areaLabel = _ref6$label === void 0 ? defaultLineSeries.label : _ref6$label, | ||
}) | ||
}, (0, _.label)(areaLabel)], | ||
}, icon(lineIcon), (0, _.label)(areaLabel)], | ||
type: 'object' | ||
@@ -866,0 +867,0 @@ }; |
{ | ||
"name": "@easyv/config", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -728,2 +728,3 @@ import { mapping, label, multiColor, imageGroup, show, shadow, sc, showRule } from '.'; | ||
} = defaultLineSeries.line, | ||
icon:lineIcon, | ||
label: areaLabel = defaultLineSeries.label, | ||
@@ -830,2 +831,3 @@ areaType = defaultLineSeries.areaType, | ||
}, | ||
icon(lineIcon), | ||
label(areaLabel), | ||
@@ -832,0 +834,0 @@ ], |
727224
13205