equitablegrowth / Playfair

Web application for creating publication ready charts and graphs
http://www.austinclemens.com/Playfair/playfair.html
56 stars 6 forks source link

Can't delete legend on graph #261

Open nbunker opened 7 years ago

nbunker commented 7 years ago

went to make a graph and for some reason I can't delete the legend. When I went to "X" out the label, it doesn't appear to have an "x."

This is what I see at first:

screenshot

And then when I x-out that undefined part, I get this: screenshot2

And then I'm stuck with the legend there.

austinclemens commented 7 years ago

not related to variable names, can be reproduced simply with data like:

x,y,z 1,2,a 3,4,a 5,6,b 7,8,b

Seems to be specific to concatenating two geoms into one key item

austinclemens commented 6 years ago

related to #162