Kimee, the quick hack fix is to change the one line of javascript that modifies the font size based on scale. You will find it in the file cloud_facet.js, the line is elmt.style.fontSize = Math.ceil(100 + 100 * Math.log(1 + 1.5 * (entry.count - min) / range)) + "%"; if you replace this with elmt.style.fontSize = "100%" you will get what you want.
long term will should scalefactor as an option for the cloud facet kimeee wrote: > i currently have a cloud facet that holds values for the first letter > of a last name for a sort function... > > problem is that my boss doesn't like different font sizes... > > i told him that the sizing depends on value count based on a formula > in the js but he doesn't care... > > so i have two options... > > 1. somehow making the cloud facet value font sizes the same > 2. creating a list facet but having each value on the same line > rather than a break after each value > > if anyone has any help or advice that would be great > > kimeee > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
