## Refractor of `get_data()`

### goals 

Decoupling all `get_data()` functions in `viz.py` with visualization types. To 
do this, we should:

- move chart specific logic to visualization frontend code base.
- create a new field in `form_data` to specify some standard data processing 
method. (This is ONLY for some computational heavy process AND cannot be done 
by `query_object`).
- move away the config parameters (e.g., `mapbox_token`).

### Status
Status of moving `get_data()` logic to frontend (or decouple the logic with 
visualization type).

| PR                                                     | Visualization | 
Status |
|--------------------------------------------------------|---------------|--------|
| #5753 | Piechart |    merged    |
|  | BigNumber |  |
|  | Word cloud |  |
|  | Tree Map |  |
|  | Chord Vis |  |
|  | iframe and markup |  |
|  | Horizon Chart |  |
|  | Force-directed Graph |  |
|  | Sunburst |  |
|  | Sankey |  |
|  | Heatmap |  |
|  | Pivot Table |  |
|  | Table |  |
|  | Partition |  |
|  | World Map |  |
|  | Country Map |  |
|  | Histogram |  |
|  | Calendar Heatmap |  |
|  | Parallel Coordinates |  |
|  | Paired t-test |  |
|  | Rose |  |
|  | Time Series Table |  |
|  | MapBox |  |
|  | FilterBox |  |
|  | NVD3 |  |

[ Full content available at: 
https://github.com/apache/incubator-superset/issues/5692 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to