This commit is contained in:
Dejan Bosanac 2015-05-13 16:32:29 +02:00
parent b8a20e9ef6
commit eaf766b35d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ var options = {
"padding": {left: 0, right: 0, top: 10, bottom: 30},
"xTicks": [<c:forEach items="${requestContext.brokerQuery.queues}" var="row" varStatus="status"
><c:if
test="${status.count > 1}">, </c:if>{v:${status.count}, label:"${row.name}"}</c:forEach>]
test="${status.count > 1}">, </c:if>{v:${status.count}, label:"<c:out value="${row.name}"/>"}</c:forEach>]
};
function drawGraph() {