piechart
Here are 79 public repositories matching this topic...
可以高度自定义的图表框架。柱状图、折线图、雷达图、饼图、K线图、分时图。
-
Updated
Aug 20, 2021 - Objective-C
-
Updated
Apr 22, 2022 - TypeScript
Visual is a Javascript library for data visualization developed by the Statistical Institute of Catalonia (Idescat). It is based on popular open source solutions. Visual offers a simple interface that encapsulates the complexity of these solutions for the most common chart types.
-
Updated
Feb 14, 2022 - JavaScript
Simple and elegant pie chart for iOS applications
-
Updated
Oct 27, 2018 - Objective-C
If you want to add circular pie chart in your application then RingPieChart can be a good choice containing number of animations and its Easy to use framework
-
Updated
Mar 11, 2020 - Swift
Android library for drawing Pie charts and Donut charts with the ability to customize almost anything in it.
-
Updated
Mar 8, 2022 - Kotlin
Cool dashboard implementation with an animated pie chart.
-
Updated
Sep 3, 2018 - Java
An Android App to see the statistics of Covid 19 around world.
-
Updated
Apr 23, 2020
-
Updated
Apr 16, 2018 - Objective-C
A simple React chart library
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Java
A Covid cases tracking Android app built for learning purposes. This app uses Covid public API to fetch the relevant covid cases data about the searched country. If the user visits the searched country covid details page, it saves the visited country details data in the history section using the Realm Mongo Database.
-
Updated
Jun 23, 2021 - Kotlin
Plotly.js wrapper for CakePHP apps ; provides a convenient Helper to draw charts into apps Templates
-
Updated
Oct 23, 2017 - PHP
Pie Chart Maker using Elixir, Phoenix LiveView and SVG. (Demo: https://art-code.herokuapp.com/piechart)
-
Updated
Sep 30, 2019 - Elixir
In this tutorial i will show you how to create dynamic pie chart in laravel 8, Pie charts are use to representing data in graphics view, for creation of dynamic pie chart example you need to create model, controller, route, blade file and database
-
Updated
Oct 2, 2020 - PHP
Simple Pie Chart library for android
-
Updated
Oct 7, 2020 - Kotlin
Udacity Data Analyst Nanodegree - Project II
-
Updated
Jun 27, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the piechart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the piechart topic, visit your repo's landing page and select "manage topics."


** Don't make a duplicate issue.
You can search in issues to make sure there isn't any already opened issue with your concern.
Describe the bug
BarChart completely ignores the x value from BarChartGroupData and set the bar in the same order as occurs on the list passed to parameter barGroups. After changing the order on the list barGroups result chart should look the same as before.