Giter Club home page Giter Club logo

echartshow's Introduction

echartShow

基于echart和bootstrap的大屏展示 以下是已经运用的成品图片。有一些数据运用的是json文件,实际成品中运用的是真实数据,除了公司内网访问不了。 image

需注意的地方

  1. 图表必须先设置长度宽度,否则加载图表的时候显示不了。
  2. 图表自适应, window.onresize = myChart.resize;
  3. 多个图表自适应,把多个图表放进一个数组里,监听页面变化,逐个重新加载 window.onresize = function () { resizeWorldMapContainer(); for (var i = 0; i < charts.length; i++) { charts[i].resize(); } }

echartshow's People

Contributors

liusunnywindia avatar

Watchers

James Cloos avatar sxhylkl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.