mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-19 00:31:24 +00:00
Fix links from js/ to app/
This commit is contained in:
@@ -347,7 +347,7 @@ app.directive("dynamicChart", function (d3Tip) {
|
||||
};
|
||||
return {
|
||||
restrict: "EA",
|
||||
templateUrl: "./js/directives/dynamic-chart/dynamic-chart.html",
|
||||
templateUrl: "./app/directives/dynamic-chart/dynamic-chart.html",
|
||||
scope: {
|
||||
chartData: "=",
|
||||
chartAxisLabel: "="
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="./js/directives/dynamic-chart/dynamic-chart.css">
|
||||
<link rel="stylesheet" href="./app/directives/dynamic-chart/dynamic-chart.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="chart-selector-container">
|
||||
|
||||
+7
-3
@@ -1,11 +1,15 @@
|
||||
Left to do
|
||||
==========
|
||||
|
||||
3. Move d3 and other src files to chart directive
|
||||
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
|
||||
3. clean up css file
|
||||
|
||||
Done
|
||||
-----
|
||||
-- 1. Make d3-tip a service
|
||||
-- 1. Make d3-tip a service
|
||||
-- 3. Move d3 and other src files to chart directive [Not possible directly]
|
||||
|
||||
Think later
|
||||
============
|
||||
5. Rename filters/services.js to actual thing name
|
||||
Reference in New Issue
Block a user