commit/galaxy-central: guerler: Charts: Adjust to viz framework change
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/303f709d1427/ Changeset: 303f709d1427 User: guerler Date: 2014-02-08 06:06:46 Summary: Charts: Adjust to viz framework change Affected #: 1 file diff -r 375c04b4a7085c91c48201fc5d7376ab613874c8 -r 303f709d14276511f121c216f030400fddec2bd5 config/plugins/visualizations/charts/templates/charts.mako --- a/config/plugins/visualizations/charts/templates/charts.mako +++ b/config/plugins/visualizations/charts/templates/charts.mako @@ -61,7 +61,7 @@ require(['app'], function(App) { // load options var options = { - config : ${h.to_json_string( query_args )}, + config : ${h.to_json_string( config )}, dataset : ${h.to_json_string( trans.security.encode_dict_ids( hda.to_dict() ) )} } 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