Tag

Recharts

1 views collected around this technical thread.

Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Mar 29, 2020 · Frontend Development

How to Master Custom Charts with Recharts: Tips, Tricks, and Pitfalls

This tutorial walks through using Recharts in a React project to build highly customizable pie and bar charts, covering background requirements, library selection criteria, core Recharts features, step‑by‑step implementations of ring‑shaped pies with hover effects, gradient bars with rounded tops, SVG path tricks, and final reflections on abstraction and component choices.

CustomChartsDataVisualizationRecharts
0 likes · 18 min read
How to Master Custom Charts with Recharts: Tips, Tricks, and Pitfalls
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Sep 3, 2019 · Frontend Development

Building Interactive Exam Charts with Recharts, SVG and CSS Mask in React

This article details how to redesign a learning report by selecting a lightweight React‑compatible visualization library, implementing exam score line charts with Recharts, customizing SVG labels and Bezier curves, creating a carousel bar chart, and using CSS‑mask techniques to render non‑continuous status bars.

Bezier CurveRechartscss
0 likes · 12 min read
Building Interactive Exam Charts with Recharts, SVG and CSS Mask in React