Skip to content

Commit ba2e18a

Browse files
committed
docs: update
1 parent 8f38e3f commit ba2e18a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/pages/docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: overview
33
title: Overview
44
---
55

6-
React Charts is first and foremost a React component for rendering many many different variations of `cartesian` charts including, but not limited to, **line, area, bar, column and bubble charts**.
6+
React Charts is first and foremost a React component for rendering many many different variations of X/Y charts including, but not limited to, **line, area, bar, column and bubble charts**.
77

88
Outside of providing custom styling and interfacing with some D3-supported options, you do not need any knowledge of SVG to use React Charts, nor should you, since you probably have better things to do than remember how to transpose the attributes of a `rect` from a vertical to horizontal orientation or heaven forbid, calculate an columnar-voronoi for faster closest-to-point tooltip performance.
99

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const Home = props => {
9191
<div className="mt-10 lg:mt-0">
9292
<div>
9393
<h3 className="text-xl leading-6 xl:text-2xl font-bold text-gray-900">
94-
Cartesion-Only Charts
94+
X/Y-Only Charts
9595
</h3>
9696
<div className="mt-2 lg:mt-4 text-base xl:text-lg lg:leading-normal leading-6 text-gray-600">
9797
We believe data visualization is all about{' '}

0 commit comments

Comments
 (0)