I have created a BarChart with angular-chart like this: <canvas id="bar" chart-data="ctrl.barChartData" chart-options="ctrl.barChartOptions" chart-labels="ctrl.barChartLabels" chart-series="ctrl.barChar...
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...
I am using Angular Charts in order to achieve what I want, yesterday I did it, but now my client wants some changes, here is the data I am receiving: { "12-15-2015": { "55f6de98f0a50c25f7be4db0": { "conversions":...
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 plunk...
I'm using angular-chartJS in a project I'm working on and I need a different color for each bar in a Bar Chart. Canvas: <canvas id="bar" class="chart chart-bar" data="medal_data" labels="medal_ticks">&l...
I'm using the angular module angular-chart.js. It is simple to work with and very smart. But I've noticed that I can't change the width and height of the charts. Somewhere I've read that I have to define the size of the chart as follo...
I'm using angular-chart (based on chart.js) to create some bar charts and am having trouble getting the bar styling I want. I want the bars to be solid colors like this: But I can't figure out how to get rid of the alpha that chart.js adds...
I am trying to use the line chart example @ http://jtblin.github.io/angular-chart.js/. I'm getting the following error. Can anyone provide me with some pointers? error in console Here is my code. I've tried moving the html out of ui-view...
I am using the angular -chart with chart.js and wanted to apply the title caption When mouse over the line. I want to put the title in the caption When mouse.I could do this using the labels , but appears below graphic names and I do not want it , ho...
I have the problem that my angular-chart is not displaying data when updated from the factory broadcast. I am setting labels and data like such, based on user input this might change: // Listener function in controller, receives data from factory $s...
©2020 All rights reserved.