- 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)
Axis Min/Max
#latest
#options
데이터 값에 따라 X, Y축의 min, max 값이 자동 계산됩니다.
자동 계산되는 min, max 값 대신 임의의 Min 값과 Max 값을 정의할 수 있습니다.
Options
X 축
-
axis.x.min
최솟값을 지정합니다.
-
axis.x.max
최댓값을 지정합니다.
Y 축
-
axis.y.min
최솟값을 지정합니다.
-
axis.y.max
최댓값을 지정합니다.