refactor: remove queryFields in QueryObject and update chart control configs (#12091)

* Clean up queryFields

* Clean up unused vars

* Bump chart plugins

* Bringing changes in #12147
This commit is contained in:
Jesse Yang
2020-12-22 17:10:19 -08:00
committed by GitHub
parent de61859e98
commit d2da25a621
19 changed files with 328 additions and 2544 deletions

View File

@@ -83,7 +83,6 @@ export const controlPanelSectionsChartOptionsTable = [
name: 'all_columns',
config: {
type: 'SelectControl',
queryField: 'columns',
multi: true,
label: t('Columns'),
default: [],