Christopher Scott
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? 
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
With this error you have labels on correct?
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]