made fixes

This commit is contained in:
piratefinn 2018-04-17 14:17:57 +01:00
parent cc08f622af
commit 4867a1ecaa
2 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#! /bin/bash
set -e
VERSION=`git describe --tags`

View file

@ -52,4 +52,11 @@ export class PiePanel implements OnInit {
return rgba;
}
// events
public chartClicked(e: any): void {
}
public chartHovered(e: any): void {
}
}