Persist variable settings after graph is plotted (#1055)

* Allow copying graph as image

* Persist variables

* Revert "Allow copying graph as image"

This reverts commit 4fc9d798bc5f3ff82efc4fb00140103213fb81e2.

* fix binding bug

* undo cert change

* fix animation

* remove extra lines

* remove overrides

* undo key comment
This commit is contained in:
Pepe Rivera
2020-03-17 11:27:00 -07:00
committed by GitHub
parent 1b72ecb6b3
commit 28dbdb3d94
10 changed files with 125 additions and 50 deletions

View File

@@ -19,7 +19,8 @@
"*:*, *",
"PageSource, PageIndex, Offset, Color, TargetName, Property, Value, StartPoint, EndPoint",
"mc:Ignorable, d:IsDataSource, d:LayoutOverrides, d:IsStaticText",
"IsEnabled, x:Load, Load"
"IsEnabled, x:Load, Load",
"Value, Maximum, Minimum"
],
"OrderAttributesByName": true,
"PutEndingBracketOnNewLine": false,