Create your first chart in 30 seconds
Import Cristalyse
Prepare Your Data
Build Your Chart
labels
parameter takes any function that converts a number to a string:
📊 Data
.data()
- Your dataset as a List of Map objects🎨 Mapping
.mapping()
- Connect data columns to visual properties (x, y, color, size)⭐ Geometry
.geomPoint()
, .geomLine()
, .geomBar()
- How to visualize the data📏 Scales
.scaleXContinuous()
, .scaleYContinuous()
- Transform data to screen coordinates🎨 Theme
.theme()
- Colors, fonts, and visual styling