GnattConfig class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

GnattConfig({num titleTopMargin, num barHeight, num barGap, num topPadding, num leftPadding, num gridLineStartPadding, num fontSize, String fontFamily, num numberSectionStyles, String axisFormat})
factory

Properties

axisFormat String
axisFormat - datetime format of the axis, this might need adjustment to match your locale and preferences default: '%Y-%m-%d'
getter/setter pair
barGap num
barGap - the margin between the different activities in the gantt diagram default: 4
getter/setter pair
barHeight num
barHeight - the height of the bars in the graph default: 20
getter/setter pair
fontFamily String
fontFamily - font family ... default: '"Open-Sans", "sans-serif"'
getter/setter pair
fontSize num
fontSize - font size ... default: 11
getter/setter pair
gridLineStartPadding num
gridLineStartPadding - Vertical starting position of the grid lines default: 35
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leftPadding num
leftPadding - the space allocated for the section name to the left of the activities. default: 75
getter/setter pair
numberSectionStyles num
numberSectionStyles - the number of alternating section styles default: 4
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTopMargin num
titleTopMargin - margin top for the text over the gantt diagram default: 25
getter/setter pair
topPadding num
topPadding - margin between title and gantt diagram and between axis and gantt diagram. default: 50
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited