[SSE] Fix chart styles

This commit is contained in:
Julia Radzhabova 2020-12-06 13:33:24 +03:00
parent 96881ba763
commit 92e0d97df6

View file

@ -172,7 +172,7 @@ define([
enableKeyEvents: this.options.enableKeyEvents,
itemTemplate : _.template([
'<div class="style" id="<%= id %>">',
'<img src="<%= imageUrl %>" width="' + this.itemWidth + '" height="' + this.itemHeight + '"/>',
'<img src="<%= imageUrl %>" width="50" height="50"/>',
'<% if (typeof title !== "undefined") {%>',
'<span class="title"><%= title %></span>',
'<% } %>',