Skip to content
Snippets Groups Projects
Commit a8574f17 authored by kobben's avatar kobben
Browse files

added legendheight() to Susie Lu's d3.legend

parent 2b232b66
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,7 @@
//BJK: addition/changed
// legend.legendHeight() returns total height, for SVG height determination
// Barend Köbben b.j.kobben@utwente.nl 16 July 2015
// Barend Köbben b.j.kobben@utwente.nl 10 Aug 2015
module.exports = function(){
......@@ -435,8 +433,6 @@
}
legend.scale = function(_) {
if (!arguments.length) return legend;
scale = _;
......
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