summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/common_d3/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/common_d3/index.js')
-rw-r--r--app/assets/javascripts/common_d3/index.js41
1 files changed, 0 insertions, 41 deletions
diff --git a/app/assets/javascripts/common_d3/index.js b/app/assets/javascripts/common_d3/index.js
deleted file mode 100644
index 9087c5eb597..00000000000
--- a/app/assets/javascripts/common_d3/index.js
+++ /dev/null
@@ -1,41 +0,0 @@
-export {
- select,
- selectAll,
- event,
-} from 'd3-selection';
-
-export {
- scaleLinear,
- scaleTime,
- scaleThreshold,
-} from 'd3-scale';
-
-export {
- extent,
- max,
- bisector,
-} from 'd3-array';
-
-export {
- timeFormat,
- timeParse,
-} from 'd3-time-format';
-
-export {
- line,
- area,
- curveLinear,
-} from 'd3-shape';
-
-export {
- timeMinute,
-} from 'd3-time';
-
-export {
- axisBottom,
- axisLeft,
-} from 'd3-axis';
-
-export {
- brushX,
-} from 'd3-brush';