Skip to content

Commit

Permalink
plotly(css) Fix colors of dominant language on line charts
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 3, 2024
1 parent d5d3bce commit e01a67e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/chart-react-plotly/src/chart-react-plotly.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#charts.plotly .chart-row--line .bglayer rect.bg {
fill: var(--chart-background-color) !important;
}
#charts.plotly .chart-row--line g.plot g.points path.point,
#charts.plotly .chart-row--line g.plot g.lines path.js-line {
#charts.plotly .chart-row--line g.scatterlayer.mlayer g.points path.point,
#charts.plotly .chart-row--line g.scatterlayer.mlayer g.lines path.js-line {
stroke: var(--line-chart-fill-color) !important;
}
#charts.plotly .chart-row--line g.plot g.fills path.js-fill,
#charts.plotly .chart-row--line g.plot g.points path.point {
#charts.plotly .chart-row--line g.scatterlayer.mlayer g.fills path.js-fill,
#charts.plotly .chart-row--line g.scatterlayer.mlayer g.points path.point {
fill: var(--line-chart-fill-color) !important;
}
#charts.plotly .chart-row--line g.gridlayer g.x path.xgrid,
Expand Down

0 comments on commit e01a67e

Please sign in to comment.