@progress/kendo-charts 2.4.0-dev.202406110723 → 2.4.1-dev.202406140734
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.
|
@@ -119,8 +119,7 @@ var LegendItem = (function (BoxElement) {
|
|
|
119
119
|
if (options.type === AREA) {
|
|
120
120
|
this._square = new LegendItemSquare(Object.assign({}, {border: options.border,
|
|
121
121
|
vAlign: options.markers.visible ? BOTTOM : CENTER,
|
|
122
|
-
highlight: this._highlightOptions(),
|
|
123
|
-
visual: options.visual},
|
|
122
|
+
highlight: this._highlightOptions()},
|
|
124
123
|
options.area,
|
|
125
124
|
{background: options.area.background || options.markerColor}));
|
|
126
125
|
this.markerWrap.append(this._square);
|
|
@@ -113,8 +113,7 @@ class LegendItem extends BoxElement {
|
|
|
113
113
|
if (options.type === AREA) {
|
|
114
114
|
this._square = new LegendItemSquare(Object.assign({}, {border: options.border,
|
|
115
115
|
vAlign: options.markers.visible ? BOTTOM : CENTER,
|
|
116
|
-
highlight: this._highlightOptions(),
|
|
117
|
-
visual: options.visual},
|
|
116
|
+
highlight: this._highlightOptions()},
|
|
118
117
|
options.area,
|
|
119
118
|
{background: options.area.background || options.markerColor}));
|
|
120
119
|
this.markerWrap.append(this._square);
|