js/ui: remove hardcoded/duplicated with/height

This commit is contained in:
Thomas Gelf 2014-05-20 14:03:33 +00:00
parent 800fe6c18d
commit 79d3f18b66
1 changed files with 2 additions and 2 deletions

View File

@ -664,8 +664,8 @@
'<span sparkTitle="' + title +
'" sparkWidth="' + width +
'" sparkHeight="' + height +
'" sparkType="pie" sparkWidth="20" sparkSliceColors="[' +
colors + ']" sparkHeight="20" values="' +
'" sparkType="pie" sparkSliceColors="[' +
colors + ']" values="' +
values + '" class="sparkline"></span>'
);
},