catalogicsoftware / ngx-dynamic-dashboard-framework

This is a JSON driven angular x based dashboard framework that is inspired by JIRA's dashboard implementation and https://github.com/raulgomis/angular-dashboard-framework
MIT License
187 stars 95 forks source link

How can i add d3.js charts in the gadget? #23

Closed ashutosh15aashu closed 5 years ago

ashutosh15aashu commented 5 years ago

How to add d3.js charts with given gadget in this framework instead of ngx-chart.

Please, share any link or explain the steps.

jayhamilton commented 5 years ago

Don't have a link but may have an example. You could also look at the source for NGX Charts which is based on D3.

jayhamilton commented 5 years ago

Follow the instructions in this project's readme for adding a new gadget and then review the following article. This article is pretty straightforward: https://medium.com/@jeanphilippelemieux/creating-a-responsive-graph-with-angular-and-d3-b45bb8065588 D3 is already part of this project so there will be no need to install it. Try it out and if you get it working contribute it back to this project.