fix(图表): 面积图多序列去除堆叠 #12124

This commit is contained in:
wisonic 2024-10-12 20:36:42 +08:00
parent 6cea8bfb00
commit dc2a61fd4b

View File

@ -58,6 +58,7 @@ export class Area extends G2PlotChartView<AreaOptions, G2Area> {
xField: 'field', xField: 'field',
yField: 'value', yField: 'value',
seriesField: 'category', seriesField: 'category',
isStack: false,
interactions: [ interactions: [
{ {
type: 'legend-active', type: 'legend-active',