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:
[email protected]
With regards,
Apache Git Services