Skip to content

Commit eb419af

Browse files
committed
readme.md change
1 parent 16bd209 commit eb419af

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ A simple and lightweight official Angular component for FusionCharts JavaScript
1313
- Issues: [https://github.com/fusioncharts/angular-fusioncharts/issues](https://github.com/fusioncharts/angular-fusioncharts/issues)
1414

1515
---
16+
## Validation and Verification
17+
18+
The FusionCharts Angular integration component has been verified and validated with different versions of Fusioncharts (3.19 / 3.18 / 3.17) with Angular versions 11/12/13
19+
1620

1721
## Table of Contents
1822

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
"dataviz"
3939
],
4040
"license": "MIT",
41+
"contributors": [
42+
{
43+
"name": "Sanjay Bhan",
44+
"email": "[email protected]",
45+
"url": "https://github.com/SanjayBhan/"
46+
}
47+
],
4148
"bugs": {
4249
"url": "https://github.com/fusioncharts/angular-fusioncharts/issues"
4350
},
@@ -91,4 +98,4 @@
9198
"engines": {
9299
"node": ">=4.4.1"
93100
}
94-
}
101+
}

0 commit comments

Comments
 (0)