怎样动态修改echarts 数据视图dataView的背景色

可以动态修改吗?像vue换肤一样,不用主题动态切换

 toolbox: {
              feature: {
                dataView: {
                  show: true,
                  readOnly: true,
                  backgroundColor: "RGBA(8, 24, 54, 1)",
                  textareaBorderColor: "RGBA(9, 58, 114, 1)",
                  textColor: "rgba(170, 180, 183, 1)",
                  buttonColor: "rgba(97, 229, 250, 1)",
                  buttonTextColor: "rgba(3, 23, 31, 1)",
                  textareaColor: "RGBA(8, 23, 54, 1)"
                },
              },
            },

那你 切换时 改变 echarts的 options 对应的 项就行 。