Validate displayOptions prop
parent
6c67dcf402
commit
2ef362da93
|
@ -33,6 +33,10 @@ export default React.createClass({
|
|||
overrideLineColors: array,
|
||||
queries: arrayOf(shape({}).isRequired).isRequired,
|
||||
showSingleStat: bool,
|
||||
displayOptions: shape({
|
||||
stepPlot: bool,
|
||||
stackedGraph: bool,
|
||||
}),
|
||||
activeQueryIndex: number,
|
||||
ruleValues: shape({}),
|
||||
isInDataExplorer: bool,
|
||||
|
|
Loading…
Reference in New Issue