diff --git a/samples/bar.html b/samples/bar.html
index c081ea826..eea5b659b 100644
--- a/samples/bar.html
+++ b/samples/bar.html
@@ -1,5 +1,6 @@
+
Bar Chart
@@ -12,8 +13,8 @@
+
diff --git a/samples/doughnut.html b/samples/doughnut.html
index 879f72f68..125beaf46 100644
--- a/samples/doughnut.html
+++ b/samples/doughnut.html
@@ -1,80 +1,79 @@
-
- Doughnut Chart
-
-
-
-
-
-
-
-
-
+
+ Doughnut Chart
+
+
+
+
-
+
- $('#randomizeData').click(function(){
- $.each(doughnutData, function(i, piece){
- doughnutData[i].value = randomScalingFactor();
- doughnutData[i].color = 'rgba(' + randomColorFactor() + ',' + randomColorFactor() + ',' + randomColorFactor() + ',.7)';
- });
- window.myDoughnut.update();
- });
-
-
-
-
-