Skip to content

Commit 3b2a992

Browse files
committed
re-enable text drop shadow in chart data labels
1 parent a596452 commit 3b2a992

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- re-add the `lime` color option to charts
1111
- update default chart color palette; use [Open Colors](https://yeun.github.io/open-color/)
1212
- <img width="2077" height="978" alt="image" src="https://github.com/user-attachments/assets/839bd318-c4cd-419c-8f04-a583399e0512" />
13-
13+
- re-enable text drop shadow in chart data labels
1414

1515
## 0.40.0 (2025-11-28)
1616
- OIDC login redirects now use HTTP 303 responses so POST submissions are converted to safe GET requests before reaching the identity provider, fixing incorrect reuse of the original POST (HTTP 307) that could break standard auth flows.

sqlpage/apexcharts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ sqlpage_chart = (() => {
158158
dataLabels: {
159159
enabled: !!data.labels,
160160
dropShadow: {
161-
enabled: false,
161+
enabled: true,
162162
color: "var(--tblr-primary-bg-subtle)",
163163
},
164164
formatter:

0 commit comments

Comments
 (0)