카테고리 글 목록: JS Libraries

Javascript 라이브러리들 중.. 정말 간편하면서도 강력한…!?
그런 라이브러리들을 포스팅 한다…
와우~

심플하고 강력한 Charts.js 라이브러리…

공식 사이트는 http://www.chartjs.org/ 이쪽으로~

Charts.js… 깔끔하면서도 강력한… 그래프 기능을 제공한다.

Chart.js – Easy, object oriented client side graphs for designers and developers

6 Chart types

Visualise your data in different ways. Each of them animated, fully customisable and look great, even on retina displays.

HTML5 Based

Chart.js uses the HTML5 canvas element. It supports all modern browsers, and polyfills provide support for IE7/8.

Simple and flexible

Chart.js is dependency free, lightweight (4.5k when minified and gzipped) and offers loads of customisation options.

HTML5기반의 단순하고 유연한 6가지 타입의 그래프를 제공한다.

1. 선 차트 Line charts
2. 막대 차트 Bar charts
3. 방사형 차트 Radar charts
4. 파이 차트 Pie charts
5. 폴라 차트 Polar area charts
6. 도넛 그래프 Doughnut charts

다운로드는 클릭
Documentation은 여기 클릭