We have been using jchartfx in our angularjs project and it has worked great. Now we are converting our project to Angular 6, but I'm not seeing how it is possible. I tried just referencing the files in the angular.json scripts section, but I am getting an error "Cannot read property 'offsetWidth' of undefined" from jchartfx.system.js and jchartfx.coreVector.js when I call [my chart].create([my divholder]).
How can I use jchartfx in an angular 2+ project? Is there an npm install available? If not, can it be wrapped somehow?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Donna
We have been using jchartfx in our angularjs project and it has worked great. Now we are converting our project to Angular 6, but I'm not seeing how it is possible. I tried just referencing the files in the angular.json scripts section, but I am getting an error "Cannot read property 'offsetWidth' of undefined" from jchartfx.system.js and jchartfx.coreVector.js when I call [my chart].create([my divholder]).
How can I use jchartfx in an angular 2+ project? Is there an npm install available? If not, can it be wrapped somehow?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.