Skip to content

Commit fe00bd6

Browse files
committed
fix: improve documentation
1 parent 829f21a commit fe00bd6

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NgxSimpleCharts
22

3-
This is a small chart library for Angular based on D3js. It currently supports single line and multi line charts with a legend. Bar charts are now supported too. Its purpose is to enable fast updates to new Angular versions. To enable the fast updates and due to limited time the library will continue have a small feature set.
3+
This is a small chart library for Angular based on D3js. It currently supports single line and multi line charts with a legend. Bar charts are now supported too. The Bar charts and line charts are in separate entry points to enable the Angular Compiler to put only the required code in the modules that use the features. Its purpose is to enable fast updates to new Angular versions. To enable the fast updates and due to limited time the library will continue have a small feature set.
44

55
## Minimum Supported Angular Version
66
Angular 13

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-simple-charts",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"license": "Apache License Version 2.0",
55
"scripts": {
66
"ng": "ng",

projects/ngx-simple-charts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# NgxSimpleCharts
22

3-
This is a small chart library for Angular based on D3js. It currently supports single line and multi line charts with a legend. Bar charts are now supported too. Its purpose is to enable fast updates to new Angular versions. To enable the fast updates and due to limited time the library will continue have a small feature set.
3+
This is a small chart library for Angular based on D3js. It currently supports single line and multi line charts with a legend. Bar charts are now supported too. The Bar charts and line charts are in separate entry points to enable the Angular Compiler to put only the required code in the modules that use the features. Its purpose is to enable fast updates to new Angular versions. To enable the fast updates and due to limited time the library will continue have a small feature set.
44

55
## Minimum Supported Angular Version
66
Angular 13
77

88
## Articles
99
* [Developing and Using Angular Libraries](https://angular2guy.wordpress.com/2021/07/31/developing-and-using-angular-libraries/)
1010
* [Ngx-Simple-Charts multiline and legend support howto](https://angular2guy.wordpress.com/2021/10/02/ngx-simple-charts-multiline-and-legend-support-howto/)
11+
* [Multiple Entry Points for the NgxSimpleCharts Angular Library](https://angular2guy.wordpress.com/2021/12/26/multiple-entry-points-for-ngxsimplecharts-angular-library/)
1112

1213
## Line Charts
1314
To use the line chart component this module has to be imported: [NgxSimpleChartsModule](https://github.com/Angular2Guy/ngx-simple-charts/blob/master/projects/ngx-simple-charts/src/lib/ngx-simple-charts.module.ts)

projects/ngx-simple-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-simple-charts",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"license": "Apache License Version 2.0",
55
"peerDependencies": {
66
"@angular/common": "^13.0.0",

0 commit comments

Comments
 (0)