|
@@ -92,8 +92,8 @@ export default () => {
|
|
|
chartType: type,
|
|
|
left: 300,
|
|
|
top: 81.25,
|
|
|
- width: 400,
|
|
|
- height: 400,
|
|
|
+ width: 800,
|
|
|
+ height: 800,
|
|
|
rotate: 0,
|
|
|
themeColors: [theme.value.themeColor],
|
|
|
textColor: theme.value.fontColor,
|
|
@@ -120,8 +120,8 @@ export default () => {
|
|
|
data.push(rowCells)
|
|
|
}
|
|
|
|
|
|
- const DEFAULT_CELL_WIDTH = 100
|
|
|
- const DEFAULT_CELL_HEIGHT = 36
|
|
|
+ const DEFAULT_CELL_WIDTH = 200
|
|
|
+ const DEFAULT_CELL_HEIGHT = 72
|
|
|
|
|
|
const colWidths: number[] = new Array(col).fill(1 / col)
|
|
|
|
|
@@ -150,7 +150,7 @@ export default () => {
|
|
|
colHeader: false,
|
|
|
colFooter: false
|
|
|
},
|
|
|
- cellMinHeight: 36
|
|
|
+ cellMinHeight: 72
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -242,7 +242,7 @@ export default () => {
|
|
|
points: data.points,
|
|
|
color: theme.value.themeColor,
|
|
|
style: data.style,
|
|
|
- width: 2
|
|
|
+ width: 4
|
|
|
}
|
|
|
if (data.isBroken) newElement.broken = [(start[0] + end[0]) / 2, (start[1] + end[1]) / 2]
|
|
|
if (data.isBroken2) newElement.broken2 = [(start[0] + end[0]) / 2, (start[1] + end[1]) / 2]
|
|
@@ -271,7 +271,7 @@ export default () => {
|
|
|
path: data.path,
|
|
|
latex: data.latex,
|
|
|
color: theme.value.fontColor,
|
|
|
- strokeWidth: 2,
|
|
|
+ strokeWidth: 4,
|
|
|
viewBox: [data.w, data.h],
|
|
|
fixedRatio: true
|
|
|
})
|
|
@@ -286,11 +286,11 @@ export default () => {
|
|
|
type: "elf",
|
|
|
subtype: "elf-video",
|
|
|
id: nanoid(10),
|
|
|
- width: 500,
|
|
|
- height: 300,
|
|
|
+ width: 1000,
|
|
|
+ height: 600,
|
|
|
rotate: 0,
|
|
|
- left: (viewportSize.value - 500) / 2,
|
|
|
- top: (viewportSize.value * viewportRatio.value - 300) / 2,
|
|
|
+ left: (viewportSize.value - 1000) / 2,
|
|
|
+ top: (viewportSize.value * viewportRatio.value - 600) / 2,
|
|
|
src,
|
|
|
autoplay: false
|
|
|
})
|
|
@@ -308,8 +308,8 @@ export default () => {
|
|
|
width: 100,
|
|
|
height: 100,
|
|
|
rotate: 0,
|
|
|
- left: (viewportSize.value - 50) / 2,
|
|
|
- top: (viewportSize.value * viewportRatio.value - 50) / 2,
|
|
|
+ left: (viewportSize.value - 100) / 2,
|
|
|
+ top: (viewportSize.value * viewportRatio.value - 100) / 2,
|
|
|
loop: false,
|
|
|
autoplay: false,
|
|
|
fixedRatio: true,
|