It seems that the 4 numbers used for each candle bar are very long. As a first step you can use the "formattedValue" property of each cell to generate smaller size numbers (i.e., 12.123123123 -> 12.12). See this reference for how to format all the numbers of a given column with one call: https://developers.google.com/chart/interactive/docs/reference#numberformatter
If this works for you, great. Otherwise please elaborate on what else is not right. Thanks ChartMant On Sat, May 19, 2012 at 3:50 PM, Ken Kideckel <[email protected]> wrote: > thks > ken > > > On Sat, May 19, 2012 at 6:42 AM, ChartMan <[email protected]> wrote: > >> Screenshot please or be more specific. >> >> Thanks! >> On May 19, 2012 1:29 PM, "k2sarah" <[email protected]> wrote: >> >>> the tool tip data and format in the candelstick chart is a little bit >>> cryptic (from my perspective). can this be overriden? >>> >>> thks >>> ken >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/google-visualization-api/-/dHPaqNunFmcJ. >>> 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. >>> >> -- >> 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. >> > > -- > 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. > -- 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.
