From bbb271a678a709051de3fb2b810b53bc54543101 Mon Sep 17 00:00:00 2001 From: David Tsay <3614296+davetsay@users.noreply.github.com> Date: Fri, 15 May 2020 14:48:25 -0700 Subject: [PATCH] clarify value hints (#2673) remove confusing comments regarding domain - input and range - output --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 587b82f754..3ce36a60d8 100644 --- a/API.md +++ b/API.md @@ -427,8 +427,8 @@ Each telemetry value description has an object defining hints. Keys in this thi Known hints: -* `domain`: Indicates that the value represents the "input" of a datum. Values with a `domain` hint will be used for the x-axis of a plot, and tables will render columns for these values first. -* `range`: Indicates that the value is the "output" of a datum. Values with a `range` hint will be used as the y-axis on a plot, and tables will render columns for these values after the `domain` values. +* `domain`: Values with a `domain` hint will be used for the x-axis of a plot, and tables will render columns for these values first. +* `range`: Values with a `range` hint will be used as the y-axis on a plot, and tables will render columns for these values after the `domain` values. * `image`: Indicates that the value may be interpreted as the URL to an image file, in which case appropriate views will be made available. ##### The Time Conductor and Telemetry