Tagged articles
73 articles
Page 1 of 1
Big Data Tech Team
Big Data Tech Team
Jan 22, 2026 · Industry Insights

Top 10 Open‑Source Data Visualization Platforms You Should Know

This article presents a concise overview of ten popular open‑source data visualization tools—including Echarts, D3.js, Grafana, Plotly, Redash, Metabase, Superset, Kibana, AntV, and Pyecharts—highlighting their main features, typical use cases, and visual examples to help readers choose the right solution for their needs.

Big DataD3.jsData visualization
0 likes · 6 min read
Top 10 Open‑Source Data Visualization Platforms You Should Know
JD Tech Talk
JD Tech Talk
Oct 29, 2025 · Mobile Development

How JD Finance Accelerated Mobile Chart Rendering with ECharts and WebView Caching

This article details how JD Finance re‑engineered its complex chart rendering pipeline on the mobile app by integrating Apache ECharts via a custom WebView, introducing a reusable cache, automatic retries, and performance measurements that cut first‑screen rendering time by 200 ms and raised success rates to near 100 %.

EChartschart renderingiOS
0 likes · 7 min read
How JD Finance Accelerated Mobile Chart Rendering with ECharts and WebView Caching
JD Cloud Developers
JD Cloud Developers
Oct 29, 2025 · Mobile Development

How JD Finance Accelerated iOS Chart Rendering with ROMA and ECharts

This article details JD Finance's iOS app chart rendering challenges, the integration of Apache ECharts via a custom ROMA WebView, cache design, data communication between Native and WebView, and performance gains achieved through automated retries and WebView pooling.

EChartsPerformance OptimizationROMA
0 likes · 8 min read
How JD Finance Accelerated iOS Chart Rendering with ROMA and ECharts
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 20, 2025 · Frontend Development

Master ECharts: From Your First Chart to Advanced Data Visualizations

This comprehensive guide walks you through the fundamentals of Apache ECharts, showing how to set up the library, understand core concepts like option, series, axes, and datasets, and apply them in real‑world scenarios such as class performance analysis, subject distribution, correlation studies, and top‑student radar charts, while also covering interactivity, responsiveness, visual mapping, and animation techniques.

Data visualizationEChartscharting
0 likes · 27 min read
Master ECharts: From Your First Chart to Advanced Data Visualizations
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 4, 2025 · Frontend Development

How to Capture ECharts Charts: html2canvas vs snapdom – A Practical Guide

This article walks through setting up an ECharts combo chart, then compares html2canvas and snapdom for one‑click screenshot and download, covering installation, core code, common pitfalls, performance benchmarks, and scenario‑based selection advice to help developers choose the right tool for reliable chart export.

CompatibilityEChartsfrontend
0 likes · 19 min read
How to Capture ECharts Charts: html2canvas vs snapdom – A Practical Guide
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Aug 1, 2025 · Frontend Development

ECharts 6.0 Released: A Complete Visual and Functional Overhaul

Version 6.0 of the open‑source ECharts library introduces a sweeping visual redesign, dynamic theme switching, intelligent scatter jitter, new chord diagrams, axis breakpoints, matrix coordinate systems, label overflow protection, upgraded mark layers, and stronger custom series, making both new and existing projects more powerful and easier to develop.

Chart LibraryData visualizationECharts
0 likes · 7 min read
ECharts 6.0 Released: A Complete Visual and Functional Overhaul
Instant Consumer Technology Team
Instant Consumer Technology Team
Jul 22, 2025 · Frontend Development

What’s New in Frontend Tech? Deno, ECharts, Monorepo, Tree Shaking & More

Explore the latest frontend breakthroughs, from Deno 2.4’s revived bundle command and Apache ECharts 6.0’s visual upgrades to the JS1024 code‑golf challenge, PNG spec overhaul, a comprehensive monorepo guide, practical Web Components tips, tree‑shaking pitfalls, and an in‑depth look at TypeScript declaration merging.

DenoEChartsMonorepo
0 likes · 4 min read
What’s New in Frontend Tech? Deno, ECharts, Monorepo, Tree Shaking & More
php Courses
php Courses
May 21, 2025 · Frontend Development

Generating Charts with Labels and Legends using ECharts and PHP API

This article demonstrates how to integrate the open‑source ECharts library with a PHP backend to dynamically generate a labeled, legend‑enabled statistical chart, covering resource inclusion, data preparation in JSON, HTML container setup, and JavaScript configuration with init() and setOption() calls.

Data visualizationEChartsJavaScript
0 likes · 7 min read
Generating Charts with Labels and Legends using ECharts and PHP API
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 10, 2025 · Frontend Development

Design and Implementation of a Customizable Data Visualization Platform for Tianji Business

The Tianji team built a no‑code, component‑based visualization platform using Vue3 and Echarts, where a DSL defines reusable chart cards, tables and other widgets that users drag‑and‑drop onto a 24‑column grid, enabling real‑time, permission‑controlled, personalized dashboards that have already produced over 300 dashboards and 6,000 components for growth operations.

DSLData visualizationECharts
0 likes · 18 min read
Design and Implementation of a Customizable Data Visualization Platform for Tianji Business
php Courses
php Courses
Nov 13, 2024 · Frontend Development

Generating Statistical Charts with Labels and Legends Using ECharts and PHP

This tutorial demonstrates how to integrate the ECharts JavaScript library with a PHP backend to generate interactive statistical charts featuring labels and legends, covering resource inclusion, data preparation, HTML container setup, and JavaScript configuration with code examples.

Data visualizationEChartsJavaScript
0 likes · 6 min read
Generating Statistical Charts with Labels and Legends Using ECharts and PHP
php Courses
php Courses
Nov 5, 2024 · Backend Development

Generating Visual Statistical Charts with PHP and ECharts

This article demonstrates how to use a PHP interface to retrieve data from a MySQL database and employ the ECharts library to create dynamic visual statistical charts, guiding developers through preparation, data extraction, and chart generation steps, including code examples for a bar chart.

Data visualizationEChartsPHP
0 likes · 7 min read
Generating Visual Statistical Charts with PHP and ECharts
php Courses
php Courses
Sep 13, 2024 · Frontend Development

Generating Charts with Labels and Legends Using ECharts and a PHP API

This tutorial explains how to integrate the open‑source ECharts library with a PHP backend to produce interactive statistical charts that include custom labels and legends, providing step‑by‑step code examples for data preparation, HTML markup, and JavaScript configuration.

Data visualizationEChartsJavaScript
0 likes · 6 min read
Generating Charts with Labels and Legends Using ECharts and a PHP API
Volcano Engine Developer Services
Volcano Engine Developer Services
Aug 6, 2024 · Artificial Intelligence

How an AI-Powered Bot Turns Excel Files into Interactive Reports

This article introduces an AI‑driven Smart Report Assistant Bot that automatically converts uploaded Excel files into recommended charts, allows users to customize reports, and details the underlying workflow—including Excel parsing, LLM‑generated SQL, dynamic table creation, chart rendering with ECharts, and image‑merging plugins.

AIBotECharts
0 likes · 8 min read
How an AI-Powered Bot Turns Excel Files into Interactive Reports
Java High-Performance Architecture
Java High-Performance Architecture
May 31, 2024 · Frontend Development

How to Build a Real‑Time Data Visualization Dashboard with Echarts and Java

This guide walks you through creating a dynamic, real‑time data visualization dashboard—covering design mockups, requirement planning, architecture using Echarts for the front‑end and Java for the back‑end, JSON data handling, deployment without installation, configuration steps, code structure, and source acquisition.

DashboardData visualizationECharts
0 likes · 4 min read
How to Build a Real‑Time Data Visualization Dashboard with Echarts and Java
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 18, 2024 · Frontend Development

Implementing One‑Click Theme Switching and Custom Color Themes for ECharts in Vue3 with TypeScript

This article demonstrates how to integrate ECharts into a Vue3 + TypeScript project, create a reusable useEcharts hook for rendering charts, implement one‑click theme switching, and generate custom chart themes from user‑selected colors using the tvision‑color library and Pinia store management.

Custom ColorsEChartsTheme Switching
0 likes · 10 min read
Implementing One‑Click Theme Switching and Custom Color Themes for ECharts in Vue3 with TypeScript
Laravel Tech Community
Laravel Tech Community
Jul 18, 2023 · Frontend Development

Apache ECharts 5.4.3 Release: New Features and Bug Fixes

Apache ECharts 5.4.3, the open‑source JavaScript visualization library, introduces new features such as axisPointer triggerEmphasis, Sankey trajectory for emphasis, and numerous bug fixes across components like Sankey, Sunburst, Graph, Label, Axis, Pie, Custom, Legend, Util, API, i18n, and Type handling.

Data visualizationEChartsRelease Notes
0 likes · 3 min read
Apache ECharts 5.4.3 Release: New Features and Bug Fixes
Java Captain
Java Captain
Jun 30, 2023 · Frontend Development

Data Visualization Dashboard Project: Architecture, Configuration, and Code Overview

This article presents a complete guide to building a data‑visualization big‑screen dashboard, covering effect screenshots, requirement specifications, overall architecture, development environment setup, JSON library configuration, code structure, startup commands, browser access, and source‑code acquisition.

DashboardData visualizationECharts
0 likes · 4 min read
Data Visualization Dashboard Project: Architecture, Configuration, and Code Overview
Java Captain
Java Captain
Jun 18, 2023 · Frontend Development

Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend

This tutorial details how to create a dynamic, real-time updating data visualization dashboard using Echarts for the frontend and a Java Web backend, covering requirement analysis, architecture design, environment setup, code structure, deployment commands, and source code acquisition.

DashboardData visualizationECharts
0 likes · 4 min read
Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend
Java Captain
Java Captain
May 26, 2023 · Frontend Development

Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend

This article demonstrates how to create a dynamic, real‑time data visualization dashboard using the Echarts library on the front end and a Java‑based backend, covering requirements analysis, architecture design, environment setup, code structure, deployment, and source‑code acquisition.

DashboardData visualizationECharts
0 likes · 4 min read
Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend
Architecture Digest
Architecture Digest
May 20, 2023 · Frontend Development

Technical Guide to Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend

This article presents a step‑by‑step technical guide for creating a real‑time, dynamic data‑visualization dashboard using Echarts on the front end and a Java‑based backend, covering design screenshots, requirement analysis, architecture, configuration, code structure, deployment commands, and source‑code acquisition.

DashboardData visualizationDeployment
0 likes · 5 min read
Technical Guide to Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend
Java Captain
Java Captain
May 14, 2023 · Frontend Development

Data Visualization Dashboard Project: Architecture, Configuration, and Code Overview

This article presents a step‑by‑step guide to building a real‑time data‑visualization dashboard using Echarts on the front end and Java on the back end, covering design mockups, requirement analysis, system architecture, development environment setup, code structure, and deployment instructions.

ConfigurationEChartsFront-end
0 likes · 5 min read
Data Visualization Dashboard Project: Architecture, Configuration, and Code Overview
Alipay Experience Technology
Alipay Experience Technology
Apr 25, 2023 · Frontend Development

How a 100‑Line React Chart Library Sparked a Decade of Open‑Source Leadership

This interview chronicles Wang Zhiwei’s journey from a university student experimenting with GitHub to the CTO of AntV, highlighting how his 100‑line Echarts‑for‑React component launched a thriving open‑source career, shaped Ant Group’s culture, and offers practical advice for developers eager to contribute to open source.

AntVData visualizationDeveloper Experience
0 likes · 10 min read
How a 100‑Line React Chart Library Sparked a Decade of Open‑Source Leadership
政采云技术
政采云技术
Apr 12, 2023 · Frontend Development

ZRender and ECharts: A Comprehensive Guide to 2D Graphics Rendering

This article provides an in-depth exploration of ZRender, a lightweight 2D graphics rendering engine, and its relationship with ECharts, covering installation, basic usage, drawing shapes, interactive effects, and practical applications.

2D GraphicsCanvas RenderingData visualization
0 likes · 10 min read
ZRender and ECharts: A Comprehensive Guide to 2D Graphics Rendering
Java Captain
Java Captain
Mar 26, 2023 · Frontend Development

Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend

This article demonstrates how to create a dynamic, real‑time data visualization dashboard using Echarts on the front‑end and a Java Web backend, covering requirements, architecture, configuration, code structure, deployment, and source‑code acquisition, with screenshots and a Maven dependency example.

DashboardData visualizationECharts
0 likes · 4 min read
Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 25, 2022 · Frontend Development

ECharts Configuration‑Driven Development: From Basics to Advanced Component Design

This article explains why ECharts is a popular choice for large‑screen dashboards, introduces the configuration‑driven mindset, demonstrates graphic and animation techniques, and walks through building a reusable Vue 3 base component with dynamic resizing, theming, and empty‑state handling.

ConfigurationData visualizationECharts
0 likes · 13 min read
ECharts Configuration‑Driven Development: From Basics to Advanced Component Design
GuanYuan Data Tech Team
GuanYuan Data Tech Team
Nov 10, 2022 · Frontend Development

How to Build Plugin‑Based Custom Charts with Web Components in a React Data Platform

This article explains why a data‑analysis platform needs a plugin architecture for custom charts, compares iframe‑based and Web Components approaches, shows how to implement a lightweight ECharts‑based chart plugin, and provides step‑by‑step code samples and technical selection criteria for frontend developers.

Custom ChartsEChartsJavaScript
0 likes · 17 min read
How to Build Plugin‑Based Custom Charts with Web Components in a React Data Platform
Java Captain
Java Captain
Oct 30, 2022 · Frontend Development

Technical Guide to Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend

This article presents a step‑by‑step tutorial for creating a dynamic, real‑time data visualization dashboard using Echarts on the front end and a Java‑based backend, covering design mockups, requirement analysis, architecture, environment setup, code structure, deployment commands, and source code acquisition.

EChartsJSONJava
0 likes · 4 min read
Technical Guide to Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend
Java Captain
Java Captain
Sep 24, 2022 · Frontend Development

Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend

This article presents a step‑by‑step guide to creating a real‑time data‑visualization dashboard using Echarts on the front end and a Java Web backend, covering requirement analysis, architecture design, environment setup, code structure, deployment, and how to obtain the source code.

DashboardData visualizationECharts
0 likes · 5 min read
Building a Real-Time Data Visualization Dashboard with Echarts and Java Backend
Laravel Tech Community
Laravel Tech Community
Jun 15, 2022 · Frontend Development

Apache ECharts 5.3.3 Release: New Features and Bug Fixes

Apache ECharts 5.3.3 has been released, introducing new stacking strategies for bar charts, tree focus support, boolean selectedMode for visualMap, and a series of bug fixes across line, tree, graph, radar, geo, tooltip, dataZoom, markLine, markArea, axis, graphic, decal, radialGradient, and type definitions.

Data visualizationEChartsJavaScript
0 likes · 4 min read
Apache ECharts 5.3.3 Release: New Features and Bug Fixes
Java Captain
Java Captain
Jun 11, 2022 · Frontend Development

Full-Stack Dashboard Implementation Using Echarts, Java Web Backend, and JSON Data

This article presents a step-by-step guide to building a full-screen dashboard for LED displays, detailing requirement analysis, deployment options, overall architecture, key front‑end HTML/CSS layout, Echarts visualizations, back‑end Java REST API, JSON data handling, and configuration instructions.

BackendEChartsJSON
0 likes · 10 min read
Full-Stack Dashboard Implementation Using Echarts, Java Web Backend, and JSON Data
Baidu Geek Talk
Baidu Geek Talk
Apr 27, 2022 · Frontend Development

Apache Software Foundation Announces New Members Including Apache ECharts PMC Member

The Apache Software Foundation announced new members, highlighting Xianzhe—an Apache ECharts PMC member who helped guide ECharts from Baidu donation through incubation to top‑level status and now serves on the Incubator PMC, supporting other projects and the Beijing local community while embracing her honor and responsibility.

Apache Software FoundationCommunity BuildingECharts
0 likes · 3 min read
Apache Software Foundation Announces New Members Including Apache ECharts PMC Member
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 1, 2022 · Frontend Development

Comprehensive Guide to Building a Vue 3 + Vite + TypeScript Project with Full Tooling and Best Practices

This tutorial walks through setting up a modern Vue 3 development environment using Vite, TypeScript, ESLint, Stylelint, Pinia, Vue‑Router, Naive UI, ECharts, and Axios, covering Node.js installation, project scaffolding, configuration files, code standards, git hooks, and integration steps for each library.

EChartsNaive UIVite
0 likes · 37 min read
Comprehensive Guide to Building a Vue 3 + Vite + TypeScript Project with Full Tooling and Best Practices
MaGe Linux Operations
MaGe Linux Operations
Jan 17, 2022 · Frontend Development

Create Interactive Maps with pyecharts: A Step‑by‑Step Python Guide

This tutorial introduces pyecharts, the Python wrapper for Baidu's Echarts library, explains how it generates a render.html file, and provides complete code examples for drawing various map visualizations—including basic maps, maps without labels, visual‑mapped maps, world maps, and regional maps—while also showing how to replace the dummy data with your own dataset.

Data visualizationEChartsPyecharts
0 likes · 4 min read
Create Interactive Maps with pyecharts: A Step‑by‑Step Python Guide
Beike Product & Technology
Beike Product & Technology
Dec 3, 2021 · Frontend Development

Practical Guide to Relationship Graph Visualization: Tool Selection, Implementation with D3 and G6, and Optimization

This article introduces relationship graph visualization, compares common front‑end chart libraries such as ECharts, D3, and G6, explains why D3 and G6 were chosen for a real‑world case, and discusses performance‑related optimizations and layout improvements for large‑scale graph data.

EChartsG6Graph Visualization
0 likes · 12 min read
Practical Guide to Relationship Graph Visualization: Tool Selection, Implementation with D3 and G6, and Optimization
Java Captain
Java Captain
Jan 16, 2021 · Backend Development

Cinema Ticketing System Project Overview

This article presents a cinema ticketing system built with the SSM framework, MySQL, Redis, Alipay sandbox, LayUI, and Baidu ECharts, highlighting its architecture, features such as payment and seat selection, and providing source code link and screenshots.

AlipayEChartsMyBatis
0 likes · 1 min read
Cinema Ticketing System Project Overview
Laravel Tech Community
Laravel Tech Community
Aug 31, 2020 · Frontend Development

Apache ECharts 4.9.0 Release Highlights and New Features

Apache ECharts 4.9.0, an open‑source JavaScript charting library incubated by Apache, introduces new features such as polygon graph connections and horizontal funnel orientation, adds tooltip text shadow and brush style options, and resolves numerous bugs across components like toolbox, tooltip, and bar charts.

Chart LibraryData visualizationECharts
0 likes · 4 min read
Apache ECharts 4.9.0 Release Highlights and New Features
Python Programming Learning Circle
Python Programming Learning Circle
Apr 15, 2020 · Frontend Development

Using pyecharts in Python to Create Interactive Charts

This article introduces the Python library pyecharts, explains its background from ECharts, shows how to install it, and provides step‑by‑step examples—including creating bar and pie charts from Chengdu statistical data—while detailing the underlying code and rendering process for effective data visualization.

EChartscharts
0 likes · 7 min read
Using pyecharts in Python to Create Interactive Charts
Programmer DD
Programmer DD
Feb 25, 2020 · Backend Development

How to Integrate ECharts into a Spring Boot Application for Dynamic Charts

This tutorial demonstrates how to add Baidu's ECharts JavaScript visualization library to a Spring Boot backend, covering project setup, Maven dependencies, controller creation, Thymeleaf template configuration, and rendering a line chart in the browser.

Backend DevelopmentData visualizationECharts
0 likes · 8 min read
How to Integrate ECharts into a Spring Boot Application for Dynamic Charts
MaGe Linux Operations
MaGe Linux Operations
Jul 22, 2019 · Frontend Development

Unlock Data Visualizations with pyecharts: Installation to Advanced Combinations

This comprehensive guide walks you through installing pyecharts, creating basic charts such as bar, line, scatter, boxplot, word cloud, and geographic maps, customizing themes, axes, data zoom, and styles, and mastering chart combinations like Grid, Overlap, Page, and Timeline to build sophisticated visualizations.

Data visualizationEChartsPython
0 likes · 27 min read
Unlock Data Visualizations with pyecharts: Installation to Advanced Combinations
MaGe Linux Operations
MaGe Linux Operations
Oct 31, 2017 · Operations

Build Custom Zabbix Dashboards with Python and ECharts

This tutorial walks through using the Zabbix API with the pyzabbix Python library to retrieve monitoring data, then visualizes it with ECharts, showing step‑by‑step how to create personalized monitoring pages for better operational insight.

APIAutomationECharts
0 likes · 9 min read
Build Custom Zabbix Dashboards with Python and ECharts