rhaynelsillador / jsflot

Automatically exported from code.google.com/p/jsflot
0 stars 1 forks source link

new version does't work! #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Update chart from version 0.4 to version 0.5

What is the expected output? What do you see instead?
The existed page shows the correct chart in version 0.4.
after updating JSFlot by version 0.5 the blank rectangle is displayed.

What version of the product are you using? On what operating system?
JSFlot version:0.5.0
operation: WinXP

Original issue reported on code.google.com by hel...@gmail.com on 5 Dec 2009 at 8:38

GoogleCodeExporter commented 8 years ago
Hello, 

Are you able to supply more information ? Version 0.5.0 works with both the 
online demo 
(jsflotdemo.haagen.name) and with another application I am developing. 

Original comment by boem...@gmail.com on 9 Dec 2009 at 11:08

GoogleCodeExporter commented 8 years ago
What kind of infromation is required?

Original comment by hel...@gmail.com on 27 Dec 2009 at 8:10

GoogleCodeExporter commented 8 years ago
demo doesn't work, too

Original comment by palib...@gmail.com on 29 Dec 2009 at 12:24

GoogleCodeExporter commented 8 years ago
If you are able to supply the JSON output that the component outputs, that 
would be very helpful with 
debugging. 

Original comment by boem...@gmail.com on 5 Jan 2010 at 5:19

GoogleCodeExporter commented 8 years ago
Closing this issue as I am unable to reproduce error. 

Original comment by boem...@gmail.com on 8 Apr 2010 at 12:27

GoogleCodeExporter commented 8 years ago
i have it too. It happen when setting data using value from backing bean. It 
works 
though if you use DataList tag child.
Apparently if i build from source it works.

Original comment by Rizki.Ri...@gmail.com on 8 Apr 2010 at 5:17

GoogleCodeExporter commented 8 years ago
here is part of JSON output
...
function drawJSFlotChart() {
...
return Flotr.draw($('j_id33'),[ ],o);
...

Original comment by Rizki.Ri...@gmail.com on 9 Apr 2010 at 1:01