Title: TP PieBuilder
Author: themepalace
Published: <strong>2017년 3월 9일</strong>
Last modified: 2022년 8월 16일

---

플러그인 검색

![](https://ps.w.org/tp-piebuilder/assets/banner-772x250.png?rev=1993280)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/tp-piebuilder/assets/icon-256x256.png?rev=1705630)

# TP PieBuilder

 작성자: [themepalace](https://profiles.wordpress.org/themepalace/)

[다운로드](https://downloads.wordpress.org/plugin/tp-piebuilder.zip)

 * [세부사항](https://ko.wordpress.org/plugins/tp-piebuilder/#description)
 * [평가](https://ko.wordpress.org/plugins/tp-piebuilder/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/tp-piebuilder/#installation)
 * [개발](https://ko.wordpress.org/plugins/tp-piebuilder/#developers)

 [지원](https://wordpress.org/support/plugin/tp-piebuilder/)

## 설명

This Plugin provides you an elegent Bar Graph and Pie Charts with multiple designs
and colors. ie. Default Pie Chart, Doughnut Pie Chart and Polar Pie Chart.

#### Customization and Flexibility

TP PieBuilder offers you a very easy customization of color from shortcode. This
plugin allows you to customize title from css.

### Shortcodes

= Defaults Atts :- =
 * title = ”, // Optional * values = ”, // * in percentage (%)(
should be seperated by comma (‘,’). ie: 60, 40 ) * labels = ”, // * ( should be 
seperated by comma (‘,’). ie: Design, Development ) * colors = ” // Optional till
10 elements else * ( should be seperated by ‘,’. ie: #E6E6FA, #E0FFFF )

#### Alt Atts for Pie Charts only:

    ```
    * fontfamily = 'ariel', // Optional, you can change the defult font family
    * fontstyle = 'italic', // Optional, you can change the defult font style to normal or bold
    ```

#### Default Piechart Shortcode:

    ```
    [TP_PIEBUILDER title="Pie Chart" values="20, 30, 50" labels="Design, Development, Production" colors="#E6E6FA, #E0FFFF, #F8B4BC"]
    ```

#### Doughnut Piechart Shortcode:

    ```
    [TP_PIEBUILDER_DOUGHNUT title="Pie Chart" values="20, 30, 50" labels="Design, Development, Production" colors="#E6E6FA, #E0FFFF, #F8B4BC"]
    ```

#### Polar Piechart Shortcode:

    ```
    [TP_PIEBUILDER_POLAR title="Pie Chart" values="20, 30, 50" labels="Design, Development, Production" colors="#E6E6FA, #E0FFFF, #F8B4BC"]
    ```

#### Bar Graph Shortcode:

    ```
    [TP_PIEBUILDER_BAR title="Pie Chart" values="20, 30, 50" labels="Design, Development, Production" colors="#E6E6FA, #E0FFFF, #F8B4BC"]
    ```

#### Horizontal Bar Graph Shortcode:

    ```
    [TP_PIEBUILDER_HORIZONTAL_BAR title="Pie Chart" values="20, 30, 50" labels="Design, Development, Production" colors="#E6E6FA, #E0FFFF, #F8B4BC"]
    ```

## 스크린샷

[⌊Normal Pie.⌉⌊Normal Pie.⌉[

Normal Pie.

[⌊Doughnut Pie.⌉⌊Doughnut Pie.⌉[

Doughnut Pie.

[⌊Polar Pie.⌉⌊Polar Pie.⌉[

Polar Pie.

[⌊Bar Graph.⌉⌊Bar Graph.⌉[

Bar Graph.

[⌊Horizontal Bar Graph.⌉⌊Horizontal Bar Graph.⌉[

Horizontal Bar Graph.

## 설치

#### Using The WordPress Dashboard

 * Navigate to the ‘Add New’ in the plugins dashboard
 * Search for TP PieBuilder
 * Click Install Now
 * Activate the plugin on the Plugin dashboard

#### Uploading in WordPress Dashboard

 * Navigate to the ‘Add New’ in the plugins dashboard
 * Navigate to the ‘Upload’ area
 * Select tp-piebuilder.zip from your computer
 * Click ‘Install Now’
 * Activate the plugin in the Plugin dashboard

#### Using FTP

 * Download tp-piebuilder.zip
 * Extract the tp-piebuilder directory to your computer
 * Upload the tp-piebuilder directory to the /wp-content/plugins/directory
 * Activate the plugin in the Plugin dashboard

## FAQ

### There is something cool you could add…

## 후기

![](https://secure.gravatar.com/avatar/e9a0372a2f4437ec1f79063b8a97491536a4c9dea99b173d60770ff78387fd81?
s=60&d=retro&r=g)

### 󠀁[Great!](https://wordpress.org/support/topic/great-11682/)󠁿

 [Asgaros](https://profiles.wordpress.org/asgaros/) 2020년 7월 3일

Easy to use plugin which works perfectly out of the box. Nice one!

 [ 모든 2 평가 읽기 ](https://wordpress.org/support/plugin/tp-piebuilder/reviews/)

## 기여자 & 개발자

“TP PieBuilder”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 
기여하였습니다.

기여자

 *   [ themepalace ](https://profiles.wordpress.org/themepalace/)

[자국어로 “TP PieBuilder”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/tp-piebuilder)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/tp-piebuilder/)는, [SVN 저장소](https://plugins.svn.wordpress.org/tp-piebuilder/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/tp-piebuilder/)
을 [RSS](https://plugins.trac.wordpress.org/log/tp-piebuilder/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0

 * Tested in WordPress 6.0

#### 0.9

 * Tested in WordPress 5.8.1

#### 0.8

 * Tested in WordPress 5.5

#### 0.7

 * Tested in WordPress 5.2

#### 0.6

 * Added link to pro version
 * Updated setting page

#### 0.5

 * Added font styling in pie charts

#### 0.4

 * Tested in WordPress 4.9.4

#### 0.3

 * Tested in WordPress 4.8.1
 * Added Horizontal Bar Graph

#### 0.2

 * Tested in WordPress 4.8

#### 0.1

 * Initial release.

## 기초

 *  버전 **1.0**
 *  최근 업데이트: **4년 전**
 *  활성화된 설치 **500+**
 *  워드프레스 버전 ** 4.5 또는 그 이상 **
 *  다음까지 시험됨: **6.0.12**
 *  PHP 버전 ** 5.6 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/tp-piebuilder/)
 * 태그:
 * [chart](https://ko.wordpress.org/plugins/tags/chart/)[graph](https://ko.wordpress.org/plugins/tags/graph/)
   [pie chart](https://ko.wordpress.org/plugins/tags/pie-chart/)
 *  [고급 보기](https://ko.wordpress.org/plugins/tp-piebuilder/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/tp-piebuilder/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/tp-piebuilder/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/tp-piebuilder/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/tp-piebuilder/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/tp-piebuilder/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/tp-piebuilder/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/tp-piebuilder/reviews/)

## 기여자

 *   [ themepalace ](https://profiles.wordpress.org/themepalace/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/tp-piebuilder/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://themepalace.com)