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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -