You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/25 21:51:23 UTC

[GitHub] mistercrunch commented on a change in pull request #4880: Adding X and Y axis Formats to the Bubble Chart Tooltip

mistercrunch commented on a change in pull request #4880: Adding X and Y axis Formats to the Bubble Chart Tooltip 
URL: https://github.com/apache/incubator-superset/pull/4880#discussion_r184216781
 
 

 ##########
 File path: superset/assets/src/visualizations/nvd3_vis.js
 ##########
 @@ -384,7 +387,7 @@ export default function nvd3Vis(slice, payload) {
       chart.xAxis.tickFormat(xAxisFormatter);
     }
 
-    const yAxisFormatter = d3FormatPreset(fd.y_axis_format);
+    //const yAxisFormatter = d3FormatPreset(fd.y_axis_format);
 
 Review comment:
   delete this line

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services