Git Product home page Git Product logo

gantt-flow's Introduction

Gantt Flow addon

Project root of the Gantt component addon, Flow integration for Vaadin 24 platform.

Multi-module Maven project with two modules: gantt-flow-addon and gantt-flow-demo.

  • gantt-flow-addon contains add-on sources build into JAR deliverable.
  • gantt-flow-demo contains demo application build into WAR package.

Example

Gantt gantt = new Gantt();
Step step = new Step();
step.setCaption("First Step");
step.setBackgroundColor("#9cfb84");
step.setStartDate(LocalDate.now().atTime(12, 0));
step.setEndDate(step.getStartDate().plusWeeks(1));
gantt.addStep(step);

Dependencies

Main component class org.vaadin.tltv.gantt.Gantt is a Java wrapper for tltv-gantt-element web component. This requires two dependecies:

Timeline element and gantt element depends on following libraries:

Known issues

formatInTimeZone is not working in all cases (date-fns-tz 2.0.0). E.g. Gantt with "Europe/Berlin" time-zone shows wrong hour when run in Browser with "Europe/Helsinki" timezone.

Install

Latest version and instructions are availabe in Vaadin Directory: https://vaadin.com/directory/component/gantt-flow-add-on

Development instructions

Building the component and demo in development mode:

  1. Run mvn clean install

Building the component and demo in production mode:

  1. Run mvn clean install -Pproduction

Starting the gantt-flow-demo server:

  1. cd gantt-flow-demo
  2. Run mvn jetty:run
  3. Open http://localhost:8080 in the browser.

Building deliverable for Vaadin Directory:

  1. cd gantt-flow-addon
  2. Run mvn clean install -Pdirectory

License

MIT - Tomi Virtanen

gantt-flow's People

Contributors

tltv avatar bwajtr avatar richmacdonald avatar

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.