Add title in unassigned polar chart.

This commit is contained in:
Christian P. MOMON 2020-01-23 10:37:25 +01:00
parent b74df92d97
commit 0e7fde009c
2 changed files with 5 additions and 4 deletions

View File

@ -51,8 +51,9 @@ var myChart = new Chart(ctx,
maintainAspectRatio: false, maintainAspectRatio: false,
title: title:
{ {
display: false, display: true,
text: 'Unassigned' text: 'Unassigned',
position: 'right'
}, },
legend: legend:
{ {

View File

@ -40,7 +40,7 @@
<div id="rawView"> <div id="rawView">
<div> <div>
<div id="issueRawChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div> <div id="issueRawChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
<div id="unassignedRawChart" style="width: 340px; height: 200px; display: inline-block;"></div> <div id="unassignedRawChart" style="width: 360px; height: 200px; display: inline-block;"></div>
<div id="issueCreatedClosed6MonthsChartA" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHART</div> <div id="issueCreatedClosed6MonthsChartA" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHART</div>
</div> </div>
<br/> <br/>
@ -51,7 +51,7 @@
<div id="groupedView" style="display: none;"> <div id="groupedView" style="display: none;">
<div> <div>
<div id="issueGroupedChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div> <div id="issueGroupedChart" style="width: 400px; height: 200px; display: inline-block;">ISSUES BAR CHART</div>
<div id="unassignedGroupedChart" style="width: 340px; height: 200px; display: inline-block;"></div> <div id="unassignedGroupedChart" style="width: 360px; height: 200px; display: inline-block;"></div>
<div id="issueCreatedClosed6MonthsChartB" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHARTB</div> <div id="issueCreatedClosed6MonthsChartB" style="width: 340px; height: 200px; display: inline-block;">CREATED/CLOSED 6 MONTHS CHARTB</div>
</div> </div>
<br/> <br/>