Tagged articles
6 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 26, 2024 · Mobile Development

Building a Customizable Pie Chart Component with Jetpack Compose

This article demonstrates how to build a customizable pie chart component in Jetpack Compose, covering data preparation, drawing solid and ring styles, adding animated transitions, configuring description positions, and supporting multiple dimensions with a grid layout, providing complete Kotlin code examples.

AndroidJetpack ComposeKotlin
0 likes · 9 min read
Building a Customizable Pie Chart Component with Jetpack Compose
FunTester
FunTester
Sep 21, 2019 · Fundamentals

Creating Pie Charts with Python Plotly: A Simple Tutorial

This article demonstrates how to generate a simple pie chart using Python's Plotly library, providing step‑by‑step code, explanation of the class structure, and a visual example for beginners; it also shares the resulting chart image and links to additional technical resources.

Data visualizationpie chart
0 likes · 3 min read
Creating Pie Charts with Python Plotly: A Simple Tutorial