Thank you for the idea.  My chart is displayed via a ChartWrapper object as 
presented here:

    var cw = new google.visualization.ChartWrapper();
    cw.setDataTable(dt);
    cw.setChartType(chartType);
    cw.setContainerId(divID);
    cw.setOptions(cc_options);
    cw.setView({columns: options[page].visibleColumns});
    cw.draw();

Is there a way to set the column type via the ChartWrapper, or do I need to 
go through the DataView directly?

On Monday, June 11, 2012 11:37:57 AM UTC-6, Teliac wrote:
>
> I have a line chart which plots portfolio value against the date.  The 
> dates in the data set are only market dates - no weekends or holidays.  
> However when the chart is drawn, it draws a long gap between two 
> consecutive market days that cover a weekend or holiday (from a Friday to a 
> Monday, for example).  Is there a way to show the Friday to Monday as a 
> single, one day gap rather than the three day gap the chart currently draws?
>
> I have been using Google Vis for a while, and I believe this desired 
> behavior was previously supported but I have not been able to find other 
> discussions on this.
>
> I do not want to use he annotated timeline for a variety of reasons, and 
> it is important for me to keep the horizontal axis as a JavaScript date 
> type for client side manipulation purposes.
>
> Thanks,
>
> Teliac
>

-- 
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/-/x3kGWwl4SToJ.
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.

Reply via email to