angular-dc icon indicating copy to clipboard operation
angular-dc copied to clipboard

AngularJS directives for dc.js

Results 32 angular-dc issues
Sort by recently updated
recently updated
newest added

This PR enables NodeJs to be able to find 'angular-dc' as a module. Example: ```js require('angular-dc'); ```

Hi guys, I'm trying to render the barChart via angular-dc and I'm running into the following issue: Error: Mandatory attribute chart.x is missing on chart I'm using the same rundimension...

Trying out the 30 second view i get the following error `gainOrLoss is undefined at http://localhost/bower_components/angular-dc/dist/angular-dc.js:143:43 at Function.Rt (https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js:23:525) at Q.o.(anonymous function) [as map] (https://cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js:29:469) at http://localhost/bower_components/angular-dc/dist/angular-dc.js:137:28 at Scope.$digest (http://localhost/bower_components/angular/angular.js:16219:34)...

Hi @TomNeyland , Using d3 with AngularJS dependency injection is highly recommend - ``` d3Service.d3().then(function(d3) { // d3 is the raw d3 object }); ``` So I wonder how do...

The type of chart seriesChart has an attribute chart. This clashes with the definition of the chart type (dc-chart).

## Things Done - Remove the use of makeFile in favor of npm scripts. - Remove global dependencies, in favor of devDependencies. - Update examples README describing new server script...

Hi, on change of data graphs and table data are not re rendering..however data is changing in cross-filter below is the plunker is for the same plunker : https://plnkr.co/edit/BPHdeLYlvZQ6e8AOVgoG?p=preview click...

Anyone have luck getting this working with webpack and NPM? With the following code: ``` require('angular-dc'); angular.module('app', ['angularDc']) ``` I get the following error ``` angular.js:68Uncaught Error: [$injector:modulerr] Failed to...

I need to wait for an API call to return before generating the chart; however its not clear how to do this. Thanks! Liz