공공정책 위키(Public Policy Wiki)에 오신 것을 환영합니다
하천기본계획
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<div id="tester" style="width:100%;height:250px;"></div>
<script> TESTER = document.getElementById('tester'); Plotly.plot( TESTER, [{ x: [1, 2, 3, 4, 5], y: [1, 2, 4, 8, 16] }], { margin: { t: 0 } } );
</script>