mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-11-12 10:15:19 +01:00
fix #36 - PieChart always getting input
This commit is contained in:
parent
ed90863a1d
commit
a1bea161fa
22
README.md
22
README.md
@ -3,13 +3,16 @@
|
||||
<img src="https://github.com/fenix-hub/ColoredBadges/blob/master/svg/social/discord.svg" alt="react" style="vertical-align:top; margin:6px 4px">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<img src="addons/easy_charts/icon.png" align="left" width="64" height="64">
|
||||
|
||||
# Easy Charts
|
||||
A library of Charts plotted in Control, 2D and 3D nodes to visualize general purpose datasets.
|
||||
Author: *"Nicolo (fenix) Santilio"*
|
||||
Version: *0.5.3*
|
||||
Wiki: *[wip](https://github.com/fenix-hub/godot-engine.easy-charts/wiki)*
|
||||
Godot Version: *3.2stable*
|
||||
Godot Version: *3.2stable*
|
||||
|
||||
## What is this?
|
||||
*Easy Charts* is a collection of Control, 2D and 3D nodes to plot charts.
|
||||
This plugin was born from the personal necessity to plot some charts and tables for my university degree project.
|
||||
@ -19,37 +22,44 @@ If you need to plot a chart with some values in it and just take a screenshot, o
|
||||
![st](imgs/startup_company2.jpg)
|
||||
[*Startup Company*](https://store.steampowered.com/app/606800/Startup_Company/)
|
||||
![wa](imgs/workplace_analytics.png)
|
||||
[*Microsoft Workplace Analytics*](https://www.microsoft.com/microsoft-365/partners/workplaceanalytics)
|
||||
[*Microsoft Workplace Analytics*](https://www.microsoft.com/microsoft-365/partners/workplaceanalytics)
|
||||
|
||||
## How does it work?
|
||||
There is a [WIKI](https://github.com/fenix-hub/godot-engine.easy-charts/wiki) with some tutorials, even if it is a work in progress.
|
||||
I'll make some videos as soon as possible.
|
||||
|
||||
# Available Charts and when to use them
|
||||
This library offers a set of charts for each main Godot Node:
|
||||
- **Control Nodes:** "Control Charts" are fast Charts that can be plotted in a Control space, such as UIs or Control user interactable areas. They offer basic Control properties, such as Margins, size inheritance and control. No animations, no real time changes, just charts.
|
||||
- **2D Nodes:** "2D Charts" are a set of Charts which can be Used in 2D spaces. They offer additional tools, such as animations and real time changes in editor. They can be used to implement more aesthetic charts in 2D contexts.
|
||||
- **[wip] 3D Nodes:** "3D Charts" are a set of Charts which can be Used in both 2D and 3D spaces. They offer the possibility to plot 3D datasets, which are common in machine learning contexts or just data analysis. A Camera Control will also be available, which can be used to move around the chart.
|
||||
- **[wip] 3D Nodes:** "3D Charts" are a set of Charts which can be Used in both 2D and 3D spaces. They offer the possibility to plot 3D datasets, which are common in machine learning contexts or just data analysis. A Camera Control will also be available, which can be used to move around the chart.
|
||||
|
||||
### Available Charts
|
||||
- LineChart [Control, 2D, wip 3D]
|
||||
- ColumnChart [Control, 2D, wipr 3D]
|
||||
- ScatterChart [wip Control, wip 2D, 3D]
|
||||
- Piechart [Control]
|
||||
- RadarChart [Control]
|
||||
- RadarChart [Control]
|
||||
|
||||
### WIP Charts
|
||||
- Area Chart
|
||||
- Donut Chart
|
||||
- Bubble Chart
|
||||
- Parliament Chart
|
||||
- Parliament Chart
|
||||
|
||||
### Some Examples
|
||||
![example_LineChart_realtime](imgs/real_time_line.gif)
|
||||
![example_Piechart](imgs/pie_chart_realtime.gif)
|
||||
![exampleradar](imgs/radar.png)
|
||||
![example01](imgs/scatter.gif)
|
||||
![example02](imgs/example02.png)
|
||||
![example03](imgs/example03.gif)
|
||||
![example03](imgs/example03.gif)
|
||||
|
||||
##### Some references for charts and plots
|
||||
[Flourish](https://app.flourish.studio/projects)
|
||||
[Chart.js](https://www.chartjs.org/samples/latest/)
|
||||
[Google Charts](https://developers.google.com/chart)
|
||||
|
||||
# Disclaimer
|
||||
This addon was built for a **personal use** intention. It was released as an open source plugin in the hope that it could be useful to the Godot Engine Community.
|
||||
As a "work in progress" project, there is *no warranty* for any eventual issue and bug that may broke your project.
|
||||
|
Loading…
Reference in New Issue
Block a user