Joseph Lisee 67dda3fb81 Uniformly name Plot's property "dependentVariables" (#210)
The declarative UI plot component has a single "independentVariable" and
multiple "dependentVariables".  In many places we forgot the "s".
That is not fixed with both the spec and the builder updated and tested.
2018-11-20 15:49:45 -05:00

11 lines
277 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",
"dependentVariables": [
"/some/other_stream",
"/some/second_other_stream"
]
}