UNPKG
backbone-ng2-google-charts
Version:
latest (0.2.8)
2.4.0
2.3.0
2.2.0
2.1.0
0.2.8
0.2.5
0.0.8
0.0.1
0.0.0
Angular2 Google Charts module
github.com/gmazzamuto/ng2-google-charts
gmazzamuto/ng2-google-charts
backbone-ng2-google-charts
/
google-chart
/
chart-html-tooltip.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ElementRef
}
from
'@angular/core'
;
export
declare
class
ChartHTMLTooltip
{
static
readonly
PIXELS
:
string
;
private
tooltipDOMElement;
constructor
(
el
:
ElementRef
);
setPosition
(
x
:
number
,
y
:
number
):
void
;
getDOMElement
():
ElementRef
; }