1
12.4 pdfを生成するには、chartistはchartistが描画します。chartistはsvgベースです。私はhtml(test-chartist.html right chart)でブラウザでグラフを見ることができます。しかし、私がwkhtmltopdf --dpi 300 --page-size A4 test-chartist.html test3.pdf
というコマンドを使っているときは、test3.pdfの図は空白です。そして、私が流れるJSを追加し、結果はchartistが描画したグラフはwkhtmltopdfを使用して正しく表示されません
Function.prototype.bind = Function.prototype.bind || function (thisp) {
var fn = this;
return function() {
return fn.apply(thisp, arguments);
};
};
size is not right and direction is not right too奇妙です誰が私を助けることができますか?大変ありがとうございます。