We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478caff + 6370d0a commit f2c08b5Copy full SHA for f2c08b5
1 file changed
HTMLSamples/data-chart/chart-title.html
@@ -26,7 +26,11 @@
26
height: "400px",
27
dataSource: lastFiveYears,
28
title: "$$(Chart_title_energy_production)",
29
+ titleTextColor: "#2e9ca6",
30
+ titleTextStyle: "20pt Arial",
31
subtitle: "$$(Chart_subtitle_energy_production)",
32
+ subtitleTextColor: "#2e9ca6",
33
+ subtitleTextStyle: "14pt Arial",
34
horizontalZoomable: true,
35
verticalZoomable: true,
36
legend: { element: "columnLegend" },
@@ -105,9 +109,7 @@
105
109
106
110
<style type="text/css">
107
111
td { vertical-align: top; }
108
- .chartElement {
- padding-bottom: 20px;
- }
112
+ .chartElement { padding-bottom: 20px; }
113
</style>
114
115
<table><tr><td id="columnChart" class="chartElement"></td><td id="columnLegend" style="float: left"></td></tr></table>
0 commit comments