[
{ label: ‘ Actual’, data: {{rbjc.GraphTotalRevenue}} },
{ label: ‘ Goal’, data: {{rbjc.GraphTotalRevenueGoal}} },
],
{
bars: { show: true, fill: true, lineWidth: 1, order: 1, fillColor: { colors: [{ opacity: 0.5 }, { opacity: 0.9}] } },
colors: [‘{{rbjc.color.actual}}’, ‘{{rbjc.color.goal}}’],
series: { shadowSize: 1 },
xaxis:{ font: { color: ‘#000’ }, position: ‘bottom’, ticks: {{rbjc.GraphTicks}}, tickOptions: { angle: 30 } },
yaxis:{ font: { color: ‘#333’ }, min: 0 },
grid: { hoverable: true, clickable: true, borderWidth: 0, color: ‘#ccc’ },
tooltip: true
}