commit/galaxy-central: guerler: Charts: Pad y axis
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fc2eb78580b9/ Changeset: fc2eb78580b9 User: guerler Date: 2014-06-18 12:53:16 Summary: Charts: Pad y axis Affected #: 1 file diff -r 9896943ec1d8ef895b973d496ff6e124bbd46f06 -r fc2eb78580b90809ead1ecde5efa68899205b359 config/plugins/visualizations/charts/static/charts/jqplot/bar/wrapper.js --- a/config/plugins/visualizations/charts/static/charts/jqplot/bar/wrapper.js +++ b/config/plugins/visualizations/charts/static/charts/jqplot/bar/wrapper.js @@ -25,6 +25,9 @@ axes: { xaxis: { min : -1 + }, + yaxis: { + pad : 1.2 } } }); 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.
participants (1)
-
commits-noreply@bitbucket.org