Bar chart : xaxis label hiding · Issue #745 · morrisjs/morris.js xkey: 'label', ykeys: ['data'], labels: ['data'], barColors: function (row, series, type) {if (type === 'bar') {red = hexToRgb(colorarr[cnt]).r; gr = hexToRgb(colorarr[cnt]).g; bl = hexToRgb(colorarr[cnt]).b; cnt = cnt + 1; return 'rgb(' + red + ',' + gr + ',' + bl + ')';} else {return '#000';}}, xLabelAngle: 70, fillOpacity: 0.6, behaveLikeLine: true,