Validate displayOptions prop

pull/10616/head
Jared Scheib 2017-02-23 14:49:27 -08:00
parent 6c67dcf402
commit 2ef362da93
1 changed files with 4 additions and 0 deletions

View File

@ -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,