Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用反应图表。我需要像这张带有直线 的图表但我不能画直线。我尝试使用但有问题
<Line points={[{x:0, y:900}, {x:dataWithDay.lenght-1, y:900}]} stroke="gray" dot={false}/>
对我来说不清楚数组点中的值是什么意思。如果我理解得很好,x 和 y 是 XAxis 和 YAxis 的坐标。这条线画任何东西
我认为您的意思是ReferenceLine。