Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link href="//da7xgjtj801h2.cloudfront.net/2014.2.716/styles/kendo.common.min.css" rel="stylesheet" type="text/css" />
<link href="//da7xgjtj801h2.cloudfront.net/2014.2.716/styles/kendo.rtl.min.css" rel="stylesheet" type="text/css" />
<link href="//da7xgjtj801h2.cloudfront.net/2014.2.716/styles/kendo.default.min.css" rel="stylesheet" type="text/css" />
<link href="//da7xgjtj801h2.cloudfront.net/2014.2.716/styles/kendo.dataviz.min.css" rel="stylesheet" type="text/css" />
<link href="//da7xgjtj801h2.cloudfront.net/2014.2.716/styles/kendo.dataviz.default.min.css" rel="stylesheet" type="text/css" />
<link href="//da7xgjtj801h2.cloudfront.net/2014.2.716/styles/kendo.mobile.all.min.css" rel="stylesheet" type="text/css" />
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="//da7xgjtj801h2.cloudfront.net/2014.2.716/js/kendo.all.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div id="chart"
  data-role="chart"
  data-series="[{ field: 'Count', name: 'Count', aggregate: 'sum' }]"
  data-category-axis="{ field: 'Date', type: 'date', baseUnit: 'months', name: 'CategoryAxis', labels: { rotation: -60 }, min: '2/1/2013', max: '6/1/2013'}"
  data-value-axis="{ min: 10, max: 25 }"
  data-bind="source: dataSource">
  </div>
  <button data-role="button" data-icon="arrow-n" data-bind="click: increaseYAxis">Increase Y Axis</button>
  <button data-role="button" data-icon="arrow-s" data-bind="click: decreaseYAxis">Decrease Y Axis</button>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
giltnerj0pro
0viewers