- 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)
Tooltip
#latest
#options
툴팁 표시하거나 그룹으로 모아 봅니다. (값을 변경하고 차트에 마우스를 올려보세요.)
Options
-
tooltip.show
-
tooltip.grouped
※ 버블, 원, 도넛 차트는 항상 개별로 표시합니다.
-
tooltip.format
tooltip.format = { title: function(x) {...}, name: functon(name, ratio, id, index) {...}, value: function(value, ratio, id, index) {...} }
-
tooltip.position
tooltip.position = function(data, element, width, height) {...}