본문 바로가기

jqplot

[JQPLOT]JQPLOT 차트에서 JQPLOTDATACLICK 이벤트가 2번 처리될 경우 JQPLOT 차트에서 JQPLOTDATACLICK 이벤트가 2번 처리될 경우 현재 상황은 BAR차트이고 BARRENDER 를 사용중임 JQPLOT차트 버젼은 1.08 임 BAR클릭 시 JQPLOTDATACLICK 이벤트를 추가하였으나 클릭 시 이벤트가 2번씩 발생함 이에 대해 유사한 것은 BUG라는 거 같음(정확한건 해석 못함.ㅠㅠ)https://groups.google.com/forum/#!topic/jqplot-users/HZHlPamE3Sk 이 글에 힌트를 얻어 jqplot.barRenderer.js 에서 jqplotDataClick 이벤트 생성부분을 확인해보니jqplotClick 을 이용해서 생성하고 있었음 그래서 최종적으로는$("#chartId").bind("jqplotDataClick"), f.. 더보기
[JQUERY]JQPLOT 의 LINE 차트 생성 샘플 JQPLOT 의 LINE 차트 생성 샘플 * 목적jqplot 을 이용하여 line 차트 생성 조건- 왼쪽은 건수- 하단은 연간 표시- line 로 표시 사용 lib- jquery 1.8- jquery ui 1.9- jqplot 1.08 jqplot 사용 플러그인- jqplot.barRenderer.min.js- jqplot.categoryAxisRenderer.min.js- jqplot.pointLabels.js 샘플구현화면 샘플소스 더보기
[JQUERY]JQPLOT 의 STACK 차트 생성 샘플 JQPLOT 의 STACK 차트 생성 샘플 * 목적jqplot 을 이용하여 stack 차트 생성 JQPLOT : http://www.jqplot.com/ 조건- 왼쪽은 건수- 오른쪽은 비율- 하단은 연간 표시- stack 로 표시 사용 lib- jquery 1.8- jquery ui 1.9- jqplot 1.08 jqplot 사용 플러그인- jqplot.barRenderer.min.js- jqplot.categoryAxisRenderer.min.js- jqplot.pointLabels.js 샘플구현화면 샘플소스 더보기