Hi,
The whole JSON data produced by PHP is:
{"data":[{"data":"2014-01-08","nome_conta":"BCP","nome_categoria":"Combust\u00edveis","nome_entidade":"Senhorio","orcamento":"500.00","atual":"900.00","desvio":"400.00","user_key":"1"},{"data":"2014-01-13","nome_conta":"BCI","nome_categoria":"Vendas","nome_entidade":"Jo\u00e3o Vitor","orcamento":"50.00","atual":"150.00","desvio":"100.00","user_key":"1"},{"data":"2014-01-15","nome_conta":"BCI","nome_categoria":"Vendas","nome_entidade":"Jo\u00e3o Vitor","orcamento":"1800.00","atual":"1650.00","desvio":"-150.00","user_key":"1"},{"data":"2014-01-15","nome_conta":"BZZ","nome_categoria":"Combust\u00edveis","nome_entidade":"Jo\u00e3o Vitor","orcamento":"80.00","atual":"90.00","desvio":"10.00","user_key":"1"},{"data":"2014-01-21","nome_conta":"BCP","nome_categoria":"Combust\u00edveis","nome_entidade":"Cliente Novo","orcamento":"10000.00","atual":"1800.00","desvio":"-8200.00","user_key":"1"},{"data":"2014-01-23","nome_conta":"BPI","nome_categoria":"Combust\u00edveis","nome_entidade":"Cliente Novo","orcamento":"500.00","atual":"400.00","desvio":"-100.00","user_key":"1"}]}
There seems to be a problem with the character encoding that I ignored (for now). Apart from that, it all seems normal.
I'm also attaching json.php in case you can have a look at it and check if it is ok. Basically, I used the same model as in demo pages. The connection to the database is provided by the file included in line 4.
Thanks in advance for your help!