Tag

ECharts

0 views collected around this technical thread.

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.

EChartsJavaScriptPHP
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.

DSLEChartsVue3
0 likes · 18 min read
Design and Implementation of a Customizable Data Visualization Platform for Tianji Business
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 26, 2025 · Artificial Intelligence

Using Figma MCP with Cursor AI IDE: A Step-by-Step Guide

This tutorial explains how to set up and use the open‑source Figma MCP service with the Cursor AI IDE, covering API key creation, server configuration, command‑line startup, JSON setup, and a React ECharts example, plus troubleshooting tips for successful integration.

AI IDECursorECharts
0 likes · 6 min read
Using Figma MCP with Cursor AI IDE: A Step-by-Step Guide
php中文网 Courses
php中文网 Courses
Feb 25, 2025 · Frontend Development

Generating Interactive Charts with PHP and ECharts: A Step‑by‑Step Guide

This tutorial explains how to use a PHP interface together with the ECharts JavaScript library and a MySQL database to fetch data, process it on the server, and render dynamic, interactive bar charts in a web page for effective data visualization.

ChartingEChartsJavaScript
0 likes · 7 min read
Generating Interactive Charts with PHP and ECharts: A Step‑by‑Step Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 15, 2024 · Frontend Development

Integrating Echarts into UniApp Mini‑Programs: Vue2 and Vue3 Implementation Guide

This tutorial consolidates the fragmented knowledge about using Echarts in UniApp mini‑programs, detailing library choices, installation steps, complete code examples for both Vue2 and Vue3 projects, and common pitfalls with practical solutions.

ChartingEChartsMiniProgram
0 likes · 12 min read
Integrating Echarts into UniApp Mini‑Programs: Vue2 and Vue3 Implementation Guide
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.

EChartsJavaScriptPHP
0 likes · 6 min read
Generating Statistical Charts with Labels and Legends Using ECharts and PHP
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 13, 2024 · Frontend Development

Implementing Map Drill-Down in ECharts: A Step-by-Step Guide

This article explains how to create a complete map drill‑down feature in ECharts, covering data preparation, chart initialization, event handling, dynamic rendering, navigation controls, custom tooltips, and best‑practice tips for interactive geographic visualizations.

EChartsJavaScriptMap Drill-Down
0 likes · 14 min read
Implementing Map Drill-Down in ECharts: A Step-by-Step Guide
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.

Bar ChartEChartsMySQL
0 likes · 7 min read
Generating Visual Statistical Charts with PHP and ECharts
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 19, 2024 · Frontend Development

Web Tool for Comparing Commute Distances Using AMap API, Vue, and ECharts

This article describes a personal project that automates the calculation of commuting distances and times between multiple residential areas and two workplace locations by leveraging the AMap API within a Vue‑based frontend, generating Excel reports and visual charts for easy comparison.

AMapAPIECharts
0 likes · 18 min read
Web Tool for Comparing Commute Distances Using AMap API, Vue, and ECharts
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 29, 2024 · Frontend Development

Optimizing ECharts Integration in Vue and React with Lazy Loading, Theme Switching, and DOM Observation

This article presents a comprehensive solution for integrating ECharts into Vue and React projects, addressing bundle size, API complexity, and lack of CSS‑variable support by introducing custom imports, a draw helper, MutationObserver‑based resizing, theme‑aware color replacement, lazy loading, and usage examples for both frameworks.

EChartsMutationObserverReact
0 likes · 18 min read
Optimizing ECharts Integration in Vue and React with Lazy Loading, Theme Switching, and DOM Observation
php中文网 Courses
php中文网 Courses
Sep 23, 2024 · Backend Development

Generating Visual Statistical Charts with PHP and ECharts

This tutorial explains how to retrieve data from a MySQL database using PHP, process it, and render interactive bar charts with the ECharts library, providing step‑by‑step instructions, sample code, and best practices for creating data visualizations in web applications.

EChartsMySQLPHP
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.

EChartsJavaScriptPHP
0 likes · 6 min read
Generating Charts with Labels and Legends Using ECharts and a PHP API
php中文网 Courses
php中文网 Courses
Sep 9, 2024 · Information Security

Encrypting and Decrypting Data in PHP for Secure ECharts Visualizations

This tutorial explains how to encrypt sensitive data with PHP's OpenSSL functions, decrypt it, and then safely feed the decrypted results to ECharts to render interactive statistical charts, providing complete code examples for each step.

EChartsOpenSSLPHP
0 likes · 8 min read
Encrypting and Decrypting Data in PHP for Secure ECharts Visualizations
Python Programming Learning Circle
Python Programming Learning Circle
Sep 5, 2024 · Backend Development

Tourism Comment Data Collection and Visualization Dashboard Using Python Flask

This article describes a Python Flask‑based system that crawls tourism site reviews, processes the data with pandas, stores it in MySQL, and visualizes sentiment analysis, keyword frequencies, and rating trends through interactive ECharts charts on a responsive web dashboard.

EChartsFlaskMySQL
0 likes · 8 min read
Tourism Comment Data Collection and Visualization Dashboard Using Python Flask
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 4, 2024 · Frontend Development

Implementing Map Drill‑Down with Echarts in Vue 3

This tutorial demonstrates how to create an interactive Echarts map that supports drill‑down to county level and back navigation using Vue 3, vue‑echarts, and Vite, covering data acquisition, option configuration, event handling, and full component code.

EChartsJavaScriptMap Drill-Down
0 likes · 10 min read
Implementing Map Drill‑Down with Echarts in Vue 3
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 ColorsEChartsPinia
0 likes · 10 min read
Implementing One‑Click Theme Switching and Custom Color Themes for ECharts in Vue3 with TypeScript
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 6, 2024 · Frontend Development

Implementing 3D Maps with ECharts in Vue: From 2D to 3D with Configuration and Code Samples

This tutorial walks through creating a 3D map in a Vue project using ECharts, covering JSON map import, 2D to 3D conversion, region labeling, default and interactive highlighting, background gradients, realistic materials, 3D bar charts, and lighting effects with complete code examples.

3D MapEChartsGeo Visualization
0 likes · 12 min read
Implementing 3D Maps with ECharts in Vue: From 2D to 3D with Configuration and Code Samples
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 10, 2023 · Frontend Development

Integrating ECharts with Vue 3 and TypeScript: A Practical Guide

This article demonstrates how to set up and use ECharts in a Vue 3 project with TypeScript, providing a reusable library, type definitions, a composable hook, and example components to render various chart types efficiently.

EChartsJavaScriptTypeScript
0 likes · 6 min read
Integrating ECharts with Vue 3 and TypeScript: A Practical Guide
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.

EChartsJavaScriptRelease Notes
0 likes · 3 min read
Apache ECharts 5.4.3 Release: New Features and Bug Fixes