Archie Sarre Wood
Archie Sarre Wood
My bad, before my morning tea, here's a worked example - do the replacement in js ````markdown ```sql countries select 'Cote d''Ivoire' as country union all select 'Canada'union all select...
does `{false}` have the intended effect?
Okay, then this is indeed a bug. awesome just need to handle the strings "false" / "true" as expected
Awesome, so should we turn chromatic on as a required test?
@zachstence any action required on this for now?
This is a breadcrumbs bug IMO - if you hide in the sidebar, the breadcrumbs should not be clickable
We should add an e2e test for partials when we fix this
> Either shift click enables selecting multiple dimensions or just clicking a second one is supported. Just clicking a second one will work on mobile, shift click wont. if you...
Great ideas! My take is that the names of the x axis should be clickable yes. In the situation where there are multiple series, eg stacked bar, we may want...
For non standard URL paths, you could perhaps pass a js expression as a prop? XAxisLink={"marketing/"+channel} or similar? Though I guess channel is not a js variable here...