npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@dlhsoft/ganttcharthyperlibrary

v5.3.35

Published

Gantt Chart library for JavaScript and TypeScript with Angular, React, and Vue extensions

Downloads

123

Readme

DlhSoft Gantt Chart Hyper Library

Get Started | Components | Features | Demos | License

DlhSoft-Gantt Chart Hyper Library, for HTML5 and JavaScript®, with optional TypeScript support and Angular, React & Vue extensions, was built with inline SVG support and it includes a set of interactive Gantt chart and scheduling components (presenting hierarchical task and resource collections, dependencies between items, timelines with scaling from seconds to decades) and integrated network diagram and PERT chart add-ons as well, with built-in project management features, ready for the JavaScript framework of your choice.

They were designed to empower businesses worldwide and developed with common customer requirements in mind, and are used by companies of all sizes, government organizations, and even educational institutions to create stunning Gantt chart applications with more ease. Whether you or your end users need to manage project schedules, track resources, or simply visualize timelines, this library has got you covered.

FREE & UNLIMITED TRIAL & SUPPORT PROVIDED BY DEVELOPERS • CUSTOM SERVICES UPON REQUEST

Get Started

Get and apply the software library to your project using one of the ways we have made available:

Prepare the script files in your project folder, and add the necessary DlhSoft.* script references to the head section(s) of HTML page(s) in your JavaScript® based application:

<head>
  …
  <script src="DlhSoft.ProjectData.GanttChart.HTML.Controls.js" type="text/javascript"></script>
  <script src="DlhSoft.Data.HTML.Controls.js" type="text/javascript"></script>
  <script src="DlhSoft.ProjectData.GanttChart.HTML.Controls.Extras.js" type="text/javascript"></script>
</head>

Prepare control placeholder elements as child nodes of appropriate container elements and obtain their references in code behind:

<body>
  <div id="ganttChartView">…</div>
</body>

Data items

To load and present data items within GanttChartView or other Gantt Chart based component instances initialize their items collections. The item type to use depends on the actual component type. For Gantt Chart controls define objects providing these fields:

  • content values usually specify task names;
  • start and finish date and time values indicate the scheduled times of their displayed bars;
  • completedFinish date and time values specify the schedule times of their completion displayed bars (indicating completion percentages);
  • isMilestone Boolean values determine the project milestones that are presented as diamond shapes in the chart;
  • assignmentsContent values specify indicate the assigned resource names of each task, separated by commas;
  • indentation values generate the hierarchical work breakdown structure of the project (summary and standard tasks).
var ganttChartView = document.querySelector('#ganttChartView');

var item1 = { content: 'My summary task' };
var item2 = { content: 'My standard task', indentation: 1,
              start: new Date(2023, 8, 2, 8, 0, 0), finish: new Date(2023, 8, 7, 16, 0, 0), completedFinish: new Date(2023, 8, 5, 16, 0, 0),
              assignmentsContent: 'My resource' };
var items = [ item1, item2 ];
var item3 = { content: 'My milestone', indentation: 1,
              start: new Date(2023, 8, 7, 16, 0, 0), isMilestone: true };
items.push(item3);
item3.predecessors = [{ item: item2, dependencyType: 'FF' }];

var settings = { currentTime: new Date(2023, 10, 2, 12, 0, 0) };
var columns = DlhSoft.Controls.GanttChartView.getDefaultColumns(items, settings);
columns[0].header = 'Work items';
columns[0].width  = 240;
columns[1].header = 'Beginning';
columns[2].header = 'Start';
columns.push({ header: 'Description', width: 200, cellTemplate: function (item) { 
    return item.ganttChartView.ownerDocument.createTextNode(item.description); } });
settings.columns = columns;

settings.timelineStart  = new Date(2023, 8, 2, 12, 0, 0); 
settings.timelineFinish = new Date(2023, 12, 2, 12, 0, 0); 
settings.hourWidth = 5; //Default is 5

DlhSoft.Controls.GanttChartView.initialize(ganttChartView, items, settings);

Components

GanttChartView

Hierarchical data grid and attached scheduling chart with drag and drop support and dependency lines.

ScheduleChartView

Scheduling chart that displays multiple bars on the same line with horizontal and vertical drag and drop support.

LoadChartView

Allocation chart displaying normal and over-allocations of one or more resources on a timeline with optional data grid and Gantt Chart integration.

NetworkDiagramView

Network diagram displaying task information and dependencies with drag and drop based rearranging support and optional Gantt Chart integration.

PertChartView

PERT diagram displaying events and their dependencies with drag and drop based rearranging support and optional Gantt Chart integration.

More

Miscellaneous controls to be used in conjunction with main components of the Gantt Chart library: month calendar (Calendar), date and time editors (DatePicker, TimePicker, DateTimePicker), and combo box with check boxes (MultiSelectorComboBox).

Features

  • Editing tasks from grid, drag and drop bars, dependencies of all types;
  • Resources and allocations (people and material items);
  • Copy, paste, undo, redo (using separate, free, Undo Management Library from DlhSoft);
  • Project management features: baseline, auto-scheduling, critical item highlighting, resource levelling, baseline bars, task splitting;
  • High performance: user interface virtualization and asynchronous loading enabled by default, getting the components highly responsive;
  • Easy customization: grid columns, summarization, work breakdown structure, bars (colors, text labels, assigned resources as images or text, etc.), dependency lines, summary color backgrounds, nonworking or special day highlighting, built-in scale headers, date formats, zoom level, row and bar heights, etc.;
  • Loading and saving Microsoft Project XML content;
  • Printing, exporting images and support for generating Excel files (using separate Project Management Framework from DlhSoft, free for Gantt Chart Hyper Library licensees);
  • Support for mobile/touch-enabled devices: end users can drag task bars to reschedule them or update their completion values, and even create dependencies between tasks with their fingers, even on small screen gadgets; in the grid area they can further edit task names, dates, select assigned resources from a drop down list, and so on, directly from their phones, for example.
  • Chart headers/scales: the components come with configurable timeline duration and zoom level, and customizable intervals of visible week day and hour intervals; scale headers support multiple types of built-in and custom intervals and texts, date formatters, and you can even configure the update interval that would apply to round up times upon dragging task bars;
  • Specific grid cell editors;
  • SVG based bar extras defined through functions;
  • Task interruptions with custom coding;
  • Task parts;
  • Non-working days/holidays;
  • Vertical drag and drop for tasks between different resource rows in Schedule Chart;
  • Vertically drag and drop tasks from Gantt Chart to Schedule Chart instances, with custom coding;
  • Show dependencies between tasks in Schedule Chart, too;
  • Load Chart, Pert Chart, Network Diagram: you can easily generate such diagrams based on Gantt Chart items (or by defining data on the fly).

License

Gantt Chart Hyper Library is a commercial product. To obtain a development license please order it from DlhSoft.

Licenses are perpetual, and only need to be renewed if you would like to download and use newer product builds released after one year since the original purchase.

Licensed components may be redistributed and/or hosted royalty-free embedded within your applications.

Source code is available for component libraries when purchasing Business Plus product licenses.

Regardless of legal guarantee limitations specified within the License Agreement documents of our products, we aim to provide free and unlimited to all customers, including answering technical questions and resolving reported issues by providing updated builds and specific hot fixes, at the maximum possible responsiveness level, even while using the trial version of our software; note, though, that Business licensees have higher priority when submitting support requests.