Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
bar chart example fixed as per new version
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalBudhani committed Oct 26, 2013
1 parent 77ee875 commit 72920bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/barchart.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body ng-app="MyChartApp">
<div ng-controller="BarChartCtrl">
<barchart title="Single Series" id="holder" x="10" y="10" width="300" height="220" data-source="chart_data" data-options="chart_options"></barchart>
<barchart title="Single Series" id="holder" data-options="chart_options"></barchart>
<button ng-click="addVal()">Add metric</button>
<button ng-click="addTimedVal()">Add metric using $timeout</button>

Expand Down

0 comments on commit 72920bf

Please sign in to comment.