zhangwenjie 121a338d00 feat: 项目源码 | 1 rok temu | |
---|---|---|
.. | ||
Editor | 1 rok temu | |
Examples | 1 rok temu | |
Plugins | 1 rok temu | |
Resources | 1 rok temu | |
Runtime | 1 rok temu | |
Editor.meta | 1 rok temu | |
Examples.meta | 1 rok temu | |
LICENSE.md | 1 rok temu | |
LICENSE.md.meta | 1 rok temu | |
Plugins.meta | 1 rok temu | |
README-en.md | 1 rok temu | |
README-en.md.meta | 1 rok temu | |
README.md | 1 rok temu | |
README.md.meta | 1 rok temu | |
Resources.meta | 1 rok temu | |
Runtime.meta | 1 rok temu | |
package.json | 1 rok temu | |
package.json.meta | 1 rok temu |
A powerful, easy-to-use, configurable charting and data visualization library for Unity.
Unity数据可视化图表插件。
中文
A powerful, easy-to-use, configurable charting and data visualization library for Unity. Supporting line, bar, pie, radar, scatter, heatmap, ring, candlestick, polar, liquid and other common chart. Also support 3d pie, 3d bar, 3d pyramid, funnel, gauge, liquid, pictorialbar, gantt, treemap and ther extended chart.
XCharts3.0 Tutorial
XCharts3.0 API
XCharts3.0 FAQ
XCharts3.0 Configurate
XCharts3.0 Changelog
XCharts3.0 Support
Time
axis.SingleAxis
.Grid
, Polar
, Radar
, SingleAxis
.Widgets
.| Case | XCharts2.0 | XCharts3.0 | Note |
| -- | -- | -- | -- |
| Fps of 2000 data line chart | 20
| 83
| Performance improvements 3
times |
| Vertices of 2000 data line chart | 36.5 k
| 6.7 k
| Vertices reduce 4
times |
| Prefab size of 2000 data line chart | 11.1 MB
| 802 KB
| Serialized file size to reduce 10
times |
| Max data of a single line chart | 4.1 k
| 19 k
| Single Serie data capacity improvement 4
times |
| Num of chart support | 11
| 23
| More than 1
times as many chart are supported |
For more examples, see XCharts-Demo, You can also go to Online Demo to see the running effect of WebGL
.
XCharts
unitypackage or source code into the project.Hierarchy
view and choose XCharts->LineChart
to create a default LineChart.Inspector
and see the real-time effects in Game
view.See more tutorial: XCharts tutorial: 5 minutes overhand tutorial
Is XCharts
free to use?
A: XCharts
uses the MIT
licence and is free to use. You can also subscribe to VIP
to enjoy more value-added services.
Does XCharts
support code to dynamically add and modify data? Does it support getting data from Excel
or a database?
A: Support code to dynamically add and modify data, but data needs to be parsed or retrieved by itself, and then added to XCharts
by calling the public interface of XCharts
.
Does this plugin work on other platforms (e.g. Winform or WPF) besides Unity?
A: It is currently only supported on Unity. Theoretically any version of Unity that supports UGUI
can run XCharts
.
email: monitor1394@gmail.com