|
@@ -148,7 +148,7 @@ export class SZoneLegendItem extends SPolygonItem {
|
|
|
this.data.Name = this.text;
|
|
|
this.data.Properties.FillColor = this.FillColor.value;
|
|
|
this.data.Properties.StrokeColor = this.strokeColor.value;
|
|
|
- this.data.Properties.lineWidth = this.lineWidth;
|
|
|
+ this.data.Properties.LineWidth = this.lineWidth;
|
|
|
this.data.OutLine = this.getPointList.map(pos => {
|
|
|
return {
|
|
|
X: pos.x,
|