Skip to content

Commit

Permalink
fix: update supported ng versions table and general info page
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 21, 2023
1 parent a127f92 commit 387aa8b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Beautiful charts for Angular based on Chart.js

[![NPM](https://nodei.co/npm/ng2-charts.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/ng2-charts)
[![NPM](https://nodei.co/npm-dl/ng2-charts.png?height=3&months=9)](https://npmjs.org/ng2-charts)

# Usage & Demo

Samples using `ng2-charts`
Expand Down Expand Up @@ -75,6 +72,7 @@ imports: [NgChartsModule];
<td>v2.x</td>
<td>v3.x</td>
<td>v4.x</td>
<td>v5.x</td>
</tr>

<tr>
Expand Down Expand Up @@ -133,6 +131,15 @@ imports: [NgChartsModule];
<td>✓</td>
</tr>

<tr>
<td>16</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>

</tbody></table>

### Stackblitz Starting Templates
Expand Down
2 changes: 0 additions & 2 deletions apps/ng2-charts-demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ <h1 style="font-family: Consolas, monospace">ng2-charts</h1>
<div class="container">
<h2>Installation</h2>
<markdown ngPreserveWhitespaces>
### Installation

1. Install ***ng2-charts*** using npm

```bash
Expand Down
13 changes: 10 additions & 3 deletions libs/ng2-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Beautiful charts for Angular based on Chart.js

[![NPM](https://nodei.co/npm/ng2-charts.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/ng2-charts)
[![NPM](https://nodei.co/npm-dl/ng2-charts.png?height=3&months=9)](https://npmjs.org/ng2-charts)

# Usage & Demo

Samples using `ng2-charts`
Expand Down Expand Up @@ -75,6 +72,7 @@ imports: [NgChartsModule];
<td>v2.x</td>
<td>v3.x</td>
<td>v4.x</td>
<td>v5.x</td>
</tr>

<tr>
Expand Down Expand Up @@ -133,6 +131,15 @@ imports: [NgChartsModule];
<td>✓</td>
</tr>

<tr>
<td>16</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>

</tbody></table>

### Stackblitz Starting Templates
Expand Down

0 comments on commit 387aa8b

Please sign in to comment.