We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9309197 commit a23886aCopy full SHA for a23886a
examples/line/src/index.js
@@ -1,6 +1,6 @@
1
import React from "react";
2
import ReactDOM from "react-dom";
3
-import { timeDay } from "d3";
+// import { timeDay } from "d3";
4
5
import { Chart } from "react-charts";
6
@@ -29,8 +29,8 @@ export default function App() {
29
primary: true,
30
type: "time",
31
position: "bottom",
32
- filterTicks: (ticks) =>
33
- ticks.filter((date) => +timeDay.floor(date) === +date),
+ // filterTicks: (ticks) =>
+ // ticks.filter((date) => +timeDay.floor(date) === +date),
34
},
35
{ type: "linear", position: "left" },
36
],
0 commit comments