We have a custom requirement on the top of column chart as shown in the attachment.
Could you please let me know, if this is feasible using Kendo UI chart library.
Thanks in advance.
3 Answers, 1 is accepted
0
Niko
Telerik team
answered on 15 Aug 2016, 01:02 PM
Hello Jaime,
Such a scenario is not supported out-of-the-box for the bar series.
In order to achieve such a functionality you could use the drawing API. Check the following example - http://demos.telerik.com/kendo-ui/bar-charts/visuals. It demonstrates the power of the drawing API to modify the rendering of the chart series.
Another option is to use separate charts for the larger bars and then more charts for the sub-bars.
Hope this helps.
Regards,
Niko
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
Unfortunately I am not aware of any demo, article or code sample that covers your particular scenario, hence I cannot provide you with the code that targets your case. Nevertheless the information from the documentation above should be enough to help you start the implementation.
Regards,
Niko
Telerik by Progress
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.