var options = {
legend: 'none',
hAxis: { minValue: 0, maxValue: 7 },
pointSize: 30,
series: {
0: { pointShape: '1.png' },
1: { pointShape: '2.png' },
2: { pointShape: 'abc.png' },
3: { pointShape: 'x.png' },
4: { pointShape: 'star.png' },
5: { pointShape: 'p.png' }
}
};and output should look like below image.