- BASIC
- Getting Started
- Basic Usage
- Using with jQuery
- Using with requireJS
- CHART
- Line
- Bar
- Bar (Rotated)
- Spline
- Step
- Area
- Bubble
- Combination
- Stackbar
- Stackbar (100%)
- Stackbar (Rotated)
- Stackarea
- Stackarea (100%)
- Scatter Plot
- Pie
- Donut
- Gauge
- Radar
- DATA
- Columns Data
- Rows Data
- JSON Data
- OPTIONS
- Show/Hide
- Size
- Colors Pattern
- CSS Class
- Accessibility Pattern
- Animation
- Export to Image
- Data Labels
- Legend Labels
- Stacked Groups
- Categories
- Axis Padding
- Axis Min/Max
- Axis Label
- Axis Tick Count
- Axis Tick Format
- Axis Tick Values
- Axis Outer Tick
- Tick Rotation
- Tick Rotation (Rotated)
- Axis Y Zerobased
- Axis X Scroll
- Axis X Zoom
- Legend Position
- Legend Item
- Title
- Tooltip
- Bar Width
- Point
- Pie/Donut/Gauge Label
- Pie/Donut Arc Spacing
- Donut/Gauge Radius
- Donut Options
- Gauge Options
- Bubble Options
- Radar Options
- DEMO
- AI Patents
- Approval rating
- Coffee Production (PC)
- a Lot-solid apart.. (PC)
- Dashboard 1 (PC)
Data Labels
#latest
#options
값에 대한 라벨을 보이거나 숨기고 라벨 문자열의 커스터마이징(포맷)이 가능합니다.
원 계열(원, 도넛, 게이지) 차트의 라벨은 해당되지 않습니다. 원 계열 차트는 각각 extend.pie.label
, extend.donut.label
, extend.gauge.label
옵션을 참조하세요
Options
위치조정
-
data.labels.position.x
라벨을 X축 방향으로 해당 값만큼 이동합니다. 양수일 경우는 우측으로 음수일 경우는 좌측으로 이동합니다.
-
data.labels.position.y
라벨을 Y축 방향으로 해당 값만큼 이동합니다. 양수일 경우는 아래로 음수일 경우는 위로 이동합니다.
포맷
-
data.labels.format
data.labels.format = function(value, id, index) { return value.toFixed(3); }