Correct paths to GRAPH_TYPES
parent
914e26088c
commit
607e15e05a
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue