or
<script id="template-cell" type="text/x-kendo-tmpl"><td><div class="key-content"># if (data.encode === true) { # #= data.key # # } else { # #: data.key # # }#</div></td></script><a href="http://apache.org" data-rel="external" target="_blank">$J($chartD).kendoStockChart({ dataSource: wData, series: [{ type: "candlestick", openField: "open", closeField: "close", highField: "high", lowField: "low", categoryField: "cat", notes:{ line: { width: 0, length: 0 }, label: { font: "bold 9px Open Sans, sans-serif" }, icon: { border: { width: 0 } } }, tooltip:{ format: "{4}:<br /> {0:n0} -- {3:n0}" } }], navigator:{ visible: false }, categoryAxis:{ categories: cats, type: "category", labels: { font: "bold 9px Open Sans, sans-serif", rotation: 90, step: 1, skip: 0 } }, valueAxis: { labels: { format: "N0" } }});