You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NgxSimpleCharts
2
2
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.
4
4
5
5
## Minimum Supported Angular Version
6
6
Angular 12 (ivy only)
@@ -21,5 +21,8 @@ The classes have to be overwritten with '::ng-deep' and the ViewEncapsulation.Sh
21
21
22
22
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'.
23
23
24
+
## Bar Charts
25
+
The first iteration of bar chart support is now available.
26
+
24
27
## 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.
0 commit comments