Luis E.

Results 6 comments of Luis E.

So could you get this working? @LavaYasha

Any progress here? I have the same problem with x scale.

I found I had a mistake in callback. So now it's working for me. ``` "x": { "ticks": { "autoSkip": false, "maxRotation": 0, "font": { "size": "10px", "family": "Roboto, Helvetica,Arial,sans-serif",...

how could I use the zlib instead? something like this? ``` const client = new Client({ intents: [GatewayIntentBits.Guilds], ws: { compress: true, properties: { $browser: "Discord.js", $device: "Discord.js", $os: process.platform...

@JMTK thanks