commit/galaxy-central: guerler: Charts: Switch histogram default to probabilities
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/278dfd3a7e89/ Changeset: 278dfd3a7e89 User: guerler Date: 2014-04-17 17:05:53 Summary: Charts: Switch histogram default to probabilities Affected #: 1 file diff -r 5ca863b3b300a552a44f1607cc565842538894c6 -r 278dfd3a7e8966058005383c37effd59aad9aeb1 config/plugins/visualizations/charts/static/charts/nvd3_histogram/config.js --- a/config/plugins/visualizations/charts/static/charts/nvd3_histogram/config.js +++ b/config/plugins/visualizations/charts/static/charts/nvd3_histogram/config.js @@ -13,7 +13,13 @@ init : 'Breaks' }, y_axis_label : { - init : 'Density' + init : 'Probability' + }, + y_axis_type : { + init : 'p' + }, + y_axis_tick : { + init : '.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