I want to create one Bar Chart using Kendo Data Viz with Data Like below
Service Center Trouble Found Total Trouble Found
Al Badia dark screen 6
Al Badia no/small sound 6
Al Badia Others 2
Al Ain dark screen 2
I want to shown the above data in two Bars
For Al Badia (there will be one bar which will show 3 color for each trouble found @particular service center and when hovering on each it will show total troubles of that service center , like this for Al Ain there will be only one bar because there is only one trouble found for that.
Can i achieve this using kendo mvc wrapper? How Should we create POCO for achieving this ?