diff --git a/client/src/components/categorical/value/occupancy.js b/client/src/components/categorical/value/occupancy.js index 42e4d3bf..973cce15 100644 --- a/client/src/components/categorical/value/occupancy.js +++ b/client/src/components/categorical/value/occupancy.js @@ -168,7 +168,7 @@ class Occupancy extends React.PureComponent { else this.createHistogram(); }} /> -
This histograms shows the distribution of{" "} {colorAccessor} within{" "} diff --git a/client/src/components/graph/overlays/centroidLabels.js b/client/src/components/graph/overlays/centroidLabels.js index 02249f9d..5d85b452 100644 --- a/client/src/components/graph/overlays/centroidLabels.js +++ b/client/src/components/graph/overlays/centroidLabels.js @@ -85,7 +85,6 @@ class CentroidLabels extends PureComponent { textAnchor="middle" data-label={label} style={{ - fontFamily: "Roboto Condensed", fontSize, fontWeight, fill: "black",