Sævar Öfjörð Magnússon
Sævar Öfjörð Magnússon
Hi @songproducer When you have loaded the page containing this example, can you go to the console and call `window.barchart_labels` - is the function present in the global scope?
OK. And are you overriding the template for the block? If so, you should have the `data-callbacks` attribute like it's done in https://github.com/overcastsoftware/wagtailcharts/blob/main/wagtailcharts/templates/wagtailcharts/blocks/chart_block.html Try to view the source on your...
Headless was on the agenda for Wagtail Space NL but this only involved incorporating the areweheadlessyet.org website into the Wagtail documentation. The resulting PR is here: https://github.com/wagtail/wagtail/pull/12039 The sprint topic...
I will probably do that @carltongibson , I'm currently at the Wagtail sprint in Arnhem, Netherlands, where we ran into this issue :)
I'll take a look now
@carltongibson I've pushed a fix, could you approve the test run?
Just to add to this. This does not only apply to situations where you override using `Column`. It is also a matter of inconsistency when using `list_display` and `list_export`. That...