Skip to content

Commit 7b745bf

Browse files
committed
set show centile labels as default
1 parent dc155a9 commit 7b745bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CentileChart/CentileChart.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function CentileChart({
104104
const chartRef = useRef<any>();
105105
const [active, setActive] = useState(false);
106106
const [fullScreen, setFullScreen] = useState(true);
107-
const [centileLabels, setCentileLabels] = useState(false);
107+
const [centileLabels, setCentileLabels] = useState(true);
108108

109109
// save & destruct domains and data on initial render and when dependencies change
110110

0 commit comments

Comments
 (0)