Menu

Specific resource on a resouces chart

Help
2008-01-07
2012-09-14
  • Gabriel Cook

    Gabriel Cook - 2008-01-07

    Hi,

    Thank you very much for this project. Faces is great!

    I was wondering if someone could help me. I'd like to make a resources chart, but only show specific resources.

    I have this:

    class Resources(resource.Standard):
    data = project
    sharex = "time_share"

    I'm not sure how to specify which resources get displayed.

    Thanks,
    Gabe

     
    • Michael Reithinger

      Hi Gabe,

      Actually it should work like the following:

      class Resources(resource.Standard):
      data = [ resource1, resource2, ]
      start = project.start
      end = project.end

      But unfortunately there is bug inside resource.Standard and you will get an error.
      I will fix that in the next release.

      Michael

       
      • Gabriel Cook

        Gabriel Cook - 2008-01-11

        Thanks!

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.