Using the current version of the API the pattern column is not being applied to the data in the column. The goal is for numbers to appear without the comma. I know that I can use NumberFormat but don't want to since this would require... re-coding (work)!!
var data1 = google.visualization.arrayToDataTable ([['Price', 'Profit/Lost', {'type': 'string', 'role': 'style' *,'pattern':'####'*}], [1.9 , 10000, null], [2 , 5000, null], [2.1, 0, 'point {shape-type: triangle; shape-rotation: 180;}'] ]); Using version 42 the patter is recognized and the data is formatted properly without the commas. See example: https://jsfiddle.net/frogmanjc/2a0bhu0f/ -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com. To post to this group, send email to google-visualization-api@googlegroups.com. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/38f3da28-9e17-415f-a247-e3efab931528%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.