Commit 569f5e8d by Erik Sundell

remove result format. might add this later

parent 68c2d263
...@@ -574,7 +574,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> { ...@@ -574,7 +574,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
'Table', 'Table',
{ {
format: 'table', format: 'table',
resultFormat: 'table',
instant: true, instant: true,
valueWithRefId: true, valueWithRefId: true,
}, },
...@@ -586,7 +585,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> { ...@@ -586,7 +585,6 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
'Graph', 'Graph',
{ {
format: 'time_series', format: 'time_series',
resultFormat: 'time_series',
instant: false, instant: false,
}, },
makeTimeSeriesList makeTimeSeriesList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment