quickchart icon indicating copy to clipboard operation
quickchart copied to clipboard

Chart image and QR code web API

Results 35 quickchart issues
Sort by recently updated
recently updated
newest added

I have identified an issue with backgroundColor in datasets not working correctly the value is in an array. If below example is posted to quickchart.io, it renders correctly with colors...

Expecting callback to contain scope of `this` as seen in this charts.js example: https://www.chartjs.org/docs/latest/samples/scale-options/ticks.html More info https://www.chartjs.org/docs/latest/axes/labelling.html I.e. `this.getLabelForValue` should be available, but it is not.

bug

Is the client chart maker available to clone? I want to self host and it would be nice to use or reference the client chart maker and not recreate it...

enhancement

Hi I tried to find a way to send helpers and elements callbacks like in this 2 examples(in order to achieve rounded corners): https://jsfiddle.net/uffo/5oty49r3/6/ https://codepen.io/jordanwillis/pen/jBoppb Maybe there is a way...

enhancement

Hi, I cannot produce SVG charts using the docker image. I see that instead on the hosted version it works. Is it possible to have this feature also on the...

Evaluation of JS embedded in the chart.js specification is done via `NodeVM` which doesn't support timeouts: https://github.com/typpo/quickchart/blob/master/lib/charts.js#L133 Due to this it's possible for the evaluation to enter an endless loop...

Hi there, First for all thank you for this amazing project. I've been checking this library but haven't been able to find a way to set the X-Dimension parameter for...

enhancement

Hello I used "docker run -d -p 9889:3400 ianw/quickchart" to run the image on my system and it works well when I use this "http://0.0.0.0:9889/chart?c={type:%27bar%27,data:{labels:[2012,2013,2014,2015,2016],datasets:[{label:%27Users%27,data:[120,60,50,180,120]}]}}" but I can not get...

enhancement

I just added support for custom font via ENV.

I have query string parameters in the link I use to create a QR code, but these parameters are truncated when an Android user uses the camera app to read...

enhancement