Discussion:
[visualization-api] How to use Custom Images or texts on Combo charts
Sagar Shirke
2016-09-02 13:39:36 UTC
Permalink
I want to use custom Images or text on combo charts i.e Pointshape.
Something like mentioned below.

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.

So can anyone let me know how it can be achieved??
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+***@googlegroups.com.
To post to this group, send email to google-visualization-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/650f2804-c298-408d-a0e9-73cc642f6d52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...