mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
feat: Adds the ECharts Heatmap chart (#25353)
This commit is contained in:
committed by
GitHub
parent
d69a1870a0
commit
546d48adbb
@@ -28,6 +28,7 @@ from superset.utils.pandas_postprocessing.geography import (
|
||||
)
|
||||
from superset.utils.pandas_postprocessing.pivot import pivot
|
||||
from superset.utils.pandas_postprocessing.prophet import prophet
|
||||
from superset.utils.pandas_postprocessing.rank import rank
|
||||
from superset.utils.pandas_postprocessing.rename import rename
|
||||
from superset.utils.pandas_postprocessing.resample import resample
|
||||
from superset.utils.pandas_postprocessing.rolling import rolling
|
||||
@@ -50,6 +51,7 @@ __all__ = [
|
||||
"geodetic_parse",
|
||||
"pivot",
|
||||
"prophet",
|
||||
"rank",
|
||||
"rename",
|
||||
"resample",
|
||||
"rolling",
|
||||
|
||||
Reference in New Issue
Block a user