Skip to content

Commit 6575bea

Browse files
chore(chart): fix typo
1 parent dc1283b commit 6575bea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/chart/labels-template-and-format.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,13 @@ To add a new line, use the `\n` symbol.
160160

161161
In a **series label template**, you can use the following fields:
162162

163-
* `category` - the category name. Available for area, bar, column, <!--bubble,--> donut, line, pie <!--and waterfall--> series.
163+
* `category` - the category name. Available for area, bar, column, donut, line, pie series.
164164
* `dataItem` - the original data item used to construct the point. Will be `null` if binding to array.
165165
* `percentage` - the point value represented as a percentage value. Available only for donut, pie and 100% stacked charts.
166-
<!--* `series` - the data series-->
167166
* `stackValue` - the cumulative point value on the stack. Available only for stackable series.
168167
* `value` - the point value. Can be a number or object containing each bound field.
168+
169+
<!--* `series` - the data series-->
169170
<!--* runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series.
170171
* total - the sum of all previous series values. Available for waterfall series.-->
171172

0 commit comments

Comments
 (0)