Allow different colors definition for timegraph outputs. #481
Labels
enhancement
New feature or request
Theia UI
frontend
timeline-chart
Involves changes in the timeline chart project: https://github.com/theia-ide/timeline-chart
Before #442 the horizontal, vertical gridline and text color used where the same. Only one style
lineColor
is defined in theOutputComponentStyle
. ThislineColor
is propagated to the TimeGraphComponent and TimeAxisComponent. Having different style properties inOutputComponentStyle
allow to be more selective when configuring the colors.Please note #442 hard-coded the horizontal and vertical gridline color in
TimeGraphComponent
and with the implementation of this tracker, the hard-coded values can be removed and the new color properties can be used.The text was updated successfully, but these errors were encountered: