Skip to content
Snippets Groups Projects
Commit ddb1647b authored by Briggs, Aaron Shane's avatar Briggs, Aaron Shane
Browse files

remove some blank line

parent bc68a6d6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ const LINE_MARKER_WIDTH = 20;
const MARKER_GROUP_X_OFFSET = 15;
const VERTICAL_ROW_OFFSET = 18;
/**
* Create a simple legend
*
......@@ -24,7 +23,6 @@ export const drawSimpleLegend = function(div, {legendMarkerRows, layout}) {
const svg = div.append('svg')
.attr('class', 'legend-svg');
const legend = svg
.append('g')
.attr('class', 'legend')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment