这是我的 jsfiddle 网址。你能帮忙找出为什么图例的边框不能在这个图表中显示吗?图例相关代码是从官方文档网站复制的。下面是我的图例组件。
<VictoryLegend x={75} y={0}
title="Legend"
centerTitle
orientation="horizontal"
gutter={20}
style={{ border: { stroke: "black" }, title: { fontSize: 20 } }}
data={legendData}
/>
https://jsfiddle.net/xuhang1128/xwy8j4fw/1/