Apply themed horizontal gridline color in timeline-chart when switching themes #480
Labels
bug
Something isn't working
Theia UI
frontend
timeline-chart
Involves changes in the timeline chart project: https://github.com/theia-ide/timeline-chart
#442 changed the color for horizontal and vertical gridline colors and they are not the same anymore. When switching the theme from dark to light (or vice versa) then the horizontal gridline color is not updated until either new TimeGraphRows are created or the view is closed and opened again. The reason is that the TimeGraphRow objects are created once and the row style is created using the
rowStyleProvider
instantiated in theTimegraphOutputComponent
.This issue is track the changes needed in the theia-trace-extension and timeline-chart to allow switch the horizontal line colors dynamically at theme change.
The text was updated successfully, but these errors were encountered: