We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4636034 commit 8a56b25Copy full SHA for 8a56b25
1 file changed
js/widgets/main_plot.js
@@ -117,14 +117,14 @@ $(function() {
117
label: "xlabel",
118
text: this.xlabel,
119
x: (this.width + this.margins.left - this.margins.right) / 2,
120
- y: this.height - 15,
+ y: this.height - 5,
121
font_size: 16
122
});
123
this._elements.ylabel = main_plot.append("g");
124
$(this._elements.ylabel.node()).editable_svg_text({
125
label: "ylabel",
126
text: this.ylabel,
127
- x: 25,
+ x: 12,
128
y: (this.height + this.margins.top - this.margins.bottom) / 2,
129
font_size: 16,
130
rotation: "vertical"
0 commit comments