A little thought experiment – I’m wondering if it’s possible to create a Bar Graph with ACF. For instance, if I have 4 columns that accept a number, could I dynamically populate a graph using CSS?
An example:
I want to create a bar graph like an equalizer – Lows, Mids, Highs, and Output. Each “band” will take a number, which I can use CSS to create a bar based on that number. I was thinking possibly a data-attribute.
Any ideas?