Subversion Repositories SmartDukaan

Rev

Rev 33811 | Rev 33995 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33811 Rev 33990
Line 1979... Line 1979...
1979
 
1979
 
1980
<script type="text/javascript">
1980
<script type="text/javascript">
1981
    window.onload = function () {
1981
    window.onload = function () {
1982
        var options = $chartMap;
1982
        var options = $chartMap;
1983
        var ctx = document.getElementById('barchart').getContext('2d');
1983
        var ctx = document.getElementById('barchart').getContext('2d');
1984
        window.bar = new Chart(ctx, options);
1984
        window.bar = new Chart1(ctx, options);
1985
    };
1985
    };
1986
</script>
1986
</script>
1987
 
1987
 
1988
 
1988
 
1989
<script>
1989
<script>