chore: nixing requiresTime (#10259)

This commit is contained in:
Evan Rusackas
2020-07-08 17:10:03 -07:00
committed by GitHub
parent f6ccd61547
commit 3dfa4aa15d
11 changed files with 0 additions and 13 deletions

View File

@@ -40,7 +40,6 @@ describe('controlUtils', () => {
beforeAll(() => {
getChartControlPanelRegistry()
.registerValue('test-chart', {
requiresTime: true,
controlPanelSections: [
{
label: t('Chart Options'),
@@ -84,7 +83,6 @@ describe('controlUtils', () => {
],
})
.registerValue('test-chart-override', {
requiresTime: true,
controlPanelSections: [
{
label: t('Chart Options'),

View File

@@ -65,12 +65,10 @@ describe('ExploreResultsButton', () => {
};
const mockChartTypeBarChart = {
label: 'Distribution - Bar Chart',
requiresTime: false,
value: 'dist_bar',
};
const mockChartTypeTB = {
label: 'Time Series - Bar Chart',
requiresTime: true,
value: 'bar',
};
const getExploreResultsButtonWrapper = (props = mockedProps) =>