X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.js;h=57bd04dbb0ce1960b2c2d06e946acf20a154b846;hp=57de19dd44a9f8fe9575ed97762d2f40dfa26905;hb=d8668f727e7205258be6b362015723550d89b32c;hpb=7b7d7eb89c9e48ca00e80a98e2324ce5754100a7 diff --git a/share/collection.js b/share/collection.js index 57de19d..57bd04d 100644 --- a/share/collection.js +++ b/share/collection.js @@ -358,6 +358,9 @@ function inst_get_chart_opts (inst, def) /* {{{ */ if (def.title) chart_opts.title = { text: def.title }; + if (def.vertical_label) + chart_opts.yAxis.title = { text: def.vertical_label }; + return (chart_opts); } /* }}} function chart_opts_get */