Zhangyuanjun Report post Posted December 28, 2016 How show Vertical Lines's label? <vLine color='FF5904' thickness='2' alpha='50' label='project node' showLabel='1' showLabelBorder='1' labelPosition='0'/> This code chart's vertical line not show,how config? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 28, 2016 Hi, In order to display label in vertical lines set the "label" attribute and for your information vertical lines object does not have "showLabel" attribute. For details please read the documentation of Vertical Lines from here For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/y6F8b/887/ Share this post Link to post Share on other sites