Basic example
Point values (x and y) must be in the range 0 to 1.
Syntax
Title
Add a title to describe the chart:X-axis
Define x-axis labels:Y-axis
Define y-axis labels:Quadrant labels
Label each quadrant:Points
Plot points with x,y coordinates (0-1 range):Point styling
Direct styling
Style individual points:Class styling
Define reusable styles:Available style properties
Available style properties
| Parameter | Description |
|---|---|
color | Fill color of the point |
radius | Radius of the point |
stroke-width | Border width of the point |
stroke-color | Border color of the point |
Configuration
Customize chart appearance:Chart configuration options
Chart configuration options
| Parameter | Description | Default |
|---|---|---|
chartWidth | Width of the chart | 500 |
chartHeight | Height of the chart | 500 |
titlePadding | Top and bottom padding of title | 10 |
titleFontSize | Title font size | 20 |
quadrantPadding | Padding outside quadrants | 5 |
quadrantLabelFontSize | Quadrant text font size | 16 |
quadrantInternalBorderStrokeWidth | Internal border width | 1 |
quadrantExternalBorderStrokeWidth | External border width | 2 |
xAxisLabelFontSize | X-axis text font size | 16 |
xAxisLabelPadding | X-axis text padding | 5 |
yAxisLabelFontSize | Y-axis text font size | 16 |
yAxisLabelPadding | Y-axis text padding | 5 |
pointTextPadding | Padding between point and text | 5 |
pointLabelFontSize | Point text font size | 12 |
pointRadius | Default point radius | 5 |
Theme variables
Theme variables
| Variable | Description |
|---|---|
quadrant1Fill | Top right quadrant fill color |
quadrant2Fill | Top left quadrant fill color |
quadrant3Fill | Bottom left quadrant fill color |
quadrant4Fill | Bottom right quadrant fill color |
quadrant1TextFill | Top right quadrant text color |
quadrant2TextFill | Top left quadrant text color |
quadrant3TextFill | Bottom left quadrant text color |
quadrant4TextFill | Bottom right quadrant text color |
quadrantPointFill | Points fill color |
quadrantPointTextFill | Points text color |
quadrantXAxisTextFill | X-axis text color |
quadrantYAxisTextFill | Y-axis text color |
quadrantInternalBorderStrokeFill | Internal border color |
quadrantExternalBorderStrokeFill | External border color |
quadrantTitleFill | Title color |