ChartBar

Source

Members

connectedTo :Array.<String>

Array of ChartBar#id
Type:
  • Array.<String>
Default Value
  • []

content :String

Type:
  • String
Default Value
  • ``

contentIsHTML :Boolean

Type:
  • Boolean
Default Value
  • false

end :external:DateTime|String|Number

If a String or a Number, will be treated as UTC, and then converted to ChartOptions#timezone. If DateTime, will only convert to ChartOptions#timezone
Type:

endIDX :Number

Column index. If provided, then ChartBar#end is ignored. Otherwise calculated by casting ChartBar#end to DateTime and formatting with ChartMode#idxFormat, or ChartMode#format if ChartMode#idxFormat is not provided
Type:
  • Number

id :String

Type:
  • String

start :external:DateTime|String|Number

If a String or a Number, will be treated as UTC, and then converted to ChartOptions#timezone. If DateTime, will only convert to ChartOptions#timezone
Type:

startIDX :Number

Column index. If provided, then ChartBar#start is ignored. Otherwise calculated by casting ChartBar#start to DateTime and formatting with ChartMode#idxFormat, or ChartMode#format if ChartMode#idxFormat is not provided
Type:
  • Number

(readonly) yIndex :Number

Once the Bar is processed, it is assigned a vertical index, which is used for rendering
Type:
  • Number