Author Topic: Seating Chart  (Read 1755 times)

TIMMER

  • Hero Member
  • *****
  • Posts: 562
    • View Profile
Seating Chart
« 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)

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Seating Chart
« Reply #1 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.