mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(gantt-chart): fix Y-axis label visibility in dark theme (#35189)
This commit is contained in:
@@ -257,6 +257,7 @@ describe('Gantt transformProps', () => {
|
||||
show: true,
|
||||
position: 'start',
|
||||
formatter: '{b}',
|
||||
color: 'rgba(0,0,0,0.88)',
|
||||
},
|
||||
lineStyle: expect.objectContaining({
|
||||
color: '#00000000',
|
||||
|
||||
Reference in New Issue
Block a user