google chart prevent xaxis annotation overlap -
i'm looking make line graph more readable making 1 series annotation on top , other series on bottom. if close on same line can't hover on other , can't read it. know way this?
would post image site not allow posting whats important
var options = { title:'availibility comparison '+labela+' , '+labelb, width: 1150, height: 600, backgroundcolor:'white', annotation: {style: 'line'}, vaxis: { minvalue: 99.94, gridlines: {count: 20} }, series: { 0: { color: 'blue', pointsize: 2 }, 1: { color: 'purple', pointsize: 2 } }, chartarea: { width: 950 }, annotation: { 1: { style: 'none' } } };
Comments
Post a Comment