Git Product home page Git Product logo

Comments (5)

coollyer avatar coollyer commented on June 24, 2024

Is it possible to show the latest price on a green background like in this image:

export function setStandard (standard) {
  _systemInfo.standard = standard || 'china'
}

setStandard('usa')

from clchart.

coollyer avatar coollyer commented on June 24, 2024

Is there a way to add dynamically new datas for it without loading all the data again ? Is it possible in the same why to update the latest value ?

It has been supported to add only new data and automatically generate Kline and timeline by passing in the latest now data.

from clchart.

coollyer avatar coollyer commented on June 24, 2024

How to show time bar in the bottom of candlestick chart ?

cl.chart.def.js
lines 108:

  axisX: {
    lines: 0, 
    display: 'none', // 'none' | 'both' | 'block', 'none' does not show, 'both': show both, 'block': displays a value for each block based on lines = display coordinates
    type: 'normal', // 'normal' | 'day1' | 'day5'
    format: 'date' // show format,date time datetime normal tradetime(9:30)
  },

display update both

from clchart.

coollyer avatar coollyer commented on June 24, 2024

Can you share unminified version of clchart.js please

I don't understand. What do you need?

from clchart.

coollyer avatar coollyer commented on June 24, 2024

And finally, is it possible to load data from multiple CSV files ?

Loading data does not belong to component category. There are many sources of data. clchart does not restrict people to obtain data in any way.
We are building the backend and front-end of the special memory sequential database for securities, supporting various input and output data structures such as csv, json, array, and so on, which will be released together in time.

from clchart.

Related Issues (20)

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.