it should be vastly easy indeed with js today to call a webapi and then paint on the chart... news signals data etc
just throwing this out there - fetch would allow this...
let response = await fetch(url);
any limitations or rules as to what we can use in JS etc...?

Comment