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://cn.wordpress.org/plugins/chartivio/#description)
 * [评价](https://cn.wordpress.org/plugins/chartivio/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/chartivio/#installation)
 * [开发进展](https://cn.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.⌉⌊The Live Preview Engine – Watch your wordpress
charts update in real-time as you modify data or styling settings.⌉[

**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.⌉⌊Split-screen Admin UI – A modern, dual-pane
interface designed for easy data entry and professional data visualization.⌉[

**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.⌉⌊CSV to Chart Integration – Effortlessly turn any CSV URL into a
beautiful, minimalst charts display.⌉[

**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.⌉⌊Responsive Charts Preview – See how your work
scales perfectly for a mobile-first simple wordpress charts experience.⌉[

**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**
 *  最后更新：**2 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/chartivio/)
 * 标签
 * [Bar chart](https://cn.wordpress.org/plugins/tags/bar-chart/)[chart](https://cn.wordpress.org/plugins/tags/chart/)
   [charts](https://cn.wordpress.org/plugins/tags/charts/)[data visualization](https://cn.wordpress.org/plugins/tags/data-visualization/)
   [pie chart](https://cn.wordpress.org/plugins/tags/pie-chart/)
 *  [高级视图](https://cn.wordpress.org/plugins/chartivio/advanced/)

## 评级

尚未提交反馈。

[Your review](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/)