feat: Enable cross fitlers in WorldMap and Graph charts (#22886)

This commit is contained in:
Kamil Gabryjelski
2023-02-22 11:42:56 +01:00
committed by GitHub
parent a0ca0c04ff
commit 871cab8cbe
9 changed files with 247 additions and 67 deletions

View File

@@ -71,6 +71,7 @@ describe('EchartsGraph transformProps', () => {
expect.objectContaining({
data: [
{
col: 'source_column',
category: undefined,
id: '0',
label: { show: true },
@@ -88,6 +89,7 @@ describe('EchartsGraph transformProps', () => {
value: 6,
},
{
col: 'target_column',
category: undefined,
id: '1',
label: { show: true },
@@ -105,6 +107,7 @@ describe('EchartsGraph transformProps', () => {
value: 6,
},
{
col: 'source_column',
category: undefined,
id: '2',
label: { show: true },
@@ -122,6 +125,7 @@ describe('EchartsGraph transformProps', () => {
value: 5,
},
{
col: 'target_column',
category: undefined,
id: '3',
label: { show: true },
@@ -229,6 +233,7 @@ describe('EchartsGraph transformProps', () => {
data: [
{
id: '0',
col: 'source_column',
name: 'source_value',
value: 11,
symbolSize: 10,
@@ -243,6 +248,7 @@ describe('EchartsGraph transformProps', () => {
},
{
id: '1',
col: 'target_column',
name: 'target_value',
value: 11,
symbolSize: 10,