mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: Enable cross fitlers in WorldMap and Graph charts (#22886)
This commit is contained in:
committed by
GitHub
parent
a0ca0c04ff
commit
871cab8cbe
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user