diff --git a/ui/src/shared/components/LineGraph.js b/ui/src/shared/components/LineGraph.js index e26faac59c..9658c8d6f1 100644 --- a/ui/src/shared/components/LineGraph.js +++ b/ui/src/shared/components/LineGraph.js @@ -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,