Skip to content

Commit ef3d7f1

Browse files
Update series visual description
1 parent 4a26596 commit ef3d7f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/javascript/dataviz/ui/chart.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13411,7 +13411,7 @@ The data item field which indicates whether to show the point category name in t
1341113411

1341213412
### series.visual `Function`
1341313413

13414-
A function that can be used to create a custom visual for the points. Applicable for bar and column series. The available argument fields are:
13414+
A function that can be used to create a custom visual for the points. Applicable for bar, column, rangeBar, rangeColumn and waterfall series. The available argument fields are:
1341513415

1341613416
* rect - the `kendo.geometry.Rect` that defines where the visual should be rendered.
1341713417
* options - the point options.
@@ -13420,6 +13420,9 @@ A function that can be used to create a custom visual for the points. Applicable
1342013420
* dataItem - the point dataItem.
1342113421
* value - the point value.
1342213422
* series - the point series.
13423+
* percentage - the point value represented as a percentage value. Available only for donut, pie and 100% stacked charts.
13424+
* runningTotal - the sum of point values since the last "runningTotal" [summary point](#configuration-series.summaryField). Available for waterfall series.
13425+
* total - the sum of all previous series values. Available for waterfall series.
1342313426

1342413427
#### Example - using custom visual
1342513428

0 commit comments

Comments
 (0)