Skip to content

Commit

Permalink
update tooltipFormat for the graph
Browse files Browse the repository at this point in the history
update tooltipFormat for the graph
  • Loading branch information
GISRedeDev committed Jan 26, 2025
1 parent 6165982 commit ee1b542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/public_html/js/plotxyLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ var min = (Math.min(...dataArray)),
unit: 'year',
displayFormats: {
year: 'yyyy-01'
}
},
tooltipFormat: 'MMM yyyy'
},
ticks: {
maxRotation: 60,
Expand Down

0 comments on commit ee1b542

Please sign in to comment.