so if you check the method parameters you would see (i,j, value, formatted_value, properties) your code is missing the formatter_value. Add an empty string before the properties object.
ChartMan On Mon, Dec 28, 2009 at 11:57 PM, Bill Patton <[email protected]> wrote: > When attempting to assign an inline style to a table cell: > > data.setCell(0,3,'H',{'style': 'border: 3px solid deeppink;'}); > > I receive this error when that cell is rendered: > > [object Object] > > The complete page is at: > http://www.logsitall.com/jswrite2-better.asp > > Suggestions? > > -bill > > -- > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- 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.
