Skip to content

Commit

Permalink
Turbo mode = OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
paris-ci committed Oct 25, 2024
1 parent 7459b3b commit baf06a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/botdata/templates/botdata/guild_landmines.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
text: 'Landmines count'
}
},
// Disable turbo mode, we are passing objects and not just numbers (required to show the words)...
// Probably a bad practice
// If you enable turbo mode, some/all series might not show up at all. Tradeoffs...
turboThreshold: 0,
series: [
{
name: 'Active landmines',
Expand Down

0 comments on commit baf06a0

Please sign in to comment.