2024-01-15 10:19 차트에 월 추가

This commit is contained in:
myname 2024-01-15 10:19:47 +09:00
parent 9c6becb09e
commit 48ce6d6053
3 changed files with 3 additions and 3 deletions

View File

@ -358,7 +358,7 @@
<script type="text/javascript">
<!-- 차트 선언 -->
var chartNOT = echarts.init(document.getElementById('chartNumOfTime'))
var month = ['1', '2', '3', '4', '5','6','7','8', '9','10','11', '12'];
var month = ['1', '2', '3', '4', '5','6','7','8', '9','10','11', '12'];
<!-- 차트 옵션 지정하기 -->
var optionNOT = {
// 차트 제목

View File

@ -208,7 +208,7 @@
<script type="text/javascript">
<!-- 차트 선언 -->
var chartNOT = echarts.init(document.getElementById('chartNumOfTime'));
var month = ['1', '2', '3', '4', '5','6','7','8', '9','10','11', '12'];
var month = ['1', '2', '3', '4', '5','6','7','8', '9','10','11', '12'];
<!-- 차트 옵션 지정하기 -->
var optionNOT = {
// 차트 제목

View File

@ -352,7 +352,7 @@
<script type="text/javascript">
<!-- 차트 선언 -->
var chartNOT = echarts.init(document.getElementById('chartNumOfTime'));
var month = ['1', '2', '3', '4', '5','6','7','8', '9','10','11', '12'];
var month = ['1', '2', '3', '4', '5','6','7','8', '9','10','11', '12'];
//차트 옵션 지정하기
var optionNOT = {
// 차트 제목