Merge pull request #731 from MrRamka/bugfix/legend-creation
Fixed "size" mapping legend creation
This commit is contained in:
Коммит
078daad6bf
|
@ -1031,6 +1031,11 @@ export class AppStore extends BaseStore {
|
|||
properties.axis.side = "opposite";
|
||||
break;
|
||||
}
|
||||
case "size": {
|
||||
targetAttributes = ["x1", "y1", "x1", "y2"];
|
||||
properties.axis.side = "default";
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
legendAttributes.forEach((attribute, i) => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче