Allow the label width to not be provided and automatically take the max width
Opened this issue · 0 comments
ZachCutler04 commented
Taking the max width is a bit tricky since we dont always know how much to give the svg/how much to give the descriptions, but if we just calculate the svg first and let the description take the rest, thatd be smarter than calculating them both as we do now, and wouldnt require the user to pass in every little thing