The Tournament Director Forums

Main => Suggestions => Topic started by: TIMMER on January 23, 2013, 10:57:09 AM

Title: Seating Chart
Post by: TIMMER on January 23, 2013, 10:57:09 AM
Seating Chart token, Is there away to bring the chips closer to the players name and not be so wide, using the diagram  (maybe a width option)
Title: Re: Seating Chart
Post by: Corey Cooper on January 24, 2013, 12:06:43 PM
I'll have to look into it.  There's no option now.  The width is determined by the font size.  But the table widths aren't absolute - they will "shrink" if necessary to fit into a smaller location (meaning any whitespace in between columns will be shrunk).  You could force that to get the chip amounts closer to the names.

For example, if you have:

<seatingChart format="diagram" columns="3">

You could try:

<div width="500px"><seatingChart format="diagram" columns="3"></div>

And then play with the width value to see what works.