1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a61d3350e230/ Changeset: a61d3350e230 User: guerler Date: 2014-06-15 04:51:26 Summary: Charts: Fix boxplot tick format Affected #: 1 file diff -r c6cae92f69641533a0f812191c753f08721d6089 -r a61d3350e230462eddedbba0586b0d0dc6afe433 config/plugins/visualizations/charts/static/charts/jqplot/common/wrapper.js --- a/config/plugins/visualizations/charts/static/charts/jqplot/common/wrapper.js +++ b/config/plugins/visualizations/charts/static/charts/jqplot/common/wrapper.js @@ -127,7 +127,7 @@ // make axes function makeAxis (id) { - Tools.makeAxis({ + Tools.makeTickFormat({ categories : categories.array[id], type : settings.get(id + '_axis_type'), precision : settings.get(id + '_axis_precision'), Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.