override interval to specify minimal card width

This commit is contained in:
Ivan Mikheykin
2018-09-05 19:43:51 +03:00
parent a19184c4f7
commit 6d01b416a9
3 changed files with 122 additions and 1 deletions
+4
View File
@@ -297,6 +297,10 @@ export default function link(scope, elem, attrs, ctrl) {
tooltip.mouseOverBucket = false;
resetCardHighLight(event);
});
ctrl.events.emit('render-complete', {
"chartWidth": chartWidth
});
}
function highlightCard(event) {