impcymru / impcymru-chart-formatter

A VBA module for automatically formatting various charts in Excel
0 stars 1 forks source link

Legend becomes difficult to read when multiples lines of data #14

Closed impcymru-sian-sweet closed 1 year ago

impcymru-sian-sweet commented 1 year ago

What I did: Reformat chart with any data

What happened: Legend of data is displayed but difficult to read because this is overlapped

What should've happened: Displayed in a way which is easy to read

image

impcymru-adam-watkins commented 1 year ago

Legend formatting currently isn't considered at all!

Ideally, I think it would:

impcymru-adam-watkins commented 1 year ago

A tolerable workaround might be to always place the legend on the right. And remove the legend if there are more than two choices.

impcymru-adam-watkins commented 1 year ago

Imperfect, but good enough for now.