Skip to content

Commit 02ec99a

Browse files
committed
Sync with Kendo UI Professional
1 parent e3b4444 commit 02ec99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/javascript/dataviz/ui/chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,14 +763,14 @@ Category indices at which the value axes cross the category axis (when set as an
763763

764764
> If the Chart uses multiple panes, the crossing values are not scoped to a pane. To be able to customize the crossing values in a given pane, you first need to provide placeholder values for the previous pane axes and then the crossing values for the current pane.
765765

766-
#### Example - set the category axis crossing values
766+
#### Example - set the category axis crossing values at indexes 0 and 2
767767

768768
<div id="chart"></div>
769769
<script>
770770
$("#chart").kendoChart({
771771
categoryAxis: {
772772
categories: [ "2012", "2013"],
773-
axisCrossingValue: [0, 10]
773+
axisCrossingValue: [0, 2]
774774
},
775775
valueAxis: [{}, {}],
776776
series: [

0 commit comments

Comments
 (0)