Plugin Author
berkux
(@berkux)
Hi,
the following gives you some outout. The missing thing is that the free plugin can’t sort and calc
[jsoncontentimporter url=https://cov19.cc/report.json basenode=regions]
{subloop:world:-1}{subloop:world.totals:-1}
world.confirmed: {world.totals.confirmed},
world.deaths: {world.totals.deaths},
world.recovered: {world.totals.recovered}
{/subloop:world.totals}
<hr>
{subloop-array:world.list:-1}
{world.list.country}: {world.list.confirmed}<br>
{/subloop-array:world.list}
{/subloop:world}
[/jsoncontentimporter]
Plugin Author
berkux
(@berkux)
Hi, thank you !
I will try to show like this: https://jsfiddle.net/Revolving_DCON/j0r7xwo9/
Is possible using your plugin ?
Plugin Author
berkux
(@berkux)
Hi,
you can use the JCI-Plugin, but the usability will be different.
Rearranging the countries dep. on a column would be a server side aftion which means reloading of the whole page.
In any way you’ll need the pro jci pluign for that.
Bernhard