Sean
Sean
+1, I assume same solution to #15102
An example of how to achieve this in Evidence is now in the "Custom Charts" section of the docs (https://docs.evidence.dev/features/charts/custom-charts#funnel-chart)
@archiewood the stackblitz example page is awesome - such a great way to share this context. I've almost got the reasons for this figured out. Only piece of info I...
I think in this case, the `Value` component is working as we'd expect - this is because of the explicit code you referenced above. The `getParsedDate` function attempts to account...
@archiewood which browser were you in when you saw this? I'm getting different results when I try to run across browsers: ### Chrome ### Safari ### Firefox
Thanks. It looks like this issue is actually caused by the browser. I wrote a query to test the different timestamp types in Snowflake and I've gotten different results across...
Update on this - I've modified the date parsing function to attempt to get all date inputs into a standardized format. So far so good: Snowflake dates are now working...
A problem introduced with the 100% limit on the y-axis is an overlap with the y-axis title (if one is applied). I don't have a clear idea of a fix...
@archiewood those are interesting examples. I agree about considering some other placement. Given that moving the label would be reasonably time-consuming (because we'll need to test it out across all...
Another issue with the current approach is that the tooltip values are not able to receive the correct percentage formatting. This is because all the aggregation logic is located inside...