Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
3cdbed52
Commit
3cdbed52
authored
Jun 06, 2017
by
Sascha Herzinger
Browse files
Fixed issue that resulted in Firefox not being able to render plot
parent
24cdf67a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/charts/CorrelationAnalysis.vue
View file @
3cdbed52
...
@@ -517,8 +517,8 @@
...
@@ -517,8 +517,8 @@
handleResize
()
{
handleResize
()
{
const
container
=
this
.
$el
.
querySelector
(
`.fjs-vm-uid-
${
this
.
_uid
}
.fjs-vis-container svg`
)
const
container
=
this
.
$el
.
querySelector
(
`.fjs-vm-uid-
${
this
.
_uid
}
.fjs-vis-container svg`
)
// noinspection JSSuspiciousNameCombination
// noinspection JSSuspiciousNameCombination
this
.
height
=
container
.
clientW
idth
this
.
height
=
container
.
getBoundingClientRect
().
w
idth
this
.
width
=
container
.
clientW
idth
this
.
width
=
container
.
getBoundingClientRect
().
w
idth
},
},
update_xyData
(
ids
)
{
update_xyData
(
ids
)
{
this
.
xyData
=
ids
this
.
xyData
=
ids
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment