Skip to content

Commit 11183a4

Browse files
authored
Merge pull request ChartsCSS#14 from ramiy/main
Add animated logo + fix typos
2 parents e28b89a + a5af7e2 commit 11183a4

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<div align="center">
2+
<img width="300" src="https://chartscss.org/assets/img/logo-animation.svg" alt="Charts.css Logo">
3+
</div>
4+
15
# ChartsCSS.org
26

37
Documentation explaining how to use [charts.css](https://github.com/ChartsCSS/charts.css).

src/components/axes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Class like `.show-x-axes` and `.show-y-axes` deprecated early-on in favor of `.s
3232

3333
### Supported Axes
3434

35-
**Chart.css** axis system supports 3 types of axes:
35+
**Charts.css** axis system supports 3 types of axes:
3636

3737
* **Primary Axis** (`.show-primary-axis`) separating the labels from the chart.
3838
* **Secondary Axes** (`.show-*-secondary-axes`) located inside the chart itself, parallel to the primary axis.

src/components/datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ As you can see we have an issue with colors in our datasets. Continue reading to
103103

104104
## Datasets Colors
105105

106-
By default, **Chart.css** assumes you use a single dataset. The framework uses different colors for each data record.
106+
By default, **Charts.css** assumes you use a single dataset. The framework uses different colors for each data record.
107107

108108
On charts with multiple datasets you should add the `.multiple` class to make the framework use different color for each dataset.
109109

src/components/reverse-order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Generally speaking, the framework doesn't deal with data - it only styles the da
1212

1313
But in some unique cases you don't have access to the HTML markup. In other cases you receive an auto-generate HTML table from a backend server you have no control over.
1414

15-
You can use JS to alter the content, but **Chart.css** has two utility classes that can change displayed order without changing the HTML markup.
15+
You can use JS to alter the content, but **Charts.css** has two utility classes that can change displayed order without changing the HTML markup.
1616

1717
Note: Before changing content order using CSS, make sure there are no focusable elements (`<button>`, `<a>` etc.). It can be very confusing for users using a keyboard.
1818

src/development/roadmap.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ Planned development and the release of new chart types:
1313

1414
* ~~**October 2020** - Bar chart & Column chart.~~
1515

16-
* ~~**November 2020** - Area Chart & Line Chart.~~
16+
* ~~**November 2020** - Area chart & Line chart.~~
1717

1818
* **Q3 2021** - Radial chart.
1919

2020
* **Q3 2021** - Pie chart.
2121

22-
* **Q4 2021** - Radial chart.
23-
2422
* **Q4 2021** - Polar Chart.
2523

2624
* **Q4 2021** - Radar Chart.
@@ -29,7 +27,7 @@ Planned development and the release of new chart types:
2927

3028
The framework should implement new features and components. Not necessarily in that order, the long term goals are:
3129

32-
* **More Chart types** - Add more chart types, start with radial and pie charts.
30+
* **More Chart Types** - Add more chart types, start with radial and pie charts.
3331

3432
* **Dual Axes Labels** - Support two independent secondary-labels, one dataset on each side.
3533

0 commit comments

Comments
 (0)