dhtmlxChart - Stacked Bar

Hi Support team
Is it possible to add a text label within the bar areas of the stacked bar chart. This is lieu of a legend? I do not see any appropriate API method!
Thanks
tonywells

Hi,

you may use label property:

chart.addSeries({ value:"#sales#", color:"#66ffcc", label:"#sales#" });

Here is the sample:

dhtmlxChart/samples/06_bar_chart/05_stacked_chart.html