Using ModalEditor from highcharts-editor in Angular5
Using ModalEditor from highcharts-editor in Angular5
I am trying to use highcharts-editor in Angular5 but I am not able to get any of the objects/methods. (trying to use ModalEditor)
import * as higheditor from "highcharts-editor";
import highed from "highcharts-editor";
I have tried above, it gives an object but there is nothing in the object that looks useful. I couldn't find any documentation that can be useful for Angular implementation.
1 Answer
1
Right now there is no way to implement it inside Angular Application unless if you are coming up with a bridge between Angular and Highcharts editor.
You can find from the reference. opened by me which is still in open.
reference.
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
I tried to add the javascript reference to index and it allows me to load up the modal editor but then it complains about missing highcharts.js. Half of my implementation is using angular2-highcharts package..hence it is complaining about missing highcharts.js. When I add highcharts.js to index, it gives error #16 and as per FAQ #16 means I am loading highcharts twice in same window
– Jigar Sheth
Sep 3 at 3:47