Christopher Scott

Results 12 comments of Christopher Scott

This is being broken by npm v5. Falling back to npm v3 the hash still works as expected

I tested with the examples page and the issue did not occur. Are you using the latest version of angular-charts? ![angularchartsdatejs](https://cloud.githubusercontent.com/assets/7525348/4307009/7b4d4a20-3e85-11e4-9cc2-5881fb8d5d5a.png)

This is a conflict with datejs and d3. There is a issue over on the d3 project https://github.com/mbostock/d3/issues/1302 with a link to a trunk version of datejs that does not...

Added 3 new charts, bar-stacked, slab, and slab-stacked. Updated the getGraph() function to work with horizontal graphs Changed xAxisLabelRotation to use positive or negative numbers the same way What else...

About stacked charts: Stacked chart labels are hidden if they do not fit within the section

The tooltip exceptions were fixed in PR #137 I like the file splitting, keeps the alphabetical issue out of the way

Im sorry i take that back they didn't make it into the commit

Since the arcs have not startAngle and endAngle it cannot calculate a point to place the labels. This error should be suppressed in the next release

Are you not getting path attribute errors with this data? On my end the pie chart will not draw unless there is one >0 value in y[0]