Skip to content

Commit

Permalink
chore: requiresTime not required (apache#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and zhaoyongjie committed Nov 24, 2021
1 parent abb1ecc commit 3f03e3b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
} from '@superset-ui/chart-controls';

export default {
requiresTime: true,
controlPanelSections: [
{
label: t('Query'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import {
const { columnChoices } = internalSharedControls;

export default {
requiresTime: true,
controlPanelSections: [
{
label: t('Event definition'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import { t } from '@superset-ui/translation';

export default {
requiresTime: true,
controlPanelSections: [
{
label: t('Query'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import {
} from '@superset-ui/chart-controls';

export default {
requiresTime: true,
controlPanelSections: [
{
label: t('Query'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import {
} from '../NVD3Controls';

export default {
requiresTime: true,
controlPanelSections: [
timeSeriesSection[0],
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import {
} from '../NVD3Controls';

export default {
requiresTime: true,
controlPanelSections: [
timeSeriesSection[0],
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import { t } from '@superset-ui/translation';

export default {
requiresTime: false,
controlPanelSections: [
{
label: t('Query'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
} from '../NVD3Controls';

export default {
requiresTime: true,
controlPanelSections: [
timeSeriesSection[0],
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { sections } from '@superset-ui/chart-controls';
import { xAxisFormat, yAxis2Format } from '../NVD3Controls';

export default {
requiresTime: true,
controlPanelSections: [
{
label: t('Chart Options'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {
} from '../NVD3Controls';

export default {
requiresTime: true,
controlPanelSections: [
timeSeriesSection[0],
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export type Data = {
};

export default {
requiresTime: true,
controlPanelSections: [
{
label: t('Chart Options'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import {
} from '../NVD3Controls';

export default {
requiresTime: true,
controlPanelSections: [
{
label: t('Query'),
Expand Down

0 comments on commit 3f03e3b

Please sign in to comment.