We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a995406 commit f626108Copy full SHA for f626108
src/components/axes/Axis.vue
@@ -11,7 +11,7 @@
11
</template>
12
13
<script>
14
-import { scaleBand as d3_scaleBand, scaleLinear as d3_scaleLinear, scaleLog as d3_scaleLog } from 'd3-scale';
+import { scaleBand as d3_scaleBand, scaleLinear as d3_scaleLinear, scaleLog as d3_scaleLog, scaleTime as d3_scaleTime } from 'd3-scale';
15
import { select as d3_select } from 'd3-selection';
16
import { axisTop as d3_axisTop, axisLeft as d3_axisLeft, axisRight as d3_axisRight, axisBottom as d3_axisBottom } from 'd3-axis';
17
import { brushX as d3_brushX, brushY as d3_brushY } from 'd3-brush';
0 commit comments