Subversion Repositories SmartDukaan

Rev

Rev 15403 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15403 Rev 15655
Line 1... Line 1...
1
<h1>Admin Dashboard</h1>
1
<h1>Admin Dashboard</h1>
-
 
2
<!--
2
<div id="registrations_chart_div" style="width:1200; height:300"></div>
3
<div id="registrations_chart_div" style="width:1200; height:300"></div>
3
<div id="clicks_chart_div" style="width:1200px; height:300px"></div>
4
<div id="clicks_chart_div" style="width:1200px; height:300px"></div>
4
<div id="orders_chart_div" style="width:1200px; height:300px"></div>
5
<div id="orders_chart_div" style="width:1200px; height:300px"></div>
5
<div id="brand_preferences_chart_div" style="width:1200px; height:300px"></div>
6
<div id="brand_preferences_chart_div" style="width:1200px; height:300px"></div>
6
<div class="row">
7
<div class="row">
Line 123... Line 124...
123
      };
124
      };
124
      var chart6 = new google.visualization.PieChart(document.getElementById('preferences_chart_div'));
125
      var chart6 = new google.visualization.PieChart(document.getElementById('preferences_chart_div'));
125
      chart6.draw(preferencesdata, options6);
126
      chart6.draw(preferencesdata, options6);
126
    }
127
    }
127
    </script>
128
    </script>
-
 
129
-->