or
{legend: { visible: false},theme: "flat",chartArea: { background: "",},dataSource: new kendo.data.DataSource({ data: [], group: { field: "level"}, sort: [ { field: "divisionId", dir: "asc" }, { field: "name", dir: "asc" } ],}),seriesDefaults: { type: "donut", startAngle: 0},series: [ { field: "value", categoryField: "name", colorField: "colour", labels: { visible: false }, highlight: { visible: false }, holeSize: 52, margin: 0, border: { width: 0 }, line: { visible: false }, }],valueAxis: { line: { visible: false }, majorGridLines: { visible: false }, minorGridLines: { visible: false }, labels: { visible: false },},categoryAxis: { line: { visible: false }, majorGridLines: { visible: false }, minorGridLines: { visible: false }, labels: { visible: false },},seriesClick: scope.onSeriesClick,tooltip: { visible: true, template: "#= category #: #= kendo.toString(value, 'n0') #"}};data =[{"name": "test1", "shape":"pinTarget", "latlng":[30.268107, -97.744821]}, {"name": "test2","shape":"pin", "latlng":[40.268107, -97.744821]}];$("#map").kendoMap({ center : [ 30.268107, -97.744821 ], zoom : 3, layers : [ { type : "tile", urlTemplate : "http://#= subdomain #.tile2.opencyclemap.org/transport/#= zoom #/#= x #/#= y #.png", subdomains : [ "a", "b", "c" ], attribution : "© <a href='http://osm.org/copyright'>OpenStreetMap contributors</a>." + "Tiles courtesy of <a href='http://www.opencyclemap.org/'>Andy Allan</a>" } ,{ type: "marker", dataSource: data, locationField: "latlng", titleField: "name"}],});data =[{"name": "test1", "shape":"pinTarget", "latlng":[30.268107, -97.744821]}, {"name": "test2","shape":"mystyle", "latlng":[40.268107, -97.744821]}];$("#map").kendoMap({ center : [ 30.268107, -97.744821 ], zoom : 3, layers : [ { type : "tile", urlTemplate : "http://#= subdomain #.tile2.opencyclemap.org/transport/#= zoom #/#= x #/#= y #.png", subdomains : [ "a", "b", "c" ], attribution : "© <a href='http://osm.org/copyright'>OpenStreetMap contributors</a>." + "Tiles courtesy of <a href='http://www.opencyclemap.org/'>Andy Allan</a>" } ,{ type: "marker", dataSource: data, locationField: "latlng", titleField: "name"}],});.k-marker-my-style { border: solid 5px #00f; }