Angular Chart is a set of AngularJS bindings for the Chart.js library. Use this tag for questions specifically related to the AngularJS bindings, not for general Chart.js questions.
Questions tagged [angular-chart]
303 questions
0
votes
1 answer
generator-angular-fullstack cannot add angular-chart.js
I have recently started to use angular, more specifically the generator angular-fullstack (https://github.com/angular-fullstack/generator-angular-fullstack).
I try to use the angular-chart-js (https://github.com/jtblin/angular-chart.js) library for…

Anthony
- 11
- 4
0
votes
1 answer
How to add data labels in each bar in stacked bar chart in chart.js?
I am using a directive to use chart.js in Angular JS.
Git Link : https://jtblin.github.io/angular-chart.js/
I am interested in using stacked bar charts. How do I add data labels on the bars to display each of the bar values in the stacked bar…

Sabyasachi
- 411
- 4
- 9
- 21
0
votes
1 answer
How to control width of chart using angular-chart and chart.js?
I'm using angular-chart (and Angular, obviously) and chart.js to draw several charts on a single page. Presently, each chart takes up the entire width of the screen. I've tried many different variations to limit the width based on a ratio of…

David M. Karr
- 14,317
- 20
- 94
- 199
0
votes
1 answer
Angular chartjs setting options
I've been bumping my head against this all morning.
http://jsbin.com/cutumigexa/1/edit?html,js,output
I cannot seem to set the lineTension (also tried tension) property on the line chart,I always get the bezier default lines.I basically need spiked…

vanzylv
- 841
- 2
- 10
- 22
0
votes
2 answers
How can I set different colours for each bar in angular-chart.js v1.0.0?
How can I do that in angular-chart.js v1.0.0 and off course ChartJS v2.1.6
How can I set different colours for each bar in angular-chart.js?

jesus.saad
- 139
- 2
- 5
0
votes
2 answers
Make Chart.js ToolTip different then data
I am new to front-end development and I am curious what is the best way to have the tooltip in Chart 2.0 and Angular-Charts Beta 1.0 different from the label being passed back?:
HTML:
0
votes
1 answer
angular-charts 1.0.0 not working like inner directive when element
I`m using the new version of angular-chart.js (1.0.0), ChartJS 2.1.6 and Angular 1.5.7
This is my Plunk that works great when my directive is markup as attribute (cht), but does`t work as element (mychart):
and…

jesus.saad
- 139
- 2
- 5
0
votes
0 answers
Not able to render charts in angular material grid list
I am new to chart.js and trying to plot charts in angular material grid list.I am using angular-chart.js and chart.js.I have included these from CDN