You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ccongli b8b9d7b86a
云息.NET数采项目初始化2
1 year ago
..
config-echarts.js 云息.NET数采项目初始化2 1 year ago
config-ucharts.js 云息.NET数采项目初始化2 1 year ago
readme.md 云息.NET数采项目初始化2 1 year ago
u-charts.js 云息.NET数采项目初始化2 1 year ago

readme.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

uCharts JSSDK说明

1、如不使用uCharts组件可直接引用u-charts.js打包编译后会自动压缩,压缩后体积约为98kb。 2、如果100kb的体积仍需压缩请手动删除u-charts.js内您不需要的图表类型如k线图candle。 3、config-ucharts.js为uCharts组件的用户配置文件升级前请自行备份config-ucharts.js文件,以免被强制覆盖。 3、config-echarts.js为ECharts组件的用户配置文件升级前请自行备份config-echarts.js文件,以免被强制覆盖。

v1.0转v2.0注意事项

1、opts.colors变更为opts.color 2、ring圆环图的扩展配置由extra.pie变更为extra.ring 3、混合图借用的扩展配置由extra.column变更为extra.mix.column 4、全部涉及到format的格式化属性变更为formatter 5、不需要再传canvasId及$this参数如果通过uChats获取context可能会导致this实例混乱导致小程序开发者工具报错。如果不使用qiun-data-charts官方组件需要在new uCharts()实例化之前自行获取canvas的上下文contextctx并传入new中的contextopts.context。为了能跨更多的端给您带来的不便敬请谅解。