Subversion Repositories SmartDukaan

Rev

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

Rev 28443 Rev 28446
Line 14... Line 14...
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('price_drop_chart').getContext('2d');
17
        var ctx = document.getElementById('price_drop_chart').getContext('2d');
18
        window.bar = new Chart(ctx, options);
18
        window.bar = new Chart(ctx, options);
-
 
19
        
-
 
20
        
19
   
21
   
20
</script>
22
</script>
21
23