question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Choose arbitrary days to hide

See original GitHub issue

Hello,

It would be interesting to be able to give an array to hiddenDays, with the number of week (which you can get with Moment().week()) to be able to specify the days you’d like to hide in specific week.

hiddenDays: [
{
    week: 1,
    days: [0,1,2]
},
{
    week: 2,
    days: [3,4,5,6]
}]

That way, it’d allow people to disable outside range dates in correlation with disabling prev, next when outside date range.

What do you think about ?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
KonnectSaloncommented, Sep 8, 2021

Any update on this?

0reactions
arshawcommented, Jun 11, 2016

very related to #1581, which deals with how do explicit define what days to render, rather than which days to hide

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ask Buffer: Should I hide my likes on Instagram?
Here are some factors to consider if you're deciding whether or not to hide likes on your small business's Instagram account.
Read more >
Create a Relative Date Filter For An Arbitrary Range of Dates
Right-click Order Date on the Rows shelf and select Sort > Descending. Drag Order ID to the Rows shelf. Step 2: Create a...
Read more >
Default Calendar Setup
Span – Set the amount of events that each page of the list should display. This can be days, weeks, months or an...
Read more >
Parameters | Query and analyze data - Mode Support
NOTE: Parameters are a powerful feature that, by design, allow Mode users to run arbitrary SQL against a database. It is the responsibility...
Read more >
Method 8: Arbitrary Period and Many Previous Periods
Filter 1 — Date Range: A filter of type: date for users to select the date range on which to filter. See the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found