Adding class to labels

This commit is contained in:
Jeff Avallone 2014-12-10 17:00:04 -05:00
parent 0b85f552c3
commit 035984a61c
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ export default {
},
renderLabel(container, text) {
var group = container.group();
var group = container.group()
.addClass('label');
group.rect();