0
がPhantomJSに次の設定を渡し動作しない:phantomJS/highcharts:なぜ '高さ'
{
u'subtitle': {
u'text': u'2016-05-19 12:09 to 2016-05-26 12:09'
},
u'title': {
u'text': u'Query'
},
u'series': [
],
u'yAxis': {
u'title': {
u'text': u'Count'
}
},
u'tooltip': {
u'pointFormat': u'<span style="color:{point.color}">{series.name}</span>: <b>{point.y}</b><br/>'
},
'height': 1000,
u'credits': {
u'enabled': False
},
u'plotOptions': {
u'column': {
u'colorByPoint': False
}
},
u'xAxis': {
u'type': u'category'
},
u'type': u'chart',
u'legend': {
u'enabled': True
}
}
が、PNGは1200 * 800で出力?どうして?何かが足りない?
おかげ
あなたの 'height'設定は' chart'プロパティオブジェクト内にありません。また、すべての「u」には何がありますか? – wergeld
@wergeldチャートプロパティオブジェクト? – BAE