Skip to content

Commit

Permalink
chore(plugin-chart-echarts): add time section for gauge chart (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoze authored and zhaoyongjie committed Nov 25, 2021
1 parent a440a34 commit e1193a5
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@
*/
import React from 'react';
import { t, validateNonEmpty, validateInteger } from '@superset-ui/core';
import { sharedControls, ControlPanelConfig, D3_FORMAT_OPTIONS } from '@superset-ui/chart-controls';
import {
sharedControls,
ControlPanelConfig,
D3_FORMAT_OPTIONS,
sections,
} from '@superset-ui/chart-controls';
import { DEFAULT_FORM_DATA } from './types';

const config: ControlPanelConfig = {
controlPanelSections: [
sections.legacyRegularTime,
{
label: t('Query'),
expanded: true,
Expand Down

0 comments on commit e1193a5

Please sign in to comment.