Subversion Repositories SmartDukaan

Rev

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

Rev 33222 Rev 33990
Line 904... Line 904...
904
                                var count = table.rows({search: 'applied'}).count();
904
                                var count = table.rows({search: 'applied'}).count();
905
 
905
 
906
                            });
906
                            });
907
                            var ctx = document.getElementById('chart-lead-search').getContext('2d');
907
                            var ctx = document.getElementById('chart-lead-search').getContext('2d');
908
 
908
 
909
                            myPieChart = new Chart(ctx, {
909
                            myPieChart = new Chart1(ctx, {
910
                                "type": "pie",
910
                                "type": "pie",
911
                                "data": {
911
                                "data": {
912
                                    "labels": [
912
                                    "labels": [
913
                                        "notInterested",
913
                                        "notInterested",
914
                                        "followUp",
914
                                        "followUp",
Line 967... Line 967...
967
 
967
 
968
 
968
 
969
    var config = $chartLead;
969
    var config = $chartLead;
970
 
970
 
971
    var ctx = document.getElementById('chart-leadstatus').getContext('2d');
971
    var ctx = document.getElementById('chart-leadstatus').getContext('2d');
972
    var bar = new Chart(ctx, config);
972
    var bar = new Chart1(ctx, config);
973
</script>
973
</script>