(fix) popover change for grpah tips

pull/15582/head
Zoe Steinkamp 2019-10-17 14:11:10 -06:00
parent f2f17614cc
commit d9cd8177cf
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
// Libraries
import React, {SFC} from 'react'
import ReactTooltip from 'react-tooltip'
// Components
import {Popover, PopoverInteraction} from '@influxdata/clockface'
const graphTipsText =
'<h1>Graph Tips:</h1><p><code>Click + Drag</code> Zoom in (X or Y)<br/><code>Shift + Click</code> Pan Graph Window<br/><code>Double Click</code> Reset Graph Window</p><h1>Static Legend Tips:</h1><p><code>Click</code>Focus on single Series<br/><code>Shift + Click</code> Show/Hide single Series</p>'