|
|
@@ -246,7 +246,7 @@ export default {
|
|
|
let divY = this.getMousePos()["y"];
|
|
|
this.barWrap.setAttribute(
|
|
|
"style",
|
|
|
- `width: 250px; height: 180px;border: 1px solid #ccc;position:absolute;top: ${divY}px;left:${divX}px`
|
|
|
+ `width: 350px; height: 180px;border: 1px solid #ccc;position:absolute;top: ${divY}px;left:${divX}px`
|
|
|
);
|
|
|
this.drawBar.setAttribute("style", `width: 100%; height: 100%`);
|
|
|
// 创建柱状图
|