Merge pull request #12672 from dataease/pr@dev-v2@fix_area_multi_series_stack

fix(图表): 面积图多序列去除堆叠 #12124
This commit is contained in:
wisonic-s 2024-10-12 20:37:46 +08:00 committed by GitHub
commit 7abac8df61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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