mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-25 14:16:45 +00:00
This lets us validate declarative UI content before it gets sent to the front end. Right now we are just going with camel case to match the existing builders. Declarative UI itself lets you generate panels from your XVIZ data with no custom code.
11 lines
276 B
JSON
11 lines
276 B
JSON
{
|
|
"type": "plot",
|
|
"title": "Some Other Streams vs Some Stream",
|
|
"description": "The change in some streams as a function of the other one",
|
|
"independentVariable": "/some/stream",
|
|
"dependentVariable": [
|
|
"/some/other_stream",
|
|
"/some/second_other_stream"
|
|
]
|
|
}
|