Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
a011bb87
Commit
a011bb87
authored
11 months ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
add other console
parent
52937eb6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#127617
waiting for manual action with stages
in 8 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
components/content/pdockqMatrix.vue
+2
-1
2 additions, 1 deletion
components/content/pdockqMatrix.vue
with
2 additions
and
1 deletion
components/content/pdockqMatrix.vue
+
2
−
1
View file @
a011bb87
...
@@ -142,6 +142,8 @@ function getDataLabelFromCell(elem) {
...
@@ -142,6 +142,8 @@ function getDataLabelFromCell(elem) {
}
}
watch
(
matrixPlot
,
()
=>
{
watch
(
matrixPlot
,
()
=>
{
const
cells
=
d3
.
selectAll
(
"
.pdockq-plot
"
).
selectAll
(
"
rect
"
)
const
cells
=
d3
.
selectAll
(
"
.pdockq-plot
"
).
selectAll
(
"
rect
"
)
console
.
log
(
"
cells rect on watch
"
)
console
.
log
(
cells
)
cells
.
on
(
"
click
"
,
function
(
event
)
{
cells
.
on
(
"
click
"
,
function
(
event
)
{
console
.
log
(
"
click on cells
"
)
console
.
log
(
"
click on cells
"
)
const
key
=
getDataLabelFromCell
(
this
)
const
key
=
getDataLabelFromCell
(
this
)
...
@@ -151,7 +153,6 @@ watch(matrixPlot, () => {
...
@@ -151,7 +153,6 @@ watch(matrixPlot, () => {
const
index
=
d3
.
select
(
event
.
srcElement
).
data
()[
0
]
const
index
=
d3
.
select
(
event
.
srcElement
).
data
()[
0
]
const
data
=
toValGroupedPdock
.
find
(
d
=>
{
const
data
=
toValGroupedPdock
.
find
(
d
=>
{
console
.
log
(
d
)
console
.
log
(
d
)
return
d
[
0
]
===
key
return
d
[
0
]
===
key
})
})
if
(
data
)
{
if
(
data
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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