commit/galaxy-central: guerler: Charts: Switch to options tab on double click
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f744a6191603/ Changeset: f744a6191603 User: guerler Date: 2014-03-08 08:25:04 Summary: Charts: Switch to options tab on double click Affected #: 1 file diff -r ee10590fc2bad868ed46db49f2dd29346672ab26 -r f744a6191603bfa6cdbd2c5b5bddba74aa66866d config/plugins/visualizations/charts/static/views/chart.js --- a/config/plugins/visualizations/charts/static/views/chart.js +++ b/config/plugins/visualizations/charts/static/views/chart.js @@ -64,6 +64,9 @@ // update chart type self.chart.set({type: type}); }, + ondblclick : function(chart_id) { + self.tabs.show('settings'); + }, content: 'No chart types available' }); 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