Skip to content

Commit

Permalink
update monitor chart tooltip config
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdahman committed Apr 6, 2023
1 parent 7c6a04c commit 9e50631
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ export class MonitorChartComponent implements OnChanges, OnDestroy {
},
tooltips: {
enabled: true,
mode: "index",
mode: "single",
position: "nearest",
callbacks: {
title: (tooltipItems, data) => {
return this._computeTooltipTitle(tooltipItems[0], data);
Expand Down

0 comments on commit 9e50631

Please sign in to comment.