KLineChart icon indicating copy to clipboard operation
KLineChart copied to clipboard

[Feature] Allow generating chart images on serverside. (node.js)

Open itzTheMeow opened this issue 1 year ago • 1 comments

Feature Description

Currently the library only works in the browser. It would be cool if the library could be used to generate a static chart image in nodejs too.

To Do

maybe a separate function to generate an image, with parameters for screen height/width, what timeframe to show on the chart, zoom level, and the data to show on the chart

itzTheMeow avatar Mar 17 '23 19:03 itzTheMeow

It's too difficult to use some browser specific APIs.

liihuu avatar Mar 21 '23 16:03 liihuu