Sean Sobey

Results 22 comments of Sean Sobey

@SuchJitter what issue are you experiencing?

Hi @dimisus, Yeah, I had a propper look now and unfortunately getting the new(ish) adaptors working is not simple and definitely needs to be addressed in forthcoming versions of this...

Hi, I don't understand your question fully. This library (ChartjsNodeCanvas) already combines chartjs and canvas (node-canvas). If you are having trouble getting started maybe try the readme?

Hi there! This works fine for me: ```js const { ChartJSNodeCanvas } = require('./index'); const { loadImage } = require('canvas'); const fs = require('fs/promises'); async function main() { const width...

Hi there! As per the NodeJS version section on the [docs](https://github.com/SeanSobey/ChartjsNodeCanvas#node-js-version), `node-canvas` [does note yet support node 18.x](https://github.com/Automattic/node-canvas/issues/2025). You need to wait for support to be added or use a...

Yes, this library is a kit specifically for running Chartjs on Nodejs. Chartjs is a front end based library so you can use it as is or a wrapper like...

Try the new API version (currently 3.0.8)

I managed to get one working: ```ts import { IMatch } from 'typemoq/Match/IMatch'; export class Itx { public static isAnyFunction(): T { let matcher = new MatchAnyFunc(); return matcher; }...

Yes, here is the set of options I am using: ```json "compilerOptions": { "allowJs": true, "allowSyntheticDefaultImports": true, "checkJs": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "importHelpers": true, "module": "commonjs", "noFallthroughCasesInSwitch":...

@elliots Thank you for your contribution! I have picked up working on this project again and am going to release a version soon working on [email protected]. The idea of a...