I have a Line Chart with number for first column, where no matter the data points the chart come out well scaled. For Column Chart I am supposed to provide x,y points for each column, but I would like to have the many data points pre-processed and split among corresponding columns in a scaled fashion, so that there are only a few (10-20) columns, no matter the number of data points.
On Dec 2, 6:49 pm, asgallant <[email protected]> wrote: > What do you mean by "data normalization and scaling"? The charts don't > normalize anything. What do you want to have, an (X,Y) scatter-plot-like > Column Chart? I don't think that can be done. You can, however, use a > DataView to translate the first column into a string and draw the chart > based on the view; seehttp://jsfiddle.net/526pL/. -- 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.
