We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaf960 commit 7493dc9Copy full SHA for 7493dc9
QuickChart.php
@@ -125,6 +125,7 @@ function toBinary() {
125
$ch = curl_init($this->getRootEndpoint() . '/chart');
126
$postData = array(
127
'backgroundColor' => $this->backgroundColor,
128
+ 'devicePixelRatio' => $this->devicePixelRatio,
129
'width' => $this->width,
130
'height' => $this->height,
131
'format' => $this->format,
0 commit comments