or
axislable = [{<br> title: { text: this._properties['chart.y-axis.label'] },<br> labels: {<br> template: "#= kendo.toString(value, '0,.0;(0,.0)') #" + cuntomPrimaryFormat<br> }, $("#KPIGraphCommon").kendoChart({<br> legend: {<br> position: "top"<br> },<br> series: this._properties['chart.x-axis'],<br> valueAxes: axislable,<br> categoryAxis: catagoryAxisValue,<br> theme: "Metro",<br> tooltip: {<br> visible: true,<br> format: "{0}%",<br> template: this._properties['chart.y-axis.label'].indexOf("Amount") > -1 || this._properties['chart.y-axis.label'].indexOf("Days") > -1 ? "#= series.name #: #= kendo.toString(MinusFormat(value)) #" : "#= series.name #: #= kendo.toString(value, '0,.0;(0,.0)') #"<br> },<br> chartArea: {<br> height: context.getChartHeight(),<br> width: context.getChartWidth()<br> },<br> });<br> }
data-columns="[
{'field':'ComponentName', 'title':'Component Name','footerTemplate': '#= GetFooterText() #'}, {'field':'Percentage', 'title':'Percentage','footerTemplate':'#= GetFooterValue() #'} ]"$("#splitter").height($(window).height() - 2);