angular-fusioncharts
angular-fusioncharts copied to clipboard
Installing Version 3.1.0 and importing package results in a "Cannot read property 'fileName' of null" Error
When installing version 3.1.0 and adding this line:
import { FusionChartsModule } from 'angular-fusioncharts';
It results in an error saying "Cannot read property 'fileName' of null." This is not a problem with our repo, as this even happened when following the steps in the angular tutorial. In case anyone else gets this, the workaround is to downgrade to 3.0.4
Unfortunately, this was not solved with a downgrade for me. It simply gives a different error
Entry point '@angular/core' contains deep imports into (...)
When installing version 3.1.0 and adding this line:
import { FusionChartsModule } from 'angular-fusioncharts';
It results in an error saying "Cannot read property 'fileName' of null." This is not a problem with our repo, as this even happened when following the steps in the angular tutorial. In case anyone else gets this, the workaround is to downgrade to 3.0.4
This worked for me. I'm using angular 11.0.5
.
Same issue here. This same thing happens when you run ngcc
after installing.
Downgrading worked.
Please try with angular-fusioncharts: 3.0.4
Same issue and fixed downgrading the version
Please check again and remove ^ from npm version
"angular-fusioncharts": "3.0.4",
Same problem for me.
Here is a working demo: https://github.com/AyanBhadury/angular-fusioncharts-demo
Here is a working demo: https://github.com/AyanBhadury/angular-fusioncharts-demo
With angular-fusioncharts 3.0.4 and Angular 10.1.6. Did you try it with Angular 11.1.1 and angular-fusioncharts 3.1.0?
As mentioned before use angular-fusioncharts: 3.0.4
3.1.0 has an issue with ngcc compilation
As mentioned before use angular-fusioncharts: 3.0.4
3.1.0 has an issue with ngcc compilation
Is there an issue tracking ngcc compilation compatibility?
drop a mail to [email protected] with your license details
As mentioned before use angular-fusioncharts: 3.0.4 3.1.0 has an issue with ngcc compilation
Is there an issue tracking ngcc compilation compatibility?
Please check again and remove ^ from npm version
"angular-fusioncharts": "3.0.4",
Yes removing the caret works, otherwise same error above. I'm using angular 11.12.14
.
ngCC compilation issue has been fixed, please upgrade to 3.2.0 : http://www.npmjs.com/package/angular-fusioncharts @jerone @fellmirr @serhiihordiichuk @TroniPM @jguo1002
@AyanBhadury That's great news! 🎉
Where can we see the changes/changelog for the latest update?
The last commit on the develop branch is from June.
All other branches appear to be stale or bots.
Releases page is missing version information since 3.1.
There is no changelog file.
There is no information on the readme in this repo or NPM.
There is no information on the documentation page.
@jerone the documentation is not updated yet, I will try to sync the GitHub repo soon, rest assured you can download the latest version from npmjs, internally only we have updated a few build configurations, implementation wise there is no change hence no other extra configuration is required at the user's end.