Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed returning data range #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Oct 14, 2020

  1. Fixed returning data range

    If we response data since "from" time (with limit 1000 bars), it leads the chart doesn't load skipped data range.
    Thus, it'd be better to filter out data since "to" date, so chart will be able to load data prior _returned_ "from" date (first returned item).
    timocov authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9be53d2 View commit details
    Browse the repository at this point in the history