Skip to content

Commit 6370d0a

Browse files
committed
Change title font.
1 parent 2627776 commit 6370d0a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

HTMLSamples/data-chart/chart-title.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
dataSource: lastFiveYears,
2828
title: "$$(Chart_title_energy_production)",
2929
titleTextColor: "#2e9ca6",
30-
titleTextStyle: "20pt Verdona",
30+
titleTextStyle: "20pt Arial",
3131
subtitle: "$$(Chart_subtitle_energy_production)",
32-
subtitleTextColor: "#7446b9",
33-
subtitleTextStyle: "14pt Verdona",
32+
subtitleTextColor: "#2e9ca6",
33+
subtitleTextStyle: "14pt Arial",
3434
horizontalZoomable: true,
3535
verticalZoomable: true,
3636
legend: { element: "columnLegend" },

0 commit comments

Comments
 (0)