flatline wrote:
> How ca I make the size of the labels on the left smaller (and/or make
> their space larger) so that they remain aligned to the bars on the
> right when there is long text?
>
I'd try adding a CSS rule like this
div.exhibit-barChartView-canvasFrame > table tr > td:first-child {
white-space: pre; }
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---