Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

A Custom Gantt chart developed with D3 for use in Microstrategy Visual Insight

License

Notifications You must be signed in to change notification settings

SeanPlacchetti/MSTR_CustomGantt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MSTR_CustomGantt

A Custom Gantt chart view developed with D3 for use in Microstrategy Visual Insight

This chart was created using original source code by Aaron Lampros - https://github.com/alampros/Gantt-Chart

The wiki for this visualizaton is hosted here https://github.com/SeanPlacchetti/MSTR_CustomGantt/wiki

In the language of MicroStrategy Visual Insight, to generate the chart the data requirements are a minimum of 4 attributes and 1 metric. The attributes should include a "Parent" attribute, a "Child" attribute that is tied to the "Parent" attribute, along with "Start Date" and "End Date" attributes. The single metric should ba a percentage (i.e. XX%), which is used to draw the inner progress bar on each task. An empty value for the percentage metric will result in no progress bar being shown.

About

A Custom Gantt chart developed with D3 for use in Microstrategy Visual Insight

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 3.2%