GithubHelp home page GithubHelp logo

Comments (5)

C451 avatar C451 commented on May 19, 2024

It can be removed only with the entire grid: set the grid color to transparent. https://github.com/C451/trading-vue-js/blob/master/src/TradingVue.vue#L55

from trading-vue-js.

learntolearn99 avatar learntolearn99 commented on May 19, 2024

Hi @C451
I just want to remove the vertical line and keep the horizontal line

from trading-vue-js.

C451 avatar C451 commented on May 19, 2024

There is no API for that for now, but I can suggest you a little hack: add 1ms to every timestamp in your dataset.

from trading-vue-js.

learntolearn99 avatar learntolearn99 commented on May 19, 2024

Hi @learntolearn99
Could you tell me more detail?
Thanks

from trading-vue-js.

C451 avatar C451 commented on May 19, 2024
[1539016200001,0.49395,0.49497,0.49125,0.49319,2483674.4],
[1539018000001,0.49319,0.49385,0.49177,0.4932,1802643],
[1539019800001,0.49311,0.494,0.4925,0.49337,1591872],

Data.ohlcv.forEach(x => x[0] += 1)

Remember, this is a hack, not the proper solution.

from trading-vue-js.

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.