Skip to content
Snippets Groups Projects

Visual fixes on paohvis

Merged Marcos Pieras requested to merge FIxesOnPAOHVIS into main
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -113,7 +113,7 @@ export const PaohVis = ({ data, graphMetadata, schema, settings, updateSettings
const [widthTotalRowInformation, setWidthTotalRowInformation] = useState<number>(0);
const [widthTotalColumnInformation, setWidthTotalColumnInformation] = useState<number>(0);
const classTopTextColumns = 'text-secondary-800 mx-1 overflow-hidden whitespace-nowrap text-ellipsis';
const classTopTextColumns = 'font-mono text-secondary-800 mx-1 overflow-hidden whitespace-nowrap text-ellipsis';
const configStyle: { [key: string]: string } = {
colorText: 'hsl(var(--clr-sec--800))',
Loading