You must be logged in to post your query.
Home › Forums › Chart Support › "rangeColumn" set index labels
Hi, How can I set index labels for range column chart
@asha,
Incase of stacked charts, you can use #index to show indexLabels at both side of the dataPoint, i.e. you can set indexLabel: "{y[#index]}" in dataSeries as shown in second example in range-column documentation page. Please refer documentation on indexLabel for more customization options available.
#index
indexLabel: "{y[#index]}"
— Vishwas R Team CanvasJS
Yes Got it. Thanks a lot !
You must be logged in to reply to this topic. Login/Register