Sencha Touch chart - How to add label/value in column chart
问题 I am using Sencha Touch charts 1.0.0 for my project. I would like to add values on each bar in the column chart. Is is possible to do ? For example, see the image: I would like to add the values for each bar. Any help appreciated. 回答1: just add this in yoour series config label: { display: 'outside', field: 'score', orientation: 'horizontal', // 'vertical' text-anchor': 'middle' } 回答2: Label config is not work for me. I used labelField:'comedy' in series it work. 回答3: Came across this problem