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

chart 생성 관련해서 문의드립니다. #171

Closed cofham closed 6 years ago

cofham commented 6 years ago

안녕하세요. 얼마전에 jui-chart 를 접해서 개발하고있는 초보자입니다. 현재 html 페이지가 로딩되면 차트가 생성되는 코드를 작성하였습니다. 혹시 이벤트 발생(콜백)으로 차트를 생성할 수 있는지 문의드립니다.

기존에 작성한 코드는 다음과 같습니다. jui.ready(["chart.builder"],function(builder){ var chart = builder("#result",{

이것을

drawChart(); //onclick후에 발생하는 이벤트

function drawChart(){ //여기에서 차트생성 }

이런식으로 작성이 가능한가요? 가능하다면 코드를 어떻게 작성해야하는지 알고싶습니다.