or
<div id="chart" style="width:200px"></div>function createChart2() { $("#chart").kendoChart({ theme: $(document).data("kendoSkin") || "default", dataSource: { type: "odata", transport: { read: { url: "../../Services/WcfDataService1.svc/AllianceSummaryPartnershipMixes" } }, sort: { field: "Name", dir: "asc" } }, title: { text: "Partnership Mix" }, legend: { position: "bottom", margin: 0 }, seriesDefaults: { type: "pie" }, series: [{ field: "Value", categoryField: "Name" }], tooltip: { visible: true, format: "{0:N0}" }, chartArea: { margin: 0 }, plotArea: { margin: 0 } }).css({ height: "200px"}); }
...goes all gimpy with extra UL wrappers
Can replicate, and provide a video if needed...I did have one recorded, but crappy jing hung :/


