Git Product home page Git Product logo

fanus-chart's People

Watchers

James Cloos avatar  avatar

fanus-chart's Issues

US 004 (Switching chart types)

chart types
as a user, i want to be able to switch b/n candle stick and line charts
Note: last choice as default ( decide object model)

US 008 websocket (ticker update)

socketName : fanusws
topic : /ws/ticker// , example : /ws/ticker/FB/1m
response sample :
{
"name":"FB",
"type":"partial",
"time":1538746800000,
"open":256,
"high":258,
"low":254,
"close":257,
"volume":45330
}

or {
"name":"FB",
"type":"full",
"time":1538746800000,
"open":256,
"high":258,
"low":254,
"close":257,
"volume":45330
}

US 012 GlobalConfig

as a returning user, my configurations should be saved in the system by default

US 007 (Create ticker API)

url : /api/ticker?name=&interval=<1m>
valid intervals : 1m, 5m and daily

response sample:
[{"time":1538746200000,"open":227.96,"high":228.41,"low":227.5,"close":227.61,"volume":336100},{"time":1538746260000,"open":227.66,"high":227.95,"low":227.53,"close":227.85,"volume":62000},{"time":1538746320000,"open":227.83,"high":227.83,"low":227.22,"close":227.38,"volume":107900},{"time":1538746380000,"open":227.4,"high":227.57,"low":227.26,"close":227.3,"volume":79700},{"time":1538746440000,"open":227.32,"high":227.39,"low":226.84,"close":227.21,"volume":137000},{"time":1538746500000,"open":227.22,"high":227.44,"low":227.04,"close":227.3,"volume":98200},{"time":1538746560000,"open":227.32,"high":228.14,"low":227.31,"close":227.96,"volume":133400},{"time":1538746620000,"open":227.96,"high":228.14,"low":227.81,"close":227.83,"volume":105000},{"time":1538746680000,"open":227.87,"high":227.87,"low":227.44,"close":227.52,"volume":86600},{"time":1538746740000,"open":227.51,"high":227.8,"low":227.32,"close":227.38,"volume":78600},{"time":1538746800000,"open":227.42,"high":227.61,"low":227.35,"close":227.43,"volume":69900},{"time":1538746860000,"open":227.45,"high":227.54,"low":227.31,"close":227.48,"volume":58900},{"time":1538746920000,"open":227.51,"high":227.61,"low":227.22,"close":227.26,"volume":58600}]

US 006 (Multi chart)

as a user I should be able to open multiple charts at a time ( stacked vertically)

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.