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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -