Has anybody got any advice on adding charts, ideally by using a spreadsheet as the source data. Basically id like the client to be able to upload a spreadsheet to the page, then use a kirby tag to generate the chart within an article body text. Ive looked through the forum, and googled and hunted for a plugin but there doesnt seem to be anything.
Has anyone done this? can you share some knowledge?
I looked at chart.js but it i need it to be as painless as possible. It is a really nice script though.
@texnixe my best idea so far is to fork your excel to html table plugin to add data attributes used by highcharts, since that can turn a html table into a chart. if you don’t mind of course