Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/candlestick-gpu-bg-fix.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @lit-ui/charts

## 1.0.2

### Patch Changes

- [`ce25a16`](https://github.com/snowdamiz/lit-ui/commit/ce25a163555535c42d084bceb1db593726f645e4) Thanks [@snowdamiz](https://github.com/snowdamiz)! - fix(candlestick): match ChartGPU canvas background to page background

ChartGPU's WebGPU canvas uses `alphaMode:"opaque"` (hardcoded), making true
transparency impossible. The built-in dark theme uses `#1a1a2e` which does not
match the docs palette. Now reads `document.body` computed background color and
passes a full custom ThemeConfig so the canvas clears to the page background in
both light and dark mode.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-ui/charts",
"version": "1.0.1",
"version": "1.0.2",
"description": "High-performance chart components with WebGL rendering, real-time streaming, and CSS token theming built with Lit and ECharts",
"author": "",
"license": "MIT",
Expand Down