Merge pull request #3481 from influxdata/bugfix/Visualization-type-switch

Correct paths to GRAPH_TYPES
chore/tables-to-TS^2
Deniz Kusefoglu 2018-05-17 10:29:19 -07:00 committed by GitHub
commit 8a958ad606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import {
AXES_SCALE_OPTIONS,
TOOLTIP_Y_VALUE_FORMAT,
} from 'src/dashboards/constants/cellEditor'
import {GRAPH_TYPES} from 'src/types/dashboard'
import {GRAPH_TYPES} from 'src/dashboards/graphics/graph'
import {updateAxes} from 'src/dashboards/actions/cellEditorOverlay'
import {ErrorHandling} from 'src/shared/decorators/errors'

View File

@ -6,7 +6,7 @@ import classnames from 'classnames'
import FancyScrollbar from 'shared/components/FancyScrollbar'
import {GRAPH_TYPES} from 'src/types/dashboard'
import {GRAPH_TYPES} from 'src/dashboards/graphics/graph'
import {changeCellType} from 'src/dashboards/actions/cellEditorOverlay'