evidence
evidence copied to clipboard
Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
Adds a beloved BI feature: the **Big Number Viz**™ to Evidence. Includes: * Number * Sparkline * Comparison * Comparison is configurable for "down is good" * Multiple Big Numbers...
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
This PR does two things: 1. Trigger invalidate on the data object for each page whenever queries have changed, and update their contents client side 1. Report on the status...
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...
**Bug Description** - As of most recent evidence release (5.0.2) charts dont copy out correctly when highlighted and Ctrl-C, Ctrl-V ed. - The axes copy over, but the chart series...
In timezones outside UTC, passing a date without a timezone will assume UTC, which can lead to unexpected outcomes. # Steps to reproduce ```` ```usage_data select '2022-06-06' as usage_mmm ```...
## 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...
- 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...