Twig - Dynamic Charts example?

Hi, Another ace release!

I was wondering if anyone had an example of leveraging this feature that @charlie mentioned.

I’m only guessing but is this essentially using twig to loop over database fields with functions found here?

Or could you possibly fetch data from an online spreadsheet and loop over that?

I’m just curious of the best process to implement this.

Thanks

1 Like

The External REST API has a return type of CSV which you could use to fetch spreadsheet data and I would start there on your project. Twig would be useful to manipulate that data with either math, filters, or to grab Database fields as you see in the WordPress extension.

We have a sample video on CSV in charts here. Thanks for the kinds words. Have a great day.

https://www.youtube.com/watch?v=CUMj39HuXc4

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.