这是我的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/