@redsift/d3-rs-lines
Advanced tools
Comparing version 0.4.5-legends-upd to 0.4.5-legends-upd-1
{ | ||
"name": "@redsift/d3-rs-lines", | ||
"version": "0.4.5-legends-upd", | ||
"version": "0.4.5-legends-upd-1", | ||
"description": "Generates line charts using D3v4.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -533,3 +533,3 @@ | ||
item, | ||
{v: item.v.map((v, idx) => legends.length && legendsEnabled.includes(idx) ? v : null)} | ||
{v: item.v.map((v, idx) => legend.length && legendsEnabled.includes(idx) ? v : null)} | ||
) | ||
@@ -536,0 +536,0 @@ ); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1116928
12185