i'm trying create charts using rickshaw , importing data ajax generated in php. if use static datas, chart displays; if copy/paste data generated in php (from console/log()), chart displays; if try put datas variable, , use var in js, doesnt' work. :( this console log of .php : (as said, if copy paste block of code .js substituting "dataoutevo" var, graph displays should. so, don't think data problem. [ { name: "ligne", data: [{x:0,y:35},{x:1,y:34},{x:2,y:36},{x:3,y:35},{x:4,y:40},{x:5,y:35},{x:6,y:37},{x:7,y:40},{x:8,y:45},{x:9,y:46},{x:10,y:55},{x:11,y:63},{x:12,y:61},{x:13,y:45},{x:14,y:48},{x:15,y:49},{x:16,y:45},{x:17,y:44},{x:18,y:52},{x:19,y:43},{x:20,y:37},{x:21,y:36},{x:22,y:37},{x:23,y:34}], color: palette.color() }, { name: "ligne", data: [{x:0,y:10},{x:1,y:15},{x:2,y:13},{x:3,y:15},{x:4,y:14},{x:5,y:16},{x:6,y:17},{x:7,y:25},{x:8,y:23},{x:9...