|
@@ -146,7 +146,7 @@ export class SZoneLegendItem extends SPolygonItem {
|
|
|
toData(): any {
|
|
|
this.data.Pos = {X: this.x, Y: this.y};
|
|
|
this.data.Name = this.text;
|
|
|
- this.data.Properties.FillColor = this.FillColor.value;
|
|
|
+ this.data.Properties.FillColor = this.fillColor.value;
|
|
|
this.data.Properties.StrokeColor = this.strokeColor.value;
|
|
|
this.data.Properties.LineWidth = this.lineWidth;
|
|
|
this.data.OutLine = this.getPointList.map(pos => {
|