Top "Ng2-charts" questions

The ng-2 charts library wraps the Charts.

Module not found: Error: Can't resolve 'chart.js' in /node_modules/ng2-charts/fesm2015'

I am encountering the error: ERROR in ./node_modules/ng2-charts/fesm2015/ng2-charts.js Module not found: Error: Can't …

angular npm npm-install ng2-charts
Trying to set size of charts in ng2-charts

I am trying to set the size of my charts. I have copy and pasted the ng2-chart example of …

angular ng2-charts
Change legend position of ng-charts (using angular2)

How do I change the position of the legend (that by default appears on top of the chart)? I'm using …

angular typescript chart.js ng2-charts
Resize the width and height of the ng2-charts

How do I set a chart's width and height using ng2-charts? I'm making a Bar chart, just like the …

angular typescript chart.js ng2-charts
Angular2 ng2-chart customizations?

I have started to use angular2 ng2-chart. I have few questions regarding the below image which I created using …

javascript angular charts chart.js ng2-charts
How to set ticks on axes dynamically with chart.js?

We have values which can vary when the site is loaded and we want to dynamically set the tick step …

angular chart.js ng2-charts
Angular 2 ng2-charts doughnut text in the middle?

I am using Doughnut chart from ng2-charts (http://valor-software.com/ng2-charts/) in angular 2. I have been searching for …

angular chart.js ng2-charts
How to display the labels in doughnut chart using ng2 charts?

I am using ng2 doughnut chart to display some items, Its all working fine as per the doughnut chart documentation …

angular typescript chart.js ng2-charts
Chart.js Doughnut Chart Sizing

I'm using ng2-charts in an Angular project. I have two versions of the project. The current production version is …

angular chart.js ng2-charts
ng2-charts customize data and whole html content of tooltip displayed when hovering on bar chart

I am using ng2 charts from valor software with my angular 2 app. I am not able to figure out how …

angular chart.js angular2-directives ng2-charts