Quick Overview
This manual is intended for a workflow where you configure charts (the ChartProfile asset) in the Unity Editor via EasyChartLibraryWindow.
- Menu entry:
EasyChart/Library Editor - Manual viewer:
EasyChart/Manual
Table of Contents
A. Getting Started & Workflows
- Quick overview
- Quick start: create your first chart in 2 minutes
- UIToolKit workflow (recommended)
- UGUI workflow
- Runtime data injection (UIToolKit)
- Runtime data injection (UGUI)
B. Editor & Panels
- Editor workflow and panels
- Library panel (asset tree)
- JSON Injection panel
- Preview panel
- Inspector panel
- Series panel
C. Series Configuration (Goal-Oriented)
D. Reference (Lookup by Field)
E. Updates & Roadmap
Conventions & Terminology
- ChartProfile: A chart configuration asset (reusable; previewable in the editor).
- Series / Serie: A data series (e.g. one line in a line chart, or one group of bars in a bar chart).
- SeriesData: The set of data points in a series.
- Axis: Axis configuration (
AxisType=Category/Value). - Category: Category axis (uses the
labelslist). - Value: Value axis (continuous numeric range).
Recommended Project Structure
Recommended to create a dedicated folder in your project for chart assets:
Assets/EasyChart/Library/Custom/: your ownChartProfileassetsAssets/EasyChart/Docs/Manual/: this manual (Markdown chapters)
Manual Version
- This manual will be kept in sync with EasyChart field and editor feature updates.