Quick Overview

easy-chart-lit · Manual

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

B. Editor & Panels

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 labels list).
  • Value: Value axis (continuous numeric range).

Recommended to create a dedicated folder in your project for chart assets:

  • Assets/EasyChart/Library/Custom/: your own ChartProfile assets
  • Assets/EasyChart/Docs/Manual/: this manual (Markdown chapters)

Manual Version

  • This manual will be kept in sync with EasyChart field and editor feature updates.