microsoft / datamations

https://microsoft.github.io/datamations/
Other
67 stars 15 forks source link

Fill vs stroked legend #103

Closed giorgi-ghviniashvili closed 2 years ago

sharlagelfand commented 2 years ago

Just caught this up to main (with therefactoring branch merged in) so there is only one commit now - just showing the example specs with the fill legend, right?

giorgi-ghviniashvili commented 2 years ago

@sharlagelfand yes and also const n = d3.max(vegaLiteSpecs[0].data.values, d => d.n); to find max n of first spec if first spec has more than 1 group.