Skip to content

Commit

Permalink
Update active users chart tooltip to display outside of the chart
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 21, 2024
1 parent 9665065 commit a719acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class ActiveUsersChartComponent {
return `<span style="padding:0">@${this.key}</span><br>
<span style="padding:0">${hours.toFixed(1)} hours</span>`;
},
outside: false,
outside: true,
distance: 30
},
plotOptions: {
Expand Down

0 comments on commit a719acb

Please sign in to comment.