When I try to make like on this Image but i don't know how to make that. Anyone can help me on How to make a double layer chart like on this image Using sparkline chart
$("#sparkline-revenue").sparkline([5, 3, 4, 6, 5, 7, 9, 4, 3, 5, 6, 1], {
type: 'line',
width: '100%',
height: '100',
lineColor: '#6565f2',
fillColor: '#6565f2',
resize: true,
});
<div id="sparkline-revenue"></div>