commit/galaxy-central: guerler: Charts: Fix histogram column label
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5459de70fd32/ Changeset: 5459de70fd32 User: guerler Date: 2014-03-08 08:33:06 Summary: Charts: Fix histogram column label Affected #: 1 file diff -r f744a6191603bfa6cdbd2c5b5bddba74aa66866d -r 5459de70fd325cbde3937034880266e36d98e97d config/plugins/visualizations/charts/static/charts/histogram/config.js --- a/config/plugins/visualizations/charts/static/charts/histogram/config.js +++ b/config/plugins/visualizations/charts/static/charts/histogram/config.js @@ -4,8 +4,8 @@ title : 'Histogram', mode : 'execute', columns : { - x : { - title : 'Values for x-axis' + y : { + title : 'Observations' } }, settings : { 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