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
Tooltip background color gets faded angular-chart.js
I am using chart.js i am getting difficulty to display my tooltip. Tooltip background color gets faded and user is unable to read text on it. i have tried it by changing background and font color but nothing helps out there.

Zaid Iqbal
- 1,662
- 5
- 25
- 45
0
votes
1 answer
bootstrap ui+angular chart: is it possible to disable graph's auto refreshing?
In my application I have two tabs, let's simply call them A and B.
Graphs are in tab A. Here's the simple code:
0
votes
1 answer
Canvas width/height not updating on internet explorer
I'm using angularchart to create charts in my web application.
I have this pretty standard markup which works fine with firefox and chrome:
0
votes
2 answers
Angular-chart js and connecting to a MySQL Backend
First of all, thanks in advance for any help. I have been struggling for a couple of days trying to figure out how to hook an angular-chart object into a mysql database. I currently have the charts working with static data. I have a generic php file…

Pikuchan
- 11
- 4
0
votes
2 answers
Making angular-chartjs responsive with UI-Grid
I am using angular-chart.js (http://jtblin.github.io/angular-chart.js/) module and trying to make the chart data editable with UI-Grid module (http://ui-grid.info/docs/#/tutorial/201_editable).
I am able to edit the data but not sure how I can make…

Dynos
- 3
- 1
0
votes
2 answers
How do I add Angular-Chart.JS data into UI-Router .State Controller?
What I'm attempting to do:
I'm building a single-page app using Angular UI-Router. One of my pages has a line chart so I am using angular-chart.js.
What I don't understand:
I don't understand how to get the charts to show inside the UI-Router state.…

Phil Jefferies
- 33
- 1
- 9
0
votes
1 answer
Copy div content to dynamically create a modal window:possible?
In my application I am displaying graphs by using angular chart directives.
What I'd like to accomplish is to display a small version of the graphs in the main page and then, by pressing a button, display a bigger version of a specific graph inside…

Phate
- 6,066
- 15
- 73
- 138
0
votes
1 answer
Chart cannot get response when page loads first time in Ionic
I have a problem when making an ionic app about the chart cannot get response when page loads first time with "Item 1" and "New York" as initial selected option like my screenshot below:
controller.js
.controller('DashCtrl', ['$scope', '$q',…

user3077416
- 271
- 2
- 10
- 31
0
votes
1 answer
Angular chart showing series but no data
When I tried to use the angular-chart framework I can see the series I've defined, but not the labels and data. I've included following three files to my index.html

Arninja
- 735
- 1
- 12
- 24
0
votes
1 answer
Angular Charts cannot get labels working how i need
I'm creating a chart with angular charts, and am having problems getting the chart how i need.
I would like the x axis to have the date and the mouse over to show the client name, which are all being fed from a loop on an array of resource…

Mobaz
- 597
- 3
- 10
- 26
0
votes
1 answer
Angular Chart.js not displaying Chart (Legend is Displaying)
I am using the Angular-chart.js package:
http://jtblin.github.io/angular-chart.js/
When I load the page, the legend at the bottom of the page shows, but the chart itself is not displayed.
I added divs to verify that the data is actually populated. …

jkruer01
- 2,175
- 4
- 32
- 57
0
votes
1 answer
angular-chart zero dimensions inside angular-strap panel
I'm trying to render an angular-chart (based on chart.js) chart inside a bootstrap panel. Currently the chart does not swho at all when inside the panel but does show when placed outside the panel. When I view the source in the browser I see the…

Fabian
- 3,310
- 3
- 26
- 35
0
votes
1 answer
Display data in bar chart using angular-chart
I am trying to display data on a bar chart using angular-chart. I am trying retrieving the data from a database. I want to display all data on the chart for the last five (5) years including this year and also get the data to correspond with the…

user2538755
- 314
- 1
- 6
- 21
0
votes
2 answers
Why does chart update fail when its container has ng-show on it?
I have a compiled directive that contains an angular-charts.js directive in it.
I've noticed that when the container of that chart has ng-show or ng-hide as an attribute, the chart wont update -- it just doesn't show at all.
Here is a plunker that…

Kristian
- 21,204
- 19
- 101
- 176
0
votes
1 answer
Using angular chart with bootstrap 3
I'm trying to include an angular chart component.
, inside of a panel from bootstrap, i'm using a node template engine jade, this part of code is where i'm trying to put the chart:
.col-md-7
.row
.col-md-11
.panel.panel-default.content
…

Diego
- 493
- 1
- 9
- 26