Skip to content

Commit

Permalink
todos for last pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmroz-allegro committed Nov 23, 2022
1 parent 4e91a48 commit 511e319
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/visualizations/bar-chart/bar-chart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
position: absolute;

.selection-highlight {
// TODO: replace with visualisationColors.main
@include css-variable(border-color, brand);
pointer-events: none;
border-width: 1px;
Expand Down Expand Up @@ -113,6 +114,7 @@
}

> rect.background {
// TODO: replace with visualisationColors.main
@include css-variable(fill, brand);
pointer-events: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.bar-chart-bars {
.bar-chart-bar {
// TODO: replace with visualisationColors.main
@include css-variable(fill, brand);
}

Expand Down
1 change: 1 addition & 0 deletions src/client/visualizations/heat-map/utils/scales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { nestedDataset } from "./nested-dataset";
export type ColorScale = d3.ScaleLinear<string, string>;

const white = "#fff";
// TODO: replace with visualisationColors.main
const orange = "#ff5a00";

interface Scales {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
}

.hover-guide {
// TODO: replace with visualisationColors.main
@include css-variable(stroke, background-brand-light);
stroke-width: 1;
}
Expand Down
1 change: 1 addition & 0 deletions src/client/visualizations/scatterplot/scatterplot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
}

.point {
// TODO: replace with visualisationColors.main
@include css-variable(stroke, brand);
@include css-variable(fill, item-dimension);
}
Expand Down

0 comments on commit 511e319

Please sign in to comment.