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

angular directives for creating common charts using d3

Results 68 angular-charts issues
Sort by recently updated
recently updated
newest added

i included angaler -chart.js file in my index.html file. i also made the dependency of it like this angular.module(myapp,['angularcharts'] );still i am getting error "angular-chart module not defined" error

Getting following error even with the sample code in the repo. Already added solution suggested in issue #204,179,103 Additional dependencies injected into project: 1. Angular Route (v1.7.8) 2. Angular Material...

I find that the X-axis and Y-axis of the angular-charts have no units, so how do I add them? thanks a lot. ` `

Is it possible to create a multi-series grouped and stacked bar chart like the one below? [http://bl.ocks.org/gencay/4629518](url) ![Multi-Series Grouped and Stacked Bar Chart](http://i.imgur.com/SqkSnFH.png)

How to add different colors to each bars in BarChart? Is there a way to specify that in config.

Since I spend quite some time debugging and looked into the projects issues and pr without finding anything related to jQuery here is an issue just to inform there is...

As you can see in the screen shot and plunker the y axis is going up to 5,000 even though i have no data higher than 150. Any help would...

Hello, I want to plot a graph between date and temperature. So how i display date as lable . Thanks in advance @kthompson @kthompson @moumar @felipeleusin @amyboyd @vially

charts is throwing this error whenever i resize my window. `angular.js:12477 Gracefully handling JS exception: "Error: Please set height and width for the chart element at validateHeightAndWidth (http://localhost:7002/bower_components/angular-charts.js:138:15) at init...

Hello, If you try to display a chart within an tab (or anything which will gets loaded with a style `display:none`) then the error "Please set height and width for...