mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
feat: Adds the ECharts Histogram chart (#28652)
This commit is contained in:
committed by
GitHub
parent
bc9eab9902
commit
896fe854dc
@@ -26,6 +26,7 @@ from superset.utils.pandas_postprocessing.geography import (
|
||||
geohash_decode,
|
||||
geohash_encode,
|
||||
)
|
||||
from superset.utils.pandas_postprocessing.histogram import histogram
|
||||
from superset.utils.pandas_postprocessing.pivot import pivot
|
||||
from superset.utils.pandas_postprocessing.prophet import prophet
|
||||
from superset.utils.pandas_postprocessing.rank import rank
|
||||
@@ -49,6 +50,7 @@ __all__ = [
|
||||
"geohash_encode",
|
||||
"geohash_decode",
|
||||
"geodetic_parse",
|
||||
"histogram",
|
||||
"pivot",
|
||||
"prophet",
|
||||
"rank",
|
||||
|
||||
Reference in New Issue
Block a user