meta-magic / amexio.github.io

Amexio is a rich set of Angular 7 (170+) components powered by HTML5 & CSS3 for Responsive Design and with 80+ Material Design Themes, UI Components, Charts, Gauges, Data Point Widgets, Dashboards. Amexio is completely Open Sourced and Free. It's based on Apache 2 License. You can use it in your production grade work today at no cost or no obligation.
http://www.amexio.tech
Apache License 2.0
167 stars 72 forks source link

SA - Amexio-chart-d3 module not found #104

Closed arafkarsh closed 5 years ago

arafkarsh commented 5 years ago

Sender: kailaskokate122@gmail.com Comment: I have installed CLI: npm install amexio-chart-d3 --save Also Add in app.module.ts but not working there are any required in other files Open #28 in Usersnap Dashboard Notes:

SA - Amexio-chart-d3 module not found Download original image

Browser: Chrome 70 (Windows 10) Referer: https://api.amexio.org/api/v5.3.1/index.html#/getting-started Screen size: 1366 x 768 Browser size: 1366 x 657

Powered by usersnap.com

ketan-gote commented 5 years ago

@kailaskokate122@gmail.com : Please find below stackblitz example, it has amexio-chart-d3 integration.

https://stackblitz.com/edit/amexio-d3-chart-example

rashmithakkar commented 5 years ago

Hi, You need to install d3 as well. - npm i d3 and import { HttpClientModule } from '@angular/common/http' in yout app.module.ts file and add HttpClientModule to imports.

After following this, if are still facing problem or having any other queries , please feel free to contact us.

Thank you