Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
Cassiopée
nghyd
Commits
153f0006
Commit
153f0006
authored
5 years ago
by
mathias.chouet
Browse files
Options
Downloads
Patches
Plain Diff
Improve PAB profile zoom; remove debug message
parent
490ef638
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!50
Fonctionnalité de zoom sur le profil de la passe
,
!49
Resolve "Ajout du module de calcul d'une passe à bassins"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/pab-profile-graph/pab-profile-graph.component.ts
+2
-2
2 additions, 2 deletions
...mponents/pab-profile-graph/pab-profile-graph.component.ts
src/app/formulaire/definition/concrete/form-pab.ts
+2
-2
2 additions, 2 deletions
src/app/formulaire/definition/concrete/form-pab.ts
with
4 additions
and
4 deletions
src/app/components/pab-profile-graph/pab-profile-graph.component.ts
+
2
−
2
View file @
153f0006
...
...
@@ -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
:
fals
e
,
// conflicts with pan; set to false to enable mouse wheel zoom
drag
:
tru
e
,
// conflicts with pan; set to false to enable mouse wheel zoom
mode
:
"
xy
"
,
// percentage of zoom on a wheel event
speed
:
0.1
,
...
...
This diff is collapsed.
Click to expand it.
src/app/formulaire/definition/concrete/form-pab.ts
+
2
−
2
View file @
153f0006
...
...
@@ -23,10 +23,10 @@ export class FormulairePab extends FormulaireBase {
return
this
.
currentNub
as
Pab
;
}
public
doCompute
()
{
/*
public doCompute() {
this.dumpPabStructure(this.pabNub);
super.doCompute();
}
}
*/
// debug method
private
dumpPabStructure
(
pab
:
Pab
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment