
Untitled
By: a guest on
Apr 26th, 2012 | syntax:
None | size: 0.63 KB | hits: 40 | expires: Never
var linechart = Raphael(document.getElementById('holder')).
g.linechart(10,10,400,400,[1,2,3,4,5,6],[[5,4,3,2,1,0],[5,3,4.3,3,2,0]], {
shade:true,
smooth:true,
axisxstep:5,
axis:"0 0 1 1"
});
linechart.axis[0].text.items[3].attr('text','kjfd');
linechart.axis[1].text.hide();
linechart.items[0][1].darker();
var options = {
gutter: 10,
symbol: "",
colors: Raphael.fn.g.colors,
nostroke: false,
smooth: false;
shade: false,
dash: "",
axis: "",
axisxstep: 1,
axisystep: 1
};
// http://jburrows.wordpress.com/2011/02/21/documentation-for-graphael-g-line-js/
// http://alexyoung.github.com/ico/examples.html