-
Notifications
You must be signed in to change notification settings - Fork 1
Configuration dataLines
Elliott Ridgway edited this page May 18, 2021
·
1 revision
A data line is just what it sounds like - it is a line of data displayed on a plot provided by Watchr. A data line must be driven by two extractors, one for the X data and one for the Y data.
- name : string : The name of the data line (distinct from the name of the plot containing the line).
- color : RGB : The color of the data line. The color should be specified by providing the three number values for red, green, and blue.