mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix: Histogram chart not able to use decimal datatype column (#30416)
This commit is contained in:
committed by
GitHub
parent
bdd50c7553
commit
4834390e6a
@@ -25,7 +25,6 @@ export default function buildQuery(formData: HistogramFormData) {
|
||||
return buildQueryContext(formData, baseQueryObject => [
|
||||
{
|
||||
...baseQueryObject,
|
||||
extras: { where: `${column} IS NOT NULL` },
|
||||
columns: [...groupby, column],
|
||||
post_processing: [histogramOperator(formData, baseQueryObject)],
|
||||
metrics: undefined,
|
||||
|
||||
Reference in New Issue
Block a user