我正在使用 react-vis 并尝试使用可以过滤的图例来实现折线图,如本网站顶部的第一个图所示:https ://uber.github.io/react-vis/examples/showcases/plots 基本上当单击图例项时,整个系列以及图例项都会变暗。
我猜我需要onItemClick
在https://uber.github.io/react-vis/documentation/api-reference/legends的 Legends 下使用属性来更改我已成功创建的行的不透明度
<LineSeries
data={data1}
opacity={1}
stroke="#f5222d"
strokeStyle="solid"
/>
我不确定如何从这里开始,为onItemClick