You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/svg-display-editor/README.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,27 +35,27 @@ Point numbers (_id field of _realtimeData_ collection) also can be used to ident
35
35
There is plenty of material available throughout the web to help learn how to use the Inkscape SVG graphics editor. We just point here some useful resources.
To edit SCADA animation properties of an SVG object, right-click the mouse and choose Object Properties (please notice that albeit the Inkscape software interface is localized in many languages, the Object Properties menu is only available in English).
***vega-json**: old style Vega 1/2 specification with no tags associated. In the first line of the script must be put a URL to a specification or the specification itself beginning with a “{” char. In the data section of the specification define “update_period“ in seconds for the periodic update of the data. DEPRECATED, use vega4-json!
359
359
***vega4-json**: new style Vega 3/4/5 specification with no tags associated. In the first line of the script must be put a URL to a specification or the specification itself beginning with a “{” char. In the data section of the specification define “update_period“ in seconds for the periodic update of the data.
360
360
361
-
See Vega project site for tools and documentation of syntax: https://vega.github.io/vega/.
361
+
See Vega project site for tools and documentation of syntax: [https://vega.github.io/vega/docs/](https://vega.github.io/vega/docs/).
362
362
363
363
In the Vega file (“data” / “values” section), use the following markup to refer to the tag list:
364
364
@@ -451,7 +451,7 @@ Functions available:
451
451
452
452
***#vega4**, **#vega4-json** or **#vega-lite** in the field “Tag” - define a Vega (version 3/4/5) or VegaLite chart. List the tags in the “Source” field separated by commas. You can set the number of minutes to retrieve for historical data putting the pipe character and a number after the point list in the “Source” field (e.g.: “38038\|15”). The field Prompt must contain the Vega chart specification (JSON code that must begin with a ‘”{” ) or a URL link to a file (e.g. “http://site.com/charts/stacked.json”).
453
453
454
-
See the Vega project site for tools and documentation of syntax: https://vega.github.io/vega/.
454
+
See the Vega project site for tools and documentation of syntax: [https://vega.github.io/vega/docs/](https://vega.github.io/vega/docs/).
455
455
456
456
In the Vega file (“data” / “values” section), use the markup below to refer to the tag list (from the “Source” field).
457
457
@@ -491,4 +491,3 @@ To debug scripts in a SVG display file, do the following:
491
491
* press F12 to open the browser Developer Tools and then F5 to reload.
492
492
* The Chromium browser will stop execution when found the introduced breakpoint. Use the execution control keys F10, F11, F9, F8 to forward execution.
0 commit comments