Skip to content

Commit

Permalink
added a data field for custom values to TimeGraphModel
Browse files Browse the repository at this point in the history
  • Loading branch information
jbicker committed Feb 13, 2019
1 parent d2f11ec commit da9a90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timeline-chart/src/time-graph-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export namespace TimelineChart {
totalLength: number
rows: TimeGraphRowModel[]
arrows: TimeGraphArrow[]
readonly data?: { [key: string]: any }
}

export interface TimeGraphRowModel {
Expand Down

0 comments on commit da9a90e

Please sign in to comment.