Skip to content

Commit f3b661a

Browse files
RenatoUtschtensorflower-gardener
authored andcommitted
Update description of vz-line-chart to add the 'relative' property.
Update description of the DEVELOPMENT.md file: bower and gulp are actually required to be installed globally. Change: 128423812
1 parent c6a5629 commit f3b661a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tensorflow/tensorboard/DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ nodejs-legacy npm`.
99

1010
Next, you'll want to install [gulp](http://gulpjs.com/) and
1111
[bower](http://bower.io/), which are used for build tooling and dependency
12-
management respectively. `sudo npm install -g gulp bower` will install them
13-
globally for convenience.
12+
management respectively. Both must be installed globally: `sudo npm install -g
13+
gulp bower` will do that.
1414

1515
Then, cd into the TensorBoard directory:
1616

tensorflow/tensorboard/components/vz-line-chart/vz-line-chart.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@
141141
/**
142142
* The way to display the X values. Allows:
143143
* - "step" - Linear scale using the "step" property of the datum.
144-
* - "wall_time" - Temoral scale using the "wall_time" property of the
144+
* - "wall_time" - Temporal scale using the "wall_time" property of the
145145
* datum.
146+
* - "relative" - Temporal scale using the "relative" property of the
147+
* datum if it is present or calculating from "wall_time" if it isn't.
146148
*/
147149
xType: {
148150
type: String,

0 commit comments

Comments
 (0)