环形优化

main
项洋 3 weeks ago
parent 552fb1d683
commit 26cf398045

@ -2107,8 +2107,6 @@ export default {
.file-content-pdf {
height: 580px;
}
</style>
<style lang="scss">
.file-content .docx-wrapper {
background: transparent !important;
padding: 0;

@ -739,27 +739,37 @@ export default {
};
const warningIcon = {
type: "group",
left: 60,
top: "85%",
z: 100,
left: "center",
top: "center",
children: [
{
type: "image",
z: 100,
style: {
width: 24,
height: 24,
x: -12,
y: -12,
width: 60,
height: 60,
x: -5,
y: -5,
image: require("@/assets/sentimeent/警告.png")
},
},
{
type: "image",
z: 99,
style: {
width: 100,
height: 100,
x: -25,
y: -25,
image: require("@/assets/sentimeent/椭圆.png")
},
}
],
};
optionSecond.graphic = [
warningIcon,
//
// ...this.generateLegendItems()
];
myChart.setOption(optionSecond, true);

Loading…
Cancel
Save