Naven, I like your idea of creating an extra column. I'm not sure exactly how to implement that idea with my chart. Can you send an example of the coding of this?
I'm still very new to this and would love to learn how to set the formatting separately for a specific column. Thanks! -Ben On Oct 29, 9:29 pm, naven87 <[email protected]> wrote: > So you need to be careful when using the pattern formatters. > Generally every cell can have a value and a formatted value. The > pattern formatter changes the underlying formatted value for > everything. I have solved this by creating a extra column which I > then format with the pattern formatter and don't corrupt the source > data. For my use, I have a couple different views I show depending on > what user selects (with picture, with title, etc.) Then I pregenerate > all the extra columns from the source which I don't touch. > Alternatively you could just have one scratch column and generate it > on the fly. The reason a use a separate column is once you change a > given cell's formatted value, that is the value any future pattern > formatters use unless you go and remove the formated value first, > which was more trouble then I wanted to deal with. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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/google-visualization-api?hl=en.
