Delete placeholder console logging
This commit is contained in:
parent
ee6768f7f1
commit
0c866a192e
1 changed files with 0 additions and 2 deletions
|
@ -145,11 +145,9 @@ export class GraphWidget implements OnInit {
|
||||||
|
|
||||||
// events
|
// events
|
||||||
public chartClicked(e: any): void {
|
public chartClicked(e: any): void {
|
||||||
console.log(e);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public chartHovered(e: any): void {
|
public chartHovered(e: any): void {
|
||||||
console.log(e);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private tooltipLabelCallback(tooltipItem: any, data: any) {
|
private tooltipLabelCallback(tooltipItem: any, data: any) {
|
||||||
|
|
Reference in a new issue