Hello -
I am using angular framework and want to use the HTML Apex charts in the framework. It has CSS and javascript files and I included in the index.html page. But the charts are not still showing. Did I miss anything or do you have any documentation to include the CSS and javascript in the component files.
I am using the Demo1 version of HTML and Angular.
Here are the files that I need to include =>
<link href="./assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css" />
<link href="./assets/css/style.bundle.css" rel="stylesheet" type="text/css" />
<!--begin::Global Javascript Bundle(mandatory for all pages)-->
<script src="./assets/plugins/global/plugins.bundle.js"></script>
<script src="./assets/js/scripts.bundle.js"></script>
<!--end::Global Javascript Bundle-->
Hi Balaji Regoti,
If you are using the current Metronic Angular app, you do not need to include those CSS files.
For the Angular APEX library, please check this link.
https://apexcharts.com/angular-chart-demos/
Thanks