no message

master
강석 최 2022-03-10 09:08:54 +09:00
parent 77bdfebc43
commit cbb655441e
2 changed files with 15 additions and 12 deletions

View File

@ -66,7 +66,7 @@
<tr>
<td><c:out value="${item.idx}"/></td>
<%-- <td ><a href="/admin/request/ <c:out value='${item.idx}' />"><c:out value="${item.title}"/></a>--%>
<td class="title-td" data-idx="${item.idx}">${item.title}</td>
<td class="clickAbleObj title-td" data-idx="${item.idx}">${item.title}</td>
<td><c:out value="${item.company}"/></td>
<td><c:out value="${item.name}"/></td>
<td class="td_date"><c:out value="${item.r_date}"/></td>

View File

@ -69,16 +69,16 @@ function drawTempChart() {
data.addColumn('number', 'value02');
data.addRows([
[1, 37.8, 80.8],
[2, 30.9, 69.5],
[3, 25.4, 57],
[1, 37.8, 55.8],
[2, 30.9, 42.5],
[3, 25.4, 37],
[4, 11.7, 18.8],
[5, 11.9, 17.6],
[6, 8.8, 13.6],
[7, 7.6, 12.3],
[8, 12.3, 29.2],
[9, 16.9, 42.9],
[10, 12.8, 30.9],
[8, 12.3, 21.2],
[9, 16.9, 32.9],
[10, 12.8, 23.9],
[11, 5.3, 7.9],
[12, 6.6, 8.4],
[13, 4.8, 6.3],
@ -86,11 +86,14 @@ function drawTempChart() {
]);
var options = {
axes: {
x: {
0: {side: 'top'}
}
}
// chart: {
// title: '빈자리 메꿀 그래프',
// },
// axes: {
// x: {
// 0: {side: 'top'}
// }
// }
};
var chart = new google.charts.Line(document.getElementById('tempLineChart'));