Welcome to ClientVPS Mirrors

NEWS

ganttify 0.2.5

New Feature


ganttify 0.2.4

Bug Fix


ganttify 0.2.3

Performance

Improvements


ganttify 0.2.2

Bug Fix

New Features


ganttify 0.2.1

New Features

milestones <- data.frame(
  label = c("Kickoff", "Budget Approval"),
  color = c("blue", "green"),
  label_level = c(1, 2)  # Level 1 appears above level 2
)
milestones$date <- list("01/05/2025", "01/10/2025")
milestones <- data.frame(
  label = c("Kickoff", "Review Period"),
  color = c("blue", "purple"),
  Description = c("Project kickoff meeting", "Technical review"),
  Owner = c("PM", "Tech Lead")
)
milestones$date <- list("01/05/2025", c("02/10/2025", "02/20/2025"))

Ganttify(
  ...,
  milestone_lines = milestones,
  tooltip_config = list(
    milestone = c("Description", "Owner")
  )
)

Improvements

ganttify 0.2.0

New Features

milestones <- data.frame(
  label = c("Deadline", "Review Period"),
  color = c("red", "blue"),
  fill_opacity = c(1, 0.15)
)
milestones$date <- list(
  "12/01/2024",                    # Single date = line
  c("10/01/2024", "10/31/2024")    # Two dates = shaded area
)
layout_config = list(show_yaxis_labels = FALSE)

Improvements

ganttify 0.1.8

New Features

tooltip_config = list(
  wbs = c("Owner", "Budget"),
  activity = c("Status", "Agency", "Priority")
)

ganttify 0.1.7

New Features

Improvements

Bug Fixes

ganttify 0.1.6

Bug Fixes

Improvements

ganttify 0.1.5

New Features

ganttify 0.1.4

New Features

ganttify 0.1.3

New Features

ganttify 0.1.2

New Features

ganttify 0.1.1

Improvements

ganttify 0.1.0

Initial Release

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.