evidence
evidence copied to clipboard
Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
### Description Minimal implementation of a `freezeColumn` prop for `DataTable`, which freezes the first column on the left and allows you to scroll the other columns. If `rowNumbers` are shown,...
## Feature Description Docs for #1526
## Steps To Reproduce Ensure you are logged out of the CLI and try to connect to a BQ db and run npm run sources ### Environment - evidence version:...
Today, types are consumed by components using the Evidence types applied to the data object. Today components consume these types in inconsistent ways, we should standardize on a single system...
## Steps To Reproduce 1. Create a `DataTable` using multiple `Column` components. 2. Change one of the column names to something that is not in the dataset ## Expected Behavior...
## Feature Description DuckDB supports a [LIST type](https://duckdb.org/docs/sql/data_types/list) (among other [nested data types](https://duckdb.org/docs/sql/data_types/overview#nested--composite-types)) yet seems evidence at the moment only supports very [basic](https://github.com/evidence-dev/evidence/blob/main/packages/db-commons/index.cjs#L6) data-types, [defaulting to string](https://github.com/evidence-dev/evidence/blob/main/packages/duckdb/index.cjs#L44) for all others....
## Feature Description What would you like to see added to Evidence? Flow charts so we can convey operational information alongside customer data ## Goal of Feature What would this...
## Feature Description It should be possible to specify an item to be selected by default for a ButtonGroup e.g. ```svelte ``` ## Goal of Feature - Often an initial...