Skip to main content

Posts

Showing posts with the label angularjs charts example

angularjs charts example mvc 5

< !DOCTYPE html > < html ng-app ="chartApp"> < head >     < meta charset ="utf-8" />     < title > angularjs charts </ title >     < style >         .chartCSS {             width : 500px ;             height : 300px ;         }     </ style >     < script data-require ="angular.js@1.2.2" src ="http://code.angularjs.org/1.2.2/angular.js" data-semver ="1.2.2"></ script >     < script data-require ="d3@*" data-semver ="3.3.11" src ="//cdnjs.cloudflare.com/ajax/libs/d3/3.3.11/d3.js"></ script >     < script type ="text/javascript" src ="https://rawgit.com/chinmaymk/angular-charts/bower/dist/angula...