morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.92k stars 1.23k forks source link

Xaxis label legend overflow outside legend container #763

Open SethuICOMM opened 6 years ago

SethuICOMM commented 6 years ago

Hi morris chart

How to avoid the overflow xaxis legend into container? My Legend Display code window.barChart.options.data.forEach(function (label, i) { var legendItem = $('').text(label['label']).prepend('   '); legendItem.find('span').css('backgroundColor', array[i]); $('#' + legid).append(legendItem); });

Sethu