ui-chart icon indicating copy to clipboard operation
ui-chart copied to clipboard

This directive lets you use jqPlot with Angular

Results 20 ui-chart issues
Sort by recently updated
recently updated
newest added

`bower install angular-ui-chart` throws a 401 http error because its below dependency repository no longer exists ``` https://bitbucket.org/cleonello/jqplot/downloads/jquery.jqplot.1.0.8r1250.tar.gz# ``` Instead, I am looking at using the fork [grekpe/ui-chart](https://github.com/grekpe/ui-chart) Edit: the...

I've tried to use ui-chart with jqPlot 1.0.8 and kept getting error: > TypeError: elem.jqplot is not a function > at renderChart (ui-chart.min.js:29) > at Object.fn (ui-chart.min.js:33) > at m.$get.m.$digest...

First of all - with the latest version of jqplot this directive is not working for me, because it call $(element).jqplot, but according to official jqplot's documentation there is only...

I love this component! Does anyone have a sample code that they could share that passes the value of the clicked pie slice? Thanks!

Is there a License file for this?

What do you think about having such feature? It might be good for decoupling. Cheers, Pedro.

I needed the jqplot events described [here](http://www.jqplot.com/docs/files/plugins/jqplot-pieRenderer-js.html) so I made these changes. I don't know how to test this more thoroughly... Hope this is useful for somebody else as well.

The original implementation does the removing all child elements when re-plotting. I guess that the way is heavy. Instead its way, we can use jqplot.replot() function for re-plotting. Also, the...

I need this when using the dragable plugin.Changes a written to data during dragging and $applied on drag stop.