Skip to content

Commit dc5a385

Browse files
committed
fix: update files
1 parent 16f4b4f commit dc5a385

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
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. 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. 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 12 (ivy only)
@@ -21,5 +21,8 @@ The classes have to be overwritten with '::ng-deep' and the ViewEncapsulation.Sh
2121

2222
The legend shows the names of the ChartPoints in the color that set for the lines. If one 'ChartPoints.name' should be replaced the 'replaceSymbol' has to be a string that the 'ChartPoints.name' includes and is replaced with the 'replaceName'.
2323

24+
## Bar Charts
25+
The first iteration of bar chart support is now available.
26+
2427
## Some time in the future
25-
There might Bar Charts be added at some time in the future. For more features pull requests are welcome.
28+
For more features pull requests are welcome.

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": "1.0.6",
3+
"version": "1.1.0",
44
"license": "Apache License Version 2.0",
55
"scripts": {
66
"ng": "ng",

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": "1.0.6",
3+
"version": "1.1.0",
44
"license": "Apache License Version 2.0",
55
"peerDependencies": {
66
"@angular/common": "^12.0.0",

0 commit comments

Comments
 (0)