legends are getting overlapped for google charts no matter the width of the chart -


i using google chart api displaying charts. positioned legends bottom of chart. legends getting overlapped no matter chart width is.

please me in resolving problem.

thanks in advance...

the options have used is,

options = {             title: chartitemobject.chartname,             'height' : 230,             'width' : 410,             legend: { position: 'bottom', alignment: 'start',maxlines : 2 },             chartarea: {  width: "70%", height: "70%" },              colors:['#00a4e4','#0070c0','#fdb913','#7030a0','#a06f30','#fd8713','#d9d9d9','#e92828','#0abc01','#00b69d']     }; 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -