cosname / recharts

An interface to ECharts
https://recharts.cosx.org
BSD 3-Clause "New" or "Revised" License
337 stars 150 forks source link

图的尺寸 #10

Closed KuiMing closed 10 years ago

KuiMing commented 10 years ago

请问如何控制图的尺寸, 如: width, height?

yummyZhou commented 10 years ago

require(recharts) eChartsObject <- eLine(WorldPhones) + eOption(size=c(800,600)) plot(eChartsObject)