commit/galaxy-central: guerler: Charts: Fix line with focus chart
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ecf395a6f4f7/ Changeset: ecf395a6f4f7 User: guerler Date: 2014-03-09 07:50:40 Summary: Charts: Fix line with focus chart Affected #: 1 file diff -r 77e16bf8a25fc27610362a9577155f76da3cf1a5 -r ecf395a6f4f79efab99c3645d1f6950d721acf48 config/plugins/visualizations/charts/static/plugins/nv.d3.js --- a/config/plugins/visualizations/charts/static/plugins/nv.d3.js +++ b/config/plugins/visualizations/charts/static/plugins/nv.d3.js @@ -10374,8 +10374,7 @@ //.attr('d', arc); slices.select('path') - .attr('d', arc) - .attrTween('d', arcTween); + .attr('d', arc); if (showLabels) { // This does the normal label 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