chart-tool icon indicating copy to clipboard operation
chart-tool copied to clipboard

Having three quotes in a legend/data header field breaks the chart editing interface

Open tomcardoso opened this issue 6 years ago • 0 comments

I had some data like this:

Category,Thing one,Thing two
Apple,12,24
Banana,10,9
Orange,1,6

And wanted to have Thing one display as "Thing" one in the legend, so I changed the data to this:

Category,""Thing" one",Thing two
Apple,12,24
Banana,10,9
Orange,1,6

… which breaks the interface for that chart.

tomcardoso avatar Dec 11 '18 23:12 tomcardoso