Title: Chartivio
Author: rachanapaudel26
Published: <strong>2026 年 1 月 27 日</strong>
Last modified: 2026 年 4 月 2 日

---

搜尋外掛

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

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

# Chartivio

 由 [rachanapaudel26](https://profiles.wordpress.org/rachanapaudel26/) 開發

[下載](https://downloads.wordpress.org/plugin/chartivio.1.1.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/chartivio/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/chartivio/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/chartivio/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/chartivio/#developers)

 [技術支援](https://wordpress.org/support/plugin/chartivio/)

## 外掛說明

Transform your data into a visual experience. **Chartivio** is a powerful yet user-
friendly **wordpress chart builder** that allows you to create and manage professional,**
minimalst charts** using a familiar custom post type interface.

Most **data visualization** tools are either too complex or too heavy; Chartivio
bridges that gap by offering a **lightweight charts** solution that prioritizes 
performance and aesthetics. Featuring a modern, split-screen admin UI, you can see
your changes in real-time. Whether you are building a business dashboard or a blog
infographic, Chartivio provides the **best charts** with zero coding required.

By utilizing **simple wordpress charts**, you ensure your audience stays engaged
with data that moves as they scroll, without sacrificing site speed.

### Chart Types available in Chartivio

 * **Interactive Bar Charts** – Highlight data trends with professional **data visualization**.
 * **Minimalst Line Graphs** – Keep your site fast with a **lightweight charts**
   design.
 * **Responsive Pie & Doughnut Charts** – Perfectly **responsive charts** that scale
   for any mobile device.
 * **Dynamic CSV Integration** – The easiest **csv to chart** workflow available
   for WordPress.

### Third-Party Libraries

This plugin includes the following third-party library:

 * Chart.js v4.5.1 – Licensed under MIT License
 * Source: https://www.chartjs.org/
 * Bundled locally in: assets/js/chartjs/chart.umd.min.js
 * Used for rendering interactive charts

## 螢幕擷圖

 * [[
 * **The Live Preview Engine** – Watch your **wordpress charts** update in real-
   time as you modify data or styling settings.
 * [[
 * **Split-screen Admin UI** – A modern, dual-pane interface designed for easy data
   entry and professional **data visualization**.
 * [[
 * **CSV to Chart Integration** – Effortlessly turn any CSV URL into a beautiful,**
   minimalst charts** display.
 * [[
 * **Responsive Charts Preview** – See how your work scales perfectly for a mobile-
   first **simple wordpress charts** experience.

## 安裝方式

 1. Upload the `chartivio` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to the ‘Chartivio’ menu in your sidebar to start creating your first chart.
 4. Copy the generated shortcode (e.g., `[chartivio id="XX"]`) and paste it into any
    post or page.

## 常見問題集

### How do I display a chart on my site?

Simply create your chart, copy the unique shortcode, and paste it into any Post,
Page, or Widget area.

### Can I import data from Excel?

Yes! Use our **csv to chart** feature. Save your Excel file as a .csv, upload it
or link the URL, and Chartivio handles the rest.

### How do I make my charts responsive?

All charts created with Chartivio are fully responsive by default. They automatically
adjust to fit any screen size, from mobile devices to large desktops, ensuring a
perfect viewing experience for your audience.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Chartivio〉的開發相關工作。

參與者

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

[將〈Chartivio〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/chartivio)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/chartivio/)、查看
[SVN 存放庫](https://plugins.svn.wordpress.org/chartivio/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/chartivio/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/chartivio/)。

## 變更記錄

#### 1.1.1

 * Fixed: CSV CORS issues by implementing a server-side AJAX proxy (`chartivio_fetch_csv`).
 * Added: CSS Variable support (`--chart-height`) for proportional responsive scaling
   of custom chart heights.
 * Improved: CSV parser robustness with Tab delimiter support and better quote handling.
 * Fixed: Canvas height initialization for more consistent rendering across themes.

#### 1.1.0

 * Added: Auto-delimiter detection for CSV (Comma vs Semicolon).
 * Added: UTF-8 BOM removal for cleaner CSV data parsing.
 * Added: Premium UI Error Overlay with professional vertical alignment and icons.
 * Added: Interactive ‘Shake to Fix’ functionality for CSV configuration.
 * Added: Premium animations (fade-in/slide-up) and sleeker Doughnut cutout (70%).
 * Added: Modern legend styling with circular indicators and system font stacks.
 * Improved: Performance and race-condition handling during fetch operations.
 * Improved: Frontend responsiveness for all screen sizes (Mobile, Tablet, Desktop).
 * Fixed: Selector prefix consistency across CSS/JS/PHP (chartivio- vs dc-).

#### 1.0.5

 * Fixed: Mobile responsiveness and container height issues
 * Fixed: Stray inline tags injected by WordPress formatting breaking chart dimensions
 * Improved: Tablet and mobile CSS breakpoints for embedded charts

#### 1.0.4

 * Fixed: “Publishing failed. The response is not a valid JSON response” error when
   saving charts
 * Improved: AJAX save handler stability against output from other plugins

#### 1.0.3

 * Fixed: CSV import related issue

#### 1.0.2

 * Updated: Chart.js upgraded to v4.5.1 (latest stable release)
 * Fixed: WordPress.org compliance – replaced inline scripts with wp_add_inline_script()
 * Fixed: Prefix consistency – all variables now use ‘chartivio_’ prefix
 * Enhanced: Axis title fields now hide for pie/doughnut charts (UI improvement)
 * Enhanced: Manual table – sticky action column and improved focus behavior
 * Improved: Chart initialization with auto-init fallback for better compatibility

#### 1.0.1

 * Security: Fixed XSS vulnerability in shortcode callback (added proper JSON escaping)
 * Updated: Chart.js upgraded from v4.4.1 to v4.4.7 (latest stable)
 * Fixed: Charts now properly render on frontend after creating new posts
 * Fixed: Post status automatically set to ‘publish’ when saving via AJAX
 * Enhanced: Canvas dimension handling for better Chart.js initialization
 * Enhanced: Data format detection and parsing robustness
 * Improved: Comprehensive console logging for debugging
 * Added: CDN delivery for Chart.js with security attributes

#### 1.0.0

 * Initial release.
 * Added support for Pie, Doughnut, Bar, and Line charts.
 * Implemented professional split-screen Admin UI with Live Preview.
 * Added support for Manual Data Entry and CSV Import.
 * Integrated curated color palettes and aesthetic settings.

## 中繼資料

 *  版本 **1.1.1**
 *  最後更新 **3 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/chartivio/)
 * 標籤
 * [Bar chart](https://tw.wordpress.org/plugins/tags/bar-chart/)[chart](https://tw.wordpress.org/plugins/tags/chart/)
   [charts](https://tw.wordpress.org/plugins/tags/charts/)[data visualization](https://tw.wordpress.org/plugins/tags/data-visualization/)
   [pie chart](https://tw.wordpress.org/plugins/tags/pie-chart/)
 *  [進階檢視](https://tw.wordpress.org/plugins/chartivio/advanced/)

## 評分

這個項目尚無任何評論記錄。

[新增使用者評論](https://wordpress.org/support/plugin/chartivio/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/chartivio/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/chartivio/)