我的 Nivo 线路秀只结束了部分线路。
当我将鼠标悬停时,数据肯定在那里,我可以看到数据。
但我不确定为什么它只显示一点点。
这是线路设置..
有人有同样的问题吗?
请帮我..
<ResponsiveLine
data={lineData}
margin={{ top: 50, right: 110, bottom: 50, left: 50 }}
xScale={{
type: "time",
format: "%Y-%m-%d",
precision: "day"
}}
xFormat="time:%Y-%m-%d"
yScale={{ type: 'linear', min: 'auto', max: 'auto', stacked: true, reverse: false }}
axisTop={null}
axisRight={null}
axisBottom={{
format: "%b %d",
orient: 'bottom',
tickSize: 5,
tickPadding: 5,
tickRotation: -38,
tickValues: 20,
legend: 'Date',
legendOffset: 45,
legendPosition: 'middle'
}}
axisLeft={{
orient: 'left',
tickSize: 5,
tickPadding: 5,
tickRotation: 0,
}}
theme={{
tooltip: {
container: { color: 'black' }
}
}}
colors={{ scheme: 'blues' }}
enableGridX={false}
enablePoints={false}
pointSize={10}
pointColor={{ from: 'color' }}
pointBorderWidth={0}
pointBorderColor={{ from: 'serieColor' }}
pointLabelYOffset={-12}
useMesh={true}
animate={true}
/>