Skip to content

Commit 4794360

Browse files
authored
Axes: Rewrite the "Primary Axis" description (ChartsCSS#37)
Rewrite the description to better represent the future "reverse-labels" capability.
1 parent 8e00fc7 commit 4794360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/axes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Class like `.show-x-axes` and `.show-y-axes` were deprecated early-on in favor o
2020

2121
The **Charts.css** axis system supports 3 types of axes:
2222

23-
* **Primary Axis** (`.show-primary-axis`) separates the labels from the chart.
23+
* **Primary Axis** (`.show-primary-axis`) is located at the point where the chart data starts.
2424
* **Secondary Axes** (`.show-*-secondary-axes`) are located inside the chart itself, parallel to the primary axis.
2525
* **Data Axes** (`.show-data-axes`) are located inside the chart itself, crossing the primary axis.
2626

0 commit comments

Comments
 (0)