1. Fixed minor type in temporal vis legend bar.
This commit is contained in:
parent
58976b5d99
commit
24a8a3de21
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ function init(graphContainer) {
|
|||
$('#comparisonHeader').html(optionSelected).css('font-weight', 'bold');
|
||||
$('#legend-known-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + " with known year");
|
||||
$('#legend-current-year-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + " from current incomplete year");
|
||||
$('#legend-unknown-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + "with unknown year");
|
||||
$('#legend-unknown-bar-text').text(COMPARISON_PARAMETERS_INFO[currentParameter].name + " with unknown year");
|
||||
|
||||
|
||||
var defaultFlotOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue