Ritchburn7

Results 9 comments of Ritchburn7

didn't work for me either. I'm on ubuntu and I installed everything possible but I still receive the same message, what could it be?

Edit: did it! but when the second one is being rendered, it messes up the first one! ![image](https://user-images.githubusercontent.com/7575105/157788384-7a74852d-eed4-4180-91b8-cedc64397726.png) any tips I could use? One thing I noticed is that the...

the first one has the color of the seats changed. The correct map should have the first two rows colored from columns 25 to 28. When the second map is...

The problem is, every time let sc = new Seatchart(mapDrawData); the previous map data gets overwritten or something. I have checked the calls and it happens right after creating the...

I have a question about this? when you say it's posible to have multiple maps, it's with the 0.1.0 release? Because I am working with an older code, and I...

nope, I actually didn't want to share any options between maps! I used Object.assign to that end. Here's a little map I made, with the results on the image: let...

hello, I tried this solution but I didn't get the download message on the cllient. what could I be missing? I am using angularjs. This is the call to the...

tried processing it as blob data, but the file in result is corrupted. What could I be missing? var blob = new Blob([data], { type: "octet/stream" }); var link =...

Here's the code I have on the server side: `// __ __ ___ ___ // |__) / \ | |__/ | | // |__) \__/ | | \ | |...