一只龙小虾 2022-08-14 13:34 采纳率: 0%
浏览 34

第二个饼图的副标题显示不出来 只有个横杠

饼图样式代码

export var options_pie = {
title: [
{
subtext: "各累计数据占比",
left: "6%",
top: "90%",
textAlign: "center",
subtextStyle: {
fontSize: 16,
color: "bisque",
fontWeight: "bold",
},
},

{
  subtext: "各今日数据占比",
  right: "25%",
  top: "90%",
  textAlign: "center",
  subtextStyle: {
    fontSize: 1,
    color: "bisque",
    fontWeight: "bold",
  },
},

],
tooltip: {
trigger: "item",
formatter: "{a}
{b} : {c} ({d}%)",
},

series: [
{
type: "pie",
radius: "68%",
center: ["50%", "50%"],
data: [],
label: {
position: "outer",
alignTo: "labelLine",
color: "white",
fontSize: "12",
fontWeight: "bold",
},
left: 0,
right: "50%",
top: 0,
bottom: 0,
},
{
type: "pie",
radius: "68%",
center: ["50%", "50%"],
data: [],
label: {
position: "outer",
alignTo: "labelLine",
color: "white",
fontSize: "12",
fontWeight: "bold",
},
left: "50%",
right: "0%",
top: 0,
bottom: 0,
},
],
};

运行结果及报错内容

img

  • 写回答

1条回答 默认 最新

  • 拾梦逅 2022-08-15 09:17
    关注

    是不是你设置font-size为1?

    img

    评论

报告相同问题?

问题事件

  • 创建了问题 8月14日

悬赏问题

  • ¥15 关于#matlab#的问题:有没有什么其他办法能够保证不退出进程(相关搜索:matlab调用)
  • ¥15 依据报错在原代吗格式的基础上解决问题
  • ¥15 在虚拟机中安装flash code
  • ¥15 单片机stm32f10x编写光敏电阻调节3.3伏大功率灯亮度(光强越大灯越暗,白天正常光强灯不亮,使用ADC,PWM等模块)望各位找一下错误或者提供一个可实现功能的代码
  • ¥20 verilog状态机方法流水灯
  • ¥15 pandas代码实现不了意图
  • ¥15 GD32H7 从存储器到外设SPI传输数据无法重复启用DMA
  • ¥25 LT码在高斯信道下的误码率仿真
  • ¥45 渲染完成之后将物体的材质贴图改变,自动化进行这个操作
  • ¥15 yolov5目标检测并显示目标出现的时间或视频帧