It seems like really limited resources of how to add a mathematical plot for ghost cms article. Is there anyone has experience on doing that, or do you guys have a website which shows tutorial on how to do that.
Thanks.
It seems like really limited resources of how to add a mathematical plot for ghost cms article. Is there anyone has experience on doing that, or do you guys have a website which shows tutorial on how to do that.
Thanks.
Question: do you need to generate the plot on the page? While you maybe can work that out (although I’d start from chartjs rather than a latex package), I’d think really hard about generating static images and uploading instead, unless there’s a compelling reason to do otherwise. It will be much more pleasant to maintain and update data in a spreadsheet than in an html block!
Yeah I think so, it need to generate the plot on the page
I’d look at chartjs - should be possible to load the js in html cards or build into the theme. Are you retrieving data live from somewhere? Otherwise I stick with my original thought that it’d be easier not to generate graphs live in the browser.