Yes, we still have to implement the cheat around the date gaps:
var chart1 = new
asgallant.LineChartAsAnnotatedTimeline(document.getElementById('chart_div1'));
var columns = [{
type: 'string',
label: data.getColumnLabel(0),
calc: function (dt, row) {
return dt.getFormattedValue(row, 0);
}
}];
for (var i = 1; i < data.getNumberOfColumns(); i++) {
columns.push(i);
}
chart1.getChartWrapper().setView({columns: columns});
chart1.draw(...);
Yes, the style after converting to LineCharts is different than ATL.
LineCharts are significantly more customizable than ATL charts, though,
and most anything that isn't supported by the API can be custom built.
On Thursday, February 14, 2013 4:44:50 PM UTC-5, [email protected] wrote:
>
> It works !
>
> But I have still the gap's
>
> The style is very different of the style before changing it's normal too ?
>
> I feel I did a bullshit ^^ lol
>
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.