fix(explore): bump superset-ui to 0.16.3 and fix DeckGL bug (#12242)

This commit is contained in:
Ville Brofeldt
2021-01-05 08:01:09 +02:00
committed by GitHub
parent b349edef29
commit 8afc4c4a44
7 changed files with 176 additions and 175 deletions

View File

@@ -17,9 +17,9 @@
* under the License.
*/
export default function transformProps(chartProps) {
const { height, datasource, formData, queryData } = chartProps;
const { height, datasource, formData, queriesData } = chartProps;
const { columnCollection = [], groupby, metrics, url } = formData;
const { records, columns } = queryData.data;
const { records, columns } = queriesData[0].data;
const isGroupBy = groupby.length > 0;
// When there is a "group by",