Subversion Repositories SmartDukaan

Rev

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

Rev 28430 Rev 33990
Line 13... Line 13...
13
                 
13
                 
14
 <script type="text/javascript">
14
 <script type="text/javascript">
15
  
15
  
16
        var options = $chartMap;
16
        var options = $chartMap;
17
        var ctx = document.getElementById('barchart').getContext('2d');
17
        var ctx = document.getElementById('barchart').getContext('2d');
18
        window.bar = new Chart(ctx, options);
18
        window.bar = new Chart1(ctx, options);
19
   
19
   
20
</script>       
20
</script>       
21
21