GithubHelp home page GithubHelp logo

Comments (6)

AlexKlimenkov avatar AlexKlimenkov commented on June 14, 2024

Hi,

The link you provided gives me 403 Forbidden error - http://prntscr.com/p87pyv

Can you pls share a complete demo which I could use to reproduce the issue locally?
I'm afraid we won't do any bugfixes for 6.1.x versions, but if I could reproduce it in the latest build (6.2.6 currently) we'll investigate and will work on a solution

from gantt.

CodeDreamfy avatar CodeDreamfy commented on June 14, 2024

Hi,

The link you provided gives me 403 Forbidden error - http://prntscr.com/p87pyv

Can you pls share a complete demo which I could use to reproduce the issue locally?
I'm afraid we won't do any bugfixes for 6.1.x versions, but if I could reproduce it in the latest build (6.2.6 currently) we'll investigate and will work on a solution

hi,he example is not a good demonstration, you can try it first, I will get a demo later.

from gantt.

AlexKlimenkov avatar AlexKlimenkov commented on June 14, 2024

Still can't reproduce the issue locally.
Feel free to reopen once you have any kind of a sample where it can be reproduced

from gantt.

CodeDreamfy avatar CodeDreamfy commented on June 14, 2024

Still can't reproduce the issue locally.
Feel free to reopen once you have any kind of a sample where it can be reproduced

I have been very embarrassed to reply so long, I finally found the cause of the problem, I guess it is to add {type: 'project'} to the task object when initializing the task, which causes Gantt to not correctly identify the project root category. , limiting the number of gantt renderings, what do you think? When I removed it, there was no limit, and the complete display was made.

from gantt.

CodeDreamfy avatar CodeDreamfy commented on June 14, 2024

Still can't reproduce the issue locally.
Feel free to reopen once you have any kind of a sample where it can be reproduced

Sorry, I just tried it, not that problem. I am not changing the version of 6.1.7 now. However, if I change to 6.2.7, I will record it for you as before. The video is valid for 7 days. Take a look at it.
demo

from gantt.

wucj21 avatar wucj21 commented on June 14, 2024

I also encountered the problem of incomplete rendering of the Gantt chart. I tried it. The smart rendering of version 6.2 or above does have problems. If the version 6.2.7 does not set gantt.config.smart_rendering = false, then some data cannot be fully rendered.The following data cannot be rendered normally under the set timescale:
"data":[
{"id":"10", "text":"Project #1",
"render": "split", "start_date":"02-04-2019", "duration":3, "order":10,"progress":0, "open": true},
{"id":"1", "text":"Task #1", "start_date":"02-04-2019", "duration":1, "order":10,"progress":1, "parent":"10"},
{"id":"2", "text":"Task #2", "start_date":"06-04-2019", "duration":1, "order":20,"progress":1, "parent":"10"}
],

gantt.config.scales = [
{ unit: 'day', step: 1, format: '%Y-%m-%d' },
{ unit: 'hour', step: 1, date: '%H' }
]

from gantt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.