juijs / jui-chart

SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D, Realtime)
https://codepen.io/collection/nLydod/
57 stars 25 forks source link

div 안에 차트를 만들고싶은데 어떻게 해야하나요? #173

Closed cofham closed 6 years ago

cofham commented 6 years ago

안녕하세요 . jui 차트를 이용하고 있는 초보자입니다. 현재 저는 jui-chart 를 작성하고 있는데 div 안에서 차트가 보이지 않아 질문드립니다. div에 넣기전 스크립트 사이에 jui.ready(["chart.builder"],function(builder){var chart = builder("#result",{ ..... }); }); 이런식으로 소스를 넣어서 구동을 했을때는 정상적으로 차트가 보였습니다.

특정 영역에 차트를 넣어야 해서 div를 만들고 그 안에 소스를 넣었지만 차트가 보이지 않습니다. 이러한 경우에 따로 소스를 작성하는 방식이 있나요 아니면 jui가 제대로 설치 되지 않은건가요?