• Document
  • Examples
  • Download
  • Release Note
  • 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)

Pie

#latest  #chart

원 차트 기본 예제입니다. data.type="pie"로 지정합니다.


Example

Code

sb.chart.render("#chartWrap", {
    data: {
        type: "pie",
        columns: [
            ["2015",3.51],
            ["2016",0.71],
            ["2017",1.48]
        ]
    }
});

©2020 SOFTBOWL Co., Ltd., All Rights Reserved | Powered by Jekyll Doc Theme