## 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 | |--------------------------------------------------------|---------------|--------| | https://github.com/apache/incubator-superset/pull/5753 | Piechart | merged | | | BigNumber | | | | Word cloud | | | | | | | | | | | | | | | | | | | | | | #5469 | Merged | #5669 | Merged | #5670 | Merged | Tree Map #5671 | Merged | Chord Vis #5672 | Merged | iframe and markup #5690 | Merged | Horizon Chart #5691 | Merged | Force-directed Graph #5699 | Merged | Sunburst #5701 | Merged | Sankey #5704 | Merged | Heatmap #5705 | Merged | Pivot Table #5707 | Merged | Table #5718 | Merged | Partition #5719 | Merged | World Map #5721 | Merged | Country Map #5758 | Merged | Histogram #5760 | Merged | Calendar Heatmap #5761 | Merged | Parallel Coordinates #5762 | Merged | Paired t-test #5763 | Merged | Rose #5775 | Waiting for review | Time Series Table #5783 | Merged | MapBox #5789 | Merged | FilterBox #5838 | Waiting for review | NVD3: Area, Bar, BoxPlot, Bubble, Bullet, compare, dist_bar, line, time_pivot, pie, dual_line [ Full content available at: https://github.com/apache/incubator-superset/issues/5692 ] This message was relayed via gitbox.apache.org for [email protected]
