Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Fractalis
fractal.js
Commits
fa169513
Commit
fa169513
authored
Jun 12, 2018
by
Sascha Herzinger
Browse files
fixed axis label position
parent
88fdaa97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vue/charts/Survivalplot.vue
View file @
fa169513
...
...
@@ -121,8 +121,8 @@
return
{
x
,
y
}
},
axis
()
{
const
x1
=
d3
.
axis
Top
(
this
.
scales
.
x
)
const
y1
=
d3
.
axis
Righ
t
(
this
.
scales
.
y
)
const
x1
=
d3
.
axis
Bottom
(
this
.
scales
.
x
)
const
y1
=
d3
.
axis
Lef
t
(
this
.
scales
.
y
)
const
x2
=
d3
.
axisBottom
(
this
.
scales
.
x
)
.
tickSizeInner
(
this
.
padded
.
height
)
.
tickFormat
(
''
)
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment