feat: Adds the ECharts Histogram chart (#28652)

This commit is contained in:
Michael S. Molina
2024-06-04 09:35:18 -03:00
committed by GitHub
parent bc9eab9902
commit 896fe854dc
30 changed files with 1061 additions and 34 deletions

View File

@@ -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",