I would like to use this chart type in a custom module. Any chance of it being implemented?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | chart-463200.patch | 552 bytes | quickcel |
I would like to use this chart type in a custom module. Any chance of it being implemented?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | chart-463200.patch | 552 bytes | quickcel |
Comments
Comment #1
tjholowaychuk commentedthats what open source is for, go nuts :P
Comment #2
mitchell commentedI haven't tested these, but they seem to take care of QR Codes very well: Data Matrix API and even better with Mobile Codes.
Comment #3
tms8707056 commentedThanks!
Comment #4
mitchell commentedComment #6
quickcel commentedI was looking for something similar and it seems pretty easy to implement.
All you need to do is add the following line to the chart.module file:
define('CHART_TYPE_QR', 'qr');Then if you want to implement you can use the following code:
Do you think it would be possible to get this chart type added?
Comment #7
quickcel commentedHere's a patch to help out
Comment #8
boombatower commentedCommitted to 6.x-1.x and 7.x-1.x
Comment #10
white snow commentedYou can take a look at this passage about QR Code barcode generation. Last time I used QR Code barcodes for my products and found solution on this website. Hope it can help you.
Comment #11
Anonymous (not verified) commentedThe Infographics & Image Charts (which includes QR Codes) features of Google Charts has been deprecated & will cease to function in 2015: http://googledevelopers.blogspot.com/2012/04/changes-to-deprecation-poli...
H.