krispo / ng2-nvd3

Angular2 component for nvd3
http://krispo.github.io/ng2-nvd3/
MIT License
328 stars 104 forks source link

useInteractiveGuideline: true not working in ng2admin #71

Closed bright-future closed 7 years ago

bright-future commented 7 years ago

it works properly in cli angular2 but im creating my project using ng2admin and i have installed npm package by refering https://www.npmjs.com/package/ng2-nvd3. and in index.html i have tried both

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.1/nv.d3.min.css"/>    
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.9/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/nvd3/1.8.1/nv.d3.min.js"></script>
<script src="https://rawgit.com/krispo/angular-nvd3/v1.0.4/dist/angular-nvd3.js"></script>

the graphs are drawn but the effect of useInteractiveGuideline: true in linechart is not working. plz help http://akveo.com/ng2-admin/#/pages/dashboard (ng2admin)

bright-future commented 7 years ago

sorry for trouble but its working now