Trrack / trrackvis

BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Allow the label width to not be provided and automatically take the max width #48

Open ZachCutler04 opened 10 months ago

ZachCutler04 commented 10 months ago

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