# 自定义可视化JS版 **Repository Path**: hylandateam/custom_visualized_js_version ## Basic Information - **Project Name**: 自定义可视化JS版 - **Description**: 自定义可视化Javascript版本 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2018-06-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 能力说明 ### 功能简介 该能力的主要提供了一个自定义开发Javascript的可视化展示页面,可以将上游的统计结果进行D3、Echars等开源Javascript的可视化图表构建。 功能点: - 提供上游能力结果数据队列中,最新数据的http访问 - 提供Html+css+js编辑页面,用开源JS实现数据可视化 ### 配置参数 ``` 无配置参数 ``` ### 输入简介 上游统计能力,输出的统计结果数据 ### 输入数据样例 ``` {"words":[{"hit_word":"黑龙江","hit_count":"4"},{"hit_word":"天津","hit_count":"4"},{"hit_word":"北京","hit_count":"4"},{"hit_word":"上海","hit_count":"3"},{"hit_word":"哈尔滨","hit_count":"3"},{"hit_word":"吉林","hit_count":"2"},{"hit_word":"苏州","hit_count":"2"},{"hit_word":"许昌","hit_count":"1"},{"hit_word":"开封","hit_count":"1"},{"hit_word":"驻马店","hit_count":"1"},{"hit_word":"周口","hit_count":"1"},{"hit_word":"长春","hit_count":"1"},{"hit_word":"洛阳","hit_count":"1"},{"hit_word":"南阳","hit_count":"1"},{"hit_word":"郑州","hit_count":"1"},{"hit_word":"杭州","hit_count":"1"}]} ``` ### 输出简介 此能力无输入数据,仅在能力启动后,将数据以http的方式提供页面访问 ### 输出数据样例 ``` 无 ``` ### 相关能力 *关键词统计* *标签统计* ### 参考指标 ``` 无 ``` ### 附加说明 ``` 无 ``` ### 隐藏参数说明 ``` 无 ```