js/ui: remove hardcoded/duplicated with/height
This commit is contained in:
parent
800fe6c18d
commit
79d3f18b66
|
@ -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>'
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue