We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2627776 commit 6370d0aCopy full SHA for 6370d0a
1 file changed
HTMLSamples/data-chart/chart-title.html
@@ -27,10 +27,10 @@
27
dataSource: lastFiveYears,
28
title: "$$(Chart_title_energy_production)",
29
titleTextColor: "#2e9ca6",
30
- titleTextStyle: "20pt Verdona",
+ titleTextStyle: "20pt Arial",
31
subtitle: "$$(Chart_subtitle_energy_production)",
32
- subtitleTextColor: "#7446b9",
33
- subtitleTextStyle: "14pt Verdona",
+ subtitleTextColor: "#2e9ca6",
+ subtitleTextStyle: "14pt Arial",
34
horizontalZoomable: true,
35
verticalZoomable: true,
36
legend: { element: "columnLegend" },
0 commit comments