mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(explore): pie chart label bugs (#13052)
This commit is contained in:
@@ -30,7 +30,7 @@ params:
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
@@ -38,7 +38,7 @@ params:
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
@@ -30,7 +30,7 @@ params:
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
@@ -58,7 +58,7 @@ params:
|
||||
sqlExpression: null
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 67
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
@@ -49,7 +49,7 @@ params:
|
||||
sqlExpression: null
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 65
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
@@ -38,7 +38,7 @@ params:
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
@@ -29,7 +29,7 @@ params:
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 61
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
@@ -38,7 +38,7 @@ params:
|
||||
metric: count
|
||||
number_format: SMART_NUMBER
|
||||
outerRadius: 69
|
||||
pie_label_type: key
|
||||
label_type: key
|
||||
queryFields:
|
||||
groupby: groupby
|
||||
metric: metrics
|
||||
|
||||
Reference in New Issue
Block a user