Skip to content

Commit 0ff24b6

Browse files
committed
Fix create_chart: remove titleFont config parameter
Altair Config only accepts 'font', not 'titleFont' or 'labelFont'
1 parent 05ec21f commit 0ff24b6

2 files changed

Lines changed: 1574 additions & 1577 deletions

File tree

sidemantic/charts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ def _apply_theme(chart: Chart, title: str | None, width: int, height: int, color
317317
config = {
318318
# Font configuration
319319
"font": "Inter, system-ui, -apple-system, sans-serif",
320-
"titleFont": "Inter, system-ui, -apple-system, sans-serif",
321320
# Title styling
322321
"title": {
323322
"fontSize": 18,

0 commit comments

Comments
 (0)