mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-25 14:16:45 +00:00
Follow the convention that constant enumerated values should be in ALLCAPS. This is a spec change for XVIZ, but retains compatibility with lowercase by forcing a case conversion at the appropriate places within the modules.
Spec change locations:
declarative ui properties
- component type
- layout
- interactions
xviz message
- type
- xviz/start
- session_type
- message_format
- log
- xviz/metadata
- stream metadata
- category
- scalar type, for time_series & variables
- primitive type, for time_series & variables
- annotation_type, for annotations
- stream style
- text_anchor
- text_baseline
- xviz/state_update
- update_type
- xviz/reconfigure
- update_type
13 lines
228 B
JSON
13 lines
228 B
JSON
{
|
|
"type": "PLOT",
|
|
"title": "Important regions",
|
|
"description": "See important regions.",
|
|
"regions": [
|
|
{
|
|
"x": "/some/region/x",
|
|
"yMin": "/some/region/y_min",
|
|
"yMax": "/some/region/y_max"
|
|
}
|
|
]
|
|
}
|