# hm-uniapp-echarts **Repository Path**: haomo/hm-uniapp-echarts ## Basic Information - **Project Name**: hm-uniapp-echarts - **Description**: 毫末uni-app Echarts详情组件。支持H5;组件可自适应各种屏幕大小的手机。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-03-10 - **Last Updated**: 2023-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 官网: [https://haomo-tech.com](https://haomo-tech.com) > 作者: 毫末科技 > 邮箱: hxg@haomo-studio.com ## 预览 ![预览图片](http://downloads.haomo-tech.com/uniapp/hm-echarts.png) [在线效果预览](http://template.uniapp.haomo-tech.com/pages/haomo/test-component/hm-echarts) 更多毫末科技的uni-app跨端模板,请见[毫末科技uni-app跨端模板](https://haomo-tech.com/sale.html) ## 技术支持 我们公司提供超低价的切图服务哈。移动端平均50元每个页面,PC Web端平均80元每个页面。目前支持出vue、react、uniapp、taro、flutter、小程序代码代码,代码支持自适应。其中uniapp、taro一份代码支持多端。app原生会在五月份开始支持。示例demo: [http://edu.uniapp.haomo-tech.com](http://edu.uniapp.haomo-tech.com)。部分样例代码:[http://downloads.haomo-tech.com/uniapp-demo.zip](http://downloads.haomo-tech.com/uniapp-demo.zip) * [uni-app插件市场](https://ext.dcloud.net.cn/plugin?id=1400) * [npm包](https://www.npmjs.com/package/hm-uniapp-echarts) * [github地址](https://github.com/haomo-studio/hm-uniapp-echarts) * [gitee地址](https://gitee.com/haomo/hm-uniapp-echarts) 毫末科技将长期迭代本组件。需要技术支持,请进钉钉群: ## 概述 毫末uni-app echarts组件。支持H5;组件可自适应各种屏幕大小的手机。 ## 使用 请使用HBuilderX导入组件。 在script中引用: ```javascript import HmEcharts from '@/components/hm-echarts/index.vue' export default { components: {HmEcharts} } ``` 在template中使用: ```html ``` ## 属性说明 ## 事件说明 ## 更新日志 ### 0.0.1(2020-03-010) * 完成第一个版本