John Croucher
John Croucher
That example code seems to work when not within JSFiddle. I note that JSFiddle has one sandbox flag on the iframe as allow-same-origin. If I remove the allow-same-origin to treat...
Anyone able to get around this?
0.1.19 fixed my issue loading wss urls
This would also fix the session token issue where "AWS_SESSION_TOKEN" is not able to be added to the connection.
I am having the same issue. With the federated login we need to use the AWS_SESSION_TOKEN but this field doesn't seem to be available in the client.
Check this fork. It has support for both Horizontal and Vertical bar charts. https://github.com/jcroucher/chartjs-plugin-labels/blob/master/src/chartjs-plugin-labels.js
Are there any errors? I copied the code out of a working project. It should look like this  ![Screen Shot 2020-08-04 at...
https://codepen.io/jcroucher/pen/WNwegMe Note that for some reason including chartjs-plugin-labels as an external JS within CodePen doesn't work. Inline it works, my actual live project uses it as an import within Vue.
You need to manually add the metadata in Someone can probably provide a better example than me but incase it helps something like this. Grab the metadata `self.cameraController.captureImage { (image,...
Modify the captureImage function in CameraController file to be something like this. I have made a number of changes so I would recommend using it just as reference rather than...