I want to create Chart as Shown in the above link Image using kendo Ui column chart
.
My Questions are:
Is there any way to display custom text like
(category + value)=(balance + $ 1,111)
on category axies ... ?I want's to display some tags on each Column bar of the kendo chart ?
For this what i am thinking is display the Div with Tag over the kendo chart, but my problem is when i increase the height of chart the height of column bar is also increased. what i need is i wants to add some space above columns in chart.so in that space i can place DIV with tags. But i am not able to add empty space above columns in chart.Is there any way to do this ?
Is there any other way to Create Chart like in in Image Link using kendo ui???