治理绘图调整
This commit is contained in:
@@ -481,7 +481,7 @@ public class LineGenerator {
|
||||
instantOption.setLegend(new Legend().setData(new String[]{a, b, c}).setLeft("10px"));
|
||||
}
|
||||
//上下左右的图内间距
|
||||
instantOption.setGrid(new Grid().setTop("60px").setLeft("55px").setRight("40px").setBottom("10%"));
|
||||
instantOption.setGrid(new Grid().setTop("60px").setLeft("70px").setRight("40px").setBottom("10%"));
|
||||
//横坐标
|
||||
instantOption.setXAxis(new ValueAxis().setName("ms")
|
||||
.setMax(df2.format(aValue.get(0).get(0)))
|
||||
|
||||
Reference in New Issue
Block a user