Made d3Tip a service, so there wont be multiple dom elements created for it anymore

This commit is contained in:
2017-03-18 13:36:58 +05:30
parent c06c4bb9e0
commit 5cac0568b8
5 changed files with 18 additions and 8 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
Left to do
==========
1. Make d3-tip a service
2. Use better DnD logic and make it directive - better logic for draggable
3. Move d3 and other src files to chart directive
4. Fix pie label position logic
2. Use better DnD logic and make it directive - better logic for draggable
4. Fix pie label position logic
5. Rename filters/services.js to actual thing name
Done
-----
-- 1. Make d3-tip a service