Skip to content

Commit f626108

Browse files
committed
add scaleTime option to axis
1 parent a995406 commit f626108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/axes/Axis.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</template>
1212

1313
<script>
14-
import { scaleBand as d3_scaleBand, scaleLinear as d3_scaleLinear, scaleLog as d3_scaleLog } from 'd3-scale';
14+
import { scaleBand as d3_scaleBand, scaleLinear as d3_scaleLinear, scaleLog as d3_scaleLog, scaleTime as d3_scaleTime } from 'd3-scale';
1515
import { select as d3_select } from 'd3-selection';
1616
import { axisTop as d3_axisTop, axisLeft as d3_axisLeft, axisRight as d3_axisRight, axisBottom as d3_axisBottom } from 'd3-axis';
1717
import { brushX as d3_brushX, brushY as d3_brushY } from 'd3-brush';

0 commit comments

Comments
 (0)