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
Hi, I'm new to svelte and I'm using flowbite Chart to show some data which is fetched from an API. When re-fetching the data all other UI elements are updating based on the fetched data, but Chart require to refresh the page to re-render. Here are what I did so far.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm new to svelte and I'm using flowbite Chart to show some data which is fetched from an API. When re-fetching the data all other UI elements are updating based on the fetched data, but Chart require to refresh the page to re-render. Here are what I did so far.
Navbar.svelte
+layout.svelte
Dashboard.svelte
ChartOptions
Beta Was this translation helpful? Give feedback.
All reactions