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

Timeline histogram with current timeline config triggering error #8310

Closed
marciogurka opened this issue Jan 19, 2024 · 0 comments
Closed

Timeline histogram with current timeline config triggering error #8310

marciogurka opened this issue Jan 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@marciogurka
Copy link

Forum post

"Hi all,

Is it possible to configure timeline histogram component to show current timeline ?

I'm getting the following error:

core.mjs:11751 ERROR TypeError: Cannot read properties of undefined (reading 'timeRangeStore')
    at TimeRanges.updateStore (schedulerpro.module.js:150909:21)

when setting timeRanges feature as follows:

timeRanges: {
    showCurrentTimeLine: true
}

Also, I'm observing the same error in your demo project: https://bryntum.com/products/schedulerpro/examples-scheduler/timelinehistogram/

Below, the "features" config I apply in demo:

features : {
        tree      : true,
        treeGroup : {
            levels : ['city', 'company']
        },
        timeRanges: { showCurrentTimeLine: true }
    },

"

@marciogurka marciogurka added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels Jan 19, 2024
@matsbryntse matsbryntse self-assigned this Jan 21, 2024
@matsbryntse matsbryntse added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Jan 21, 2024
@matsbryntse matsbryntse added this to the 5.6.6 milestone Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants