Skip to content
Snippets Groups Projects

Fonctionnalité de zoom sur le profil de la passe

2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -88,12 +88,12 @@ export class PabProfileGraphComponent extends ResultsComponent {
this.graph_options["plugins"] = {
zoom: {
pan: {
enabled: true,
enabled: false, // conflicts with drag zoom
mode: "xy",
},
zoom: {
enabled: true,
drag: false, // conflicts with pan; set to false to enable mouse wheel zoom
drag: true, // conflicts with pan; set to false to enable mouse wheel zoom
mode: "xy",
// percentage of zoom on a wheel event
speed: 0.1,
Loading