You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where date is a string formatted like 2025-01-01, a date within the chart's date range. However, this is not scrolling to the date specified, is this expected?
I am using this library in a Vue component, and have tried using different instantiation method with no luck.
The text was updated successfully, but these errors were encountered:
@safwansamsudeen This might be related; when I have initial_padding set to true and scroll_to to e.g. today (or anything really, date string whatnot), it is not scrolling to that place (on init). Turning initial_padding off makes it scroll to today.
Hey there, this is a great lib, thanks for it. I am attempting to do something like the following:
Where
date
is a string formatted like2025-01-01
, a date within the chart's date range. However, this is not scrolling to the date specified, is this expected?I am using this library in a Vue component, and have tried using different instantiation method with no luck.
The text was updated successfully, but these errors were encountered: