Well my label shows up on the graph, it just doesn't call the item renderer (I think). I get a label on the left side and a blank graph. I try to debug the renderer and I can't hit any break points.
Any other ideas? --- In [email protected], "valdhor" <valdhorli...@...> wrote: > > I seem to remember some time back (Although my memory is not what it used to > be) that if returned data only has one item it is not converted to an array > (ie. it is only a string). You may like to try checking to see if it is an > array and, if not, coercing it to an array. > > I could be completely off track here though. > > --- In [email protected], "Nate Pearson" <napearson99@> wrote: > > > > I have a custom item render on a bar chart. > > > > When my the data provider for my bar chart has just one item in it the set > > data function is never gets called. Updatedisplaylist doesn't trigger and > > my bar chart is blank. > > > > Any ideas? I've had this bug for a while but I need to figure it out now. > > > > Thanks! > > > > -Nate > > >

