Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Show 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
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