santal

Results 3 issues of santal

加载时无法添加动画效果 ?

请问: bar3d上 coordinateSystem为'geo3D'时,系列上设置相同的stack, 柱图并未堆叠 ? echarts: 4.9.0, echarts-gl: 1.1.2 ``` { type: 'bar3D', coordinateSystem: 'geo3D', geo3DIndex: 0, barSize: 0.5, stack: 'stack', data: [{ name: '柱子1', value: [120.277682, 29.109537, 50], itemStyle:...

**问题描述** 添加vue.config.js文件: ``` module.exports = { css: { loaderOptions: { scss: { prependData: ` @import "~@/common/css/theme-${theme}.scss"; @import "~@/uni.scss"; ` }, } } } ``` 页面中使用$uni-color-primary报错: ``` SassError: Undefined variable: "$uni-color-primary"....

vue2
提供了复现方案