Skip to content

Commit

Permalink
HC11
Browse files Browse the repository at this point in the history
set smaller titles
  • Loading branch information
jeanmarc77 committed Apr 30, 2023
1 parent 3d7ad78 commit 9a5e46b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion comparison.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
}
echo "
title: {
text: '$title'
text: '$title',
style: {fontSize: '1em'}
},
subtitle: { text: '$lgCOMPARESUBTITLE' },
xAxis: [{
Expand Down
4 changes: 4 additions & 0 deletions detailed.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@
credits: {enabled: false},
<?php
echo "
title: {
text: 'loading..',
style: {fontSize: '1em'}
},
subtitle: { text: '$lgDETAILSUBTITLE' },
xAxis: {
type: 'datetime',
Expand Down
6 changes: 4 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ function updateit() {
style: { backgroundColor: null }
},
title: {
text: 'loading..'
text: 'loading..',
style: {fontSize: '1em'}
},
subtitle: {
},
Expand Down Expand Up @@ -368,7 +369,8 @@ function updateit() {
},
credits: {enabled: false},
title: {
text: '$lgLAST 15 $lgDAYS'
text: '$lgLAST 15 $lgDAYS',
style: {fontSize: '1em'}
},
subtitle: {text: '$lgLASTPRODSUBTITLE'},
xAxis: {
Expand Down
3 changes: 2 additions & 1 deletion readings.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
},
},
title: {
text: defaultTitle
text: defaultTitle,
style: {fontSize: '1em'}
},
subtitle: {text: '$lgCONSUSUBTITLE'},
xAxis: {
Expand Down

0 comments on commit 9a5e46b

Please sign in to comment.