Questions tagged as 'angular-chart'

3
answers

How to put a title in the caption of the angular-chart

In my line chart I wanted to when I hovered the mouse on the chart line when the caption appeared, and it had a caption. This is only possible by filling the array of labels, but it appears below the graph, on the "X" axis the names, and I do no...
asked by 07.04.2016 / 22:36
1
answer

Doughnut Kind chart with multiple series

I'm using Angular Charts to plot a Donut chart; my code is structured as follows: $scope.data = [ ['abc', 'def'], ['fgh', 'ijk'], ]; $scope.labels = ['Ask', 'Bid']; $socpe.series = ['Volume Ask', 'Volume Bid']; $scope.color = ['#66ff33', '#fff...
asked by 26.12.2016 / 13:08
1
answer

Refresh div with Javascript or AngularJS - for IONIC

Hello, I have the following problem, I have a select with an onchange method that I would like to update a div . The reason for this is because I have a 3 graphics done in angular-chart.js and (supposedly) when values that the...
asked by 28.10.2016 / 13:31
1
answer

AngularJS - Angular-Charts Problem

First, good evening. I'm having trouble displaying the graphics generated by angular-charts. library page: link I followed the step-by-step carefully, I saw and reviewed all the code that I typed, I can not identify any problems. I looke...
asked by 14.08.2018 / 00:39