I am having an issue of showing multiple values in line bar chart.
Please find attachment.
Morris.Bar({
element : 'bar-chart',
data: [
<?php echo $chart_data ?>
],
xkey: 'days',
ykeys: ['percentage'],
xLabels:"day",
xLabelMargin: 1,
labels: ['Conversion rate'],
hideHover:'auto',
stacked:true,
ymax: 100,
barColors:['#2AAEA0'],
units: '%'
});
Hi There,
I am having an issue of showing multiple values in line bar chart. Please find attachment. Morris.Bar({ element : 'bar-chart', data: [ <?php echo $chart_data ?> ], xkey: 'days', ykeys: ['percentage'], xLabels:"day", xLabelMargin: 1, labels: ['Conversion rate'], hideHover:'auto', stacked:true, ymax: 100, barColors:['#2AAEA0'], units: '%' });