1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ee10590fc2ba/ Changeset: ee10590fc2ba User: guerler Date: 2014-03-08 08:22:30 Summary: Charts: Set default axis labels Affected #: 1 file diff -r def038539c985774345ae0a7382c61b9d3dfde6e -r ee10590fc2bad868ed46db49f2dd29346672ab26 config/plugins/visualizations/charts/static/charts/_nvd3/config.js --- a/config/plugins/visualizations/charts/static/charts/_nvd3/config.js +++ b/config/plugins/visualizations/charts/static/charts/_nvd3/config.js @@ -16,7 +16,7 @@ title : 'Axis label', info : 'Provide a label for the axis.', type : 'text', - init : '', + init : 'X-axis', placeholder : 'Axis label' }, x_axis_type : { @@ -96,7 +96,7 @@ title : 'Axis label', info : 'Provide a label for the axis.', type : 'text', - init : '', + init : 'Y-axis', placeholder : 'Axis label' }, y_axis_type : { 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.