Skip to content

带有时间轴的中国地图趋势kibana插件

Notifications You must be signed in to change notification settings

heruibin/timeline_map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeline_map

Kibana的Echarts 时间轴趋势地图插件 可以支持省份字段中英文,只支持手动选择日期,自动播放问题待解决。

ScreenShot

基于:

Kibana 5.2.0

Echarts 3.4

安装方法:

cd node/bin
mv npm npm.bak
ln -s ../lib/node_modules/npm/bin/npm-cli.js npm
cd ../..
vim package.json
在engines配置上面增加echarts
"dependencies": {
     "echarts": "3.4.0"
  },
  "engines": {
    "node": "6.9.0"
  }
node/bin/npm update
bin/kibana-plugin install https://github.com/hivefans/timeline_map/files/1024952/timeline_map_1.0.0.zip

About

带有时间轴的中国地图趋势kibana插件

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.5%
  • CSS 3.0%
  • HTML 2.5%