Sean

Results 73 issues of Sean

This PR implements 100% stacked bar and area charts using the type prop (type=stacked100). ## How It Works - When you use type=stacked100, a new function called getStackPercentages will calculate...

## Proof of Concept for Discussion - Supports calculations by adding a `variables` store and allowing for reference of these variables from within components - Adds `CalcInput`, `CalcSubtotal`, and `CalcTotal`...

**Bug Description** If your project contains a directory without an `index.md` file within it, running build will throw a 404 error. This is because a link for the missing page...

bug
medium-priority

- Add more columns to the tooltips for `` and `` - These should include at least one identifier column (e.g., Product Name) - The right behaviour might be to...

enhancement

**Feature Description** Original idea from @aaronsteers: > might prefer a lighter weight and more portable export format over pdf. Is there any thought around html and/or "rendered markdown" exports? Some...

@joshnuss mentioned in #95 that Clickhouse is accessible through the postgres connector. There are other databases that can be accessed through the postgres connector, so I'm opening this issue to...

documentation

**Bug Description** In `database.config.json`, an `ssl` option can be supplied for Postgres, which can be `true`, `false`, or an object. If you include an object, it works when set locally,...

bug

Currently can set SSL to true or false. Add ability to pass in object with cert details

enhancement
connectors