微信小程序使用qiun-data-charts 做的表格,因为一些功能不能同时出现,需要将两个charts重叠在一起,但是使用zindex无法控制两个表格的层级,后来发现,是按照代码顺序加载的,下面的代码层级比上面的代码层级高
确认代码没有明显问题之后发现竟然是因为hbuildx没有登录导致的...,重新登录后就正常运行了。 页面【components/qiun-data-charts/qiun-data-charts]错误: TypeError: Cannot read property 'length' of undefined
<qiun-data-chartstype="ring":eopts="opts":chartData="chartData":errorShow="false":errorReload="false":tooltipShow="false":tapLegend="false":ontap="false":onmouse="false"background="none":echartsH5="true":echartsApp="true"/>opts:{color:['#00C86B','#0E95F3'],dataLabel:false,lege...
BUG用HBuilderX 开发uniapp生成的微信小程序里的使用<qiundatacharts最新版生成的饼图,在安卓手机,MAC苹果模拟器,WIN10苹果模拟器上,点击饼图,均可以弹出数据...
1,如果是echarts.则在标签中加入此属性。 。 然后在epots对象中可加入对图表的x轴,y轴,legend等等内容的配置。以下是对x轴的标签进行旋转的属性配置。啊,真是挺麻烦的嵌套呢(*゜ー゜*) 2, 如果是uChart.js 那就。将前面的epots改成opts即可。wow~ ⊙o⊙ 这么简单?那不可能啊。
chartsDataMaps: { series: [] }, // 覆盖的是 option config: { extra: { map: { mercator: true } } } }; }, created() { //@/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js 更详细配置的查看此处 // 文档可看 https://ext.dcloud.net.cn/plugin?id=271 ...
查看了源码,在qiun-data-charts.vue的mounted中直接修改了prop的onmouse,按Vue的建议不要直接修改,建议使用data或computed来操作。直接注释掉暂时也不影响使用,建议老大完善下 重现步骤 报错信息 [Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-re...
v1.0版本已停更,建议转uni_modules版本组件方式调用,点击右侧绿色【使用HBuilderX导入插件】即可使用,示例项目请点击右侧蓝色按钮【使用HBuilderX导入示例项目】。 初次使用如果提示未注册<qiun-data-charts>组件,请重启HBuilderX,如仍不好用,请重启电脑; 如果是cli项目,请尝试...
uChartsInstance[id] = new uCharts({ type: "column", context: ctx, width: this.cWidth, height: this.cHeight, categories: data.categories, series: data.series, xAxis: { disableGrid: true }, yAxis: { data: [ { min: 0 } ]