8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5be3b commit bdff309Copy full SHA for bdff309
js/index.js
@@ -860,7 +860,7 @@ function _render_rankGraph() {
860
861
// xlabel
862
tfp.rankG.select('text.tfp-rank-label')
863
- .html(`Top ${limit[0]+1}-${limit[1]} Critical Tasks`);
+ .html(`Top ${limit[0]+1}-${limit[0]+rank.length} Critical Tasks`);
864
}
865
866
function _render_rank() {
@@ -1077,8 +1077,8 @@ function _adjust_menu() {
1077
});
1078
1079
// rank menu
1080
- document.getElementById('tfp_menu_rank_from').value = '';
1081
- document.getElementById('tfp_menu_rank_to').value = '';
+ document.getElementById('tfp_menu_rank_from').value = 1;
+ document.getElementById('tfp_menu_rank_to').value = 50;
1082
1083
1084
function feed(input) {
0 commit comments