(fix) popover change for grpah tips
parent
f2f17614cc
commit
d9cd8177cf
|
@ -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>'
|
||||
|
||||
|
|
Loading…
Reference in New Issue