Sean
Sean
@archiewood thanks! Great catch. That's a bug caused by putting the aggregation in the top-level component - will see how we can get the same prop-filling as the regular stacked...
This has uncovered another similar issue - the stacked100 option doesn't work in charts where multiple y columns are supplied (either explicitly or assumed by `Chart` through it's prop-filling logic)....
@archiewood this last commit should fix the error you had. Would you mind giving it a quick test when you have a chance, just to make sure?
Amazing, thanks!
It might be this line in the postgres package causing the issue: `ssl: database ? database.ssl : process.env["ssl"] ?? false,` Locally, we can receive an object as the `ssl` option,...
Using the below should work: `ssl: no-verify`
Closing since `ssl: no-verify` works for this case
Another idea to add to the list: - Add a button for "Copy" beside the current "Download" button (when hovering over a chart, you could click the Copy button and...
Noting that we'll need to change the name in such a way that the current git history is not lost. It seems we might be able to do it using...
`tooltipTitle` implemented for scatter and bubble charts in #399