'Ello. Apex version 4.2.6. ( )
I'm using pl/json library to create my json object.
Current idea of a page.
On load ajax function that calls ON demand process which should look like this. Then it returns JSON ( or even string , I can parse it ) and I use that return to create my chart.
declare
ret json;
begin
ret := json_dyn.executeObject('select 1 from dual');
-- I'm missing some kind of return. I used json_from_sql before and it was returning ( string I guess ) by itself .
end;
Libraries
https://github.com/pljson/pljson
Chartist - Simple responsive charts