Open noerkes opened 1 year ago
Please don't use chart.googleapis.com. It will disappear soon.
On Tue, Jan 16, 2024 at 9:24 AM Benjamín Gautier @.***> wrote:
I believe that you can use interpolator operator like this: https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl={https://www.mywebsite.com/5055275?argument1=value1&argument2=value2}
— Reply to this email directly, view it on GitHub https://github.com/google/google-visualization-issues/issues/2996#issuecomment-1893851810, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFCEW2OPHBAPWVOWB6JRQDYO2ETBAVCNFSM6AAAAAA35H7UQKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJTHA2TCOBRGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Not a problem, But using the above example in the OP what do we replace it with?
https://chart.googleapis.com/chart?cht=qr&chs=150x150&chl=https://www.mywebsite.com/5055275?argument1=value1&argument2=value2
I believe the ampersand between "value1 and "argument2" is getting lost in translation, and everything after "value1" is ignored in the resulting QR code. How can I include the second argument in my call without confusing the url?