Title: Chartivio
Author: rachanapaudel26
Published: <strong>जानेवारी 27, 2026</strong>
Last modified: एप्रिल 2, 2026

---

प्लगइन शोधा

![](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://mr.wordpress.org/plugins/chartivio/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/chartivio/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/chartivio/#installation)
 * [डेव्हलोपमेंट](https://mr.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/)
तपासा, किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/chartivio/) च्या
[RSS](https://plugins.trac.wordpress.org/log/chartivio/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 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 पेक्षा कमी**
 *  वर्डप्रेस आवृत्ती ** 5.0 किंवा मोठा **
 *  परीक्षित केले आहे **6.9.4**
 *  PHP आवृत्ती ** 7.4 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/chartivio/)
 * टॅग्ज:
 * [Bar chart](https://mr.wordpress.org/plugins/tags/bar-chart/)[chart](https://mr.wordpress.org/plugins/tags/chart/)
   [charts](https://mr.wordpress.org/plugins/tags/charts/)[data visualization](https://mr.wordpress.org/plugins/tags/data-visualization/)
   [pie chart](https://mr.wordpress.org/plugins/tags/pie-chart/)
 *  [प्रगत दृश्य](https://mr.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/)