Skip to content

Commit 0da91b2

Browse files
committed
Change Gauges pointer configuration option
1 parent ab29e3e commit 0da91b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/javascript/dataviz/ui/lineargauge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ the horizontal one is 60px.
8686
The width of the gauge area. By default the vertical gauge is 60px and
8787
horizontal gauge is 200px.
8888

89-
### pointer `Object|Array`
89+
### pointer `Array`
9090

91-
The pointer configuration options. If an `Object` is passed, the Gauge will have a single pointer with the specified configuration. This option also accepts an `Array` of pointers, each with it's own configuration options.
91+
The pointer configuration options. It accepts an `Array` of pointers, each with it's own configuration options.
9292

9393
#### Example - specify single pointer
9494
<div id="gauge"></div>

api/javascript/dataviz/ui/radialgauge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ the horizontal one is 60px.
8686
The width of the gauge area. By default the vertical gauge is 60px
8787
and horizontal gauge is 200px.
8888

89-
### pointer `Object|Array`
89+
### pointer `Array`
9090

91-
The pointer configuration options. If an `Object` is passed, the Gauge will have a single pointer with the specified configuration. This option also accepts an `Array` of pointers, each with it's own configuration options.
91+
The pointer configuration options. It accepts an `Array` of pointers, each with it's own configuration options.
9292

9393
#### Example - specify single pointer
9494
<div id="gauge"></div>

0 commit comments

Comments
 (0)