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

ProgressLine disappears after zooming #7925

Closed
chuckn0rris opened this issue Nov 28, 2023 · 0 comments
Closed

ProgressLine disappears after zooming #7925

chuckn0rris opened this issue Nov 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@chuckn0rris
Copy link

chuckn0rris commented Nov 28, 2023

Forum post

Use the code below.
Change zoom level, see project line disappeared.

new Gantt({
  appendTo: 'container',
  tasks: [
    {
      name: 'Task 1',
      startDate: '2023-11-01',
      endDate: '2023-12-12',
      percentDone: 80,
    },
    {
      name: 'Task 2',
      startDate: '2023-11-01',
      endDate: '2023-12-12',
      percentDone: 80,
    },
    {
      name: 'Task 3',
      startDate: '2023-11-01',
      endDate: '2023-12-12',
      percentDone: 80,
    },
  ],
  columns: [
    {
      type: 'name',
      width: 200
    },
  ],
  features: {
    progressLine: {
      disabled: false,
      statusDate: new Date('2023-12-10'),
    },
  },
});

Screen.Recording.2023-11-28.at.10.20.24.mov
@chuckn0rris chuckn0rris added bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer labels Nov 28, 2023
@isglass isglass changed the title ProjectLine disappears after zooming ProgressLine disappears after zooming Nov 28, 2023
@isglass isglass added the high-priority Urgent to have fixed label Nov 28, 2023
@ghulamghousdev ghulamghousdev added in progress ready for review Issue is fixed, the pull request is being reviewed and removed in progress labels Nov 28, 2023
@isglass isglass added 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 Nov 29, 2023
@isglass isglass added this to the 5.6.3 milestone Nov 29, 2023
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 high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants