Git Product home page Git Product logo

charting_library-master's Introduction

一、文件包结构 +/charting_library 包含所有的库文件 + /static 存储图表库内部内容,不做其他用途 - charting_library.min.js Charting Library窗口部件接口。不建议修改该文件 - charting_library.min.d.ts 窗口小部件界面的TypeScript定义 - datafeed-api.d.ts 数据接口的TypeScript定义 + /datafeeds
+ /udf 包含与UDF兼容的datafeed包装器(实现JS API以连接到Charting Library和UDF以连接到datafeed) - index.html 使用的小示例 - mobile_black.html 自定义实例 - mobile_white.html 自定义实例 - test.html 图表库自定义功能的示例

二、设置查询时间 time_frames: [ // Y/M/D 年月日,W表示周 {text: "2y", resolution: "6M", description: "2 Years", title: "2年"}, // 查从截止处(统计截止处)到2年前的、k柱间隔是6个月 {text: "1y", resolution: "1M", description: "1 Years", title: "1年"}, // 查从截止处(统计截止处)到1年前的、k柱间隔是1个月 {text: "3m", resolution: "1W", description: "3 Month", title: "3月"}, // 查从截止处(统计截止处)到3个月前的、k柱间隔是1周(由于使用简体中文以后矛盾所以添加title) ],

charting_library-master's People

Contributors

linzhifen5 avatar

Watchers

 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.