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
I’m using it in a Svelte/SvelteKit project and’d like to use SVG as an axis tick label. I tried using tickFormat to return an <img> tag or an SVG directly, but it doesn't work. Is there a way to do it?