You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a question, feature request, or anything other than a bug report directly related to Hugo Blox Builder. Please post those things on Discord: https://discord.gg/z8wNYzb
Description
Using tailwind, add multiple charts with different data using the chart shortcode to the same page.
All charts will have the same data because the fetchChartJSON function is overwritten. That function should be included in the anonymous function.
Preliminary Checks
Description
Using tailwind, add multiple charts with different data using the chart shortcode to the same page.
All charts will have the same data because the fetchChartJSON function is overwritten. That function should be included in the anonymous function.
I've fixed this locally by overriding the chart shortcode partial with this:
Reproduction Link
too lazy
Steps to Reproduce
1.see description
2.
3.
...
Expected Result
all charts use their respective data
Actual Result
all charts use the same data
What Hugo Module versions does your site use?
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.3.1
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
No response
Which Hugo Blox template are you using?
its a partial, use any
What version of Hugo are you using?
0.136.5
The text was updated successfully, but these errors were encountered: