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
Post a Comment