하 이 카 트 가 만 든 그림 이 갑자기 안 나 와 요.
7144 단어 Highcharts
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="${webResRoot}/default/css/jquery.jOrgChart.css"/>
<script type="text/javascript" src="${webResRoot}/default/js/jquery/jquery-1.8.2.js"> </script>
<script type="text/javascript" src="${webResRoot}/default/js/jquery.jOrgChart.js"> </script>
<title> </title>
<script>
jQuery(document).ready(function() {
$("#org").jOrgChart({
chartElement : '#chart',
dragAndDrop : false
});
});
</script>
</head>
<body onload="prettyPrint();">
<ul id="org" style="display:none">
<li><div class="chart_ablue"> </div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
</ul>
</li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div>
<ul>
<li><div class="chart_ablue"> </div>
<ul>
<li><div class="chart_blue"><a href="####"> </a></div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
</ul>
</li>
<li><div class="chart_blue"><a href="####"> </a></div></li>
</ul>
</li>
<li><div class="chart_ablue"> </div>
<ul>
<li><div class="chart_blue"><a href="####"> </a></div></li>
<li><div class="chart_blue"><a href="####"> </a></div></li>
<li><div class="chart_blue"><a href="####">CCF</a></div></li>
</ul>
</li>
<li><div class="chart_ablue"> </div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000">ADDON</a></div></li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000">MTM</a></div></li>
</ul>
</li>
<li><div class="chart_ablue"> </div>
<ul>
<li><div class="chart_ablue"> </div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> He</a></div></li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
</ul>
</li>
<li><div class="chart_ablue"> </div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
</ul>
</li>
</ul>
</li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> / / </a></div>
<ul>
<li><div class="chart_ablue">DVP </div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
</ul>
</li>
<li><div class="chart_ablue"> DVP </div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> </a></div>
<ul>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000">C</a></div></li>
<li><div class="chart_blue"><a href="####" title=" :${nowTime} :180000"> / </a></div></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div id="chart" class="orgChart"></div>
</body>
</html>
이상 은 정확 합 니 다. 제 가 잘못 한 이 유 는 제 홈 페이지 가 xhtml 를 바탕 으로 하 는 방식 이기 때 문 입 니 다. 그 는 형식 에 대한 요구 가 매우 엄격 합 니 다. 예 를 들 어 < td > < / td > 이렇게 하면 안 됩 니 다.
더하기 & \ # 160;그래 야 지.
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
하 이 차 트 예 쁜 도표highcharts 는 순수 js 도표 도구 로 브 라 우 저 호 환 도 좋 고 대부분의 도표 유형 을 지원 합 니 다. 예 를 들 어 직선 도, 곡선 도, 지역 도, 지역 곡선 도, 기둥 모양 도, 떡 포장 도, ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.