@flourish/legend
Advanced tools
Comparing version 6.2.2 to 6.2.4
{ | ||
"name": "@flourish/legend", | ||
"version": "6.2.2", | ||
"version": "6.2.4", | ||
"description": "Flourish module for making legend", | ||
@@ -15,3 +15,3 @@ "main": "legend.js", | ||
"author": "Kiln Enterprises Ltd", | ||
"license": "UNLICENSED", | ||
"license": "https://flourish.studio/terms/fcl/", | ||
"dependencies": { | ||
@@ -18,0 +18,0 @@ "@flourish/js2css": "^1.0.0", |
@@ -1,2 +0,8 @@ | ||
# 6.2.0 | ||
# 6.2.4 | ||
* Ignore legend icons when downloading SVG | ||
# 6.2.3 | ||
* Update module license | ||
# 6.2.2 | ||
* Add extra check to ensure toFixed() in the roundDown function | ||
@@ -3,0 +9,0 @@ is getting values it can process (i.e. between 0 and 100) |
@@ -178,3 +178,3 @@ import { select, event as d3_event } from "d3-selection"; | ||
.append("svg") | ||
.attr("class", "fl-legend-icon") | ||
.attr("class", "fl-legend-icon fl-ignore-svg-download") | ||
.append("path"); | ||
@@ -181,0 +181,0 @@ |
Sorry, the diff of this file is too big to display
197913