Skip to content
Snippets Groups Projects
Commit 8775b9e9 authored by Marcos Pieras's avatar Marcos Pieras
Browse files

Merge branch 'stylePAOHvis' of https://git.science.uu.nl/graphpolaris/frontend-v2 into stylePAOHvis

parents 88c4ea41 64b08717
No related branches found
No related tags found
1 merge request!153feat: update headers style, manage text overflow and sliders to config
Pipeline #136807 passed
......@@ -39,8 +39,7 @@ export const TestWithMarieBoucherSample = {
...(await mockData.marieBoucherSample()),
updateSettings: () => {},
schema: marieBoucherSampleSchemaRaw,
//configuration: PaohVisComponent.configuration,
configuration: {
settings: {
...PaohVisComponent.settings,
rowNode: 'merchant',
columnNode: 'merchant',
......@@ -53,7 +52,7 @@ export const TestWithBig2ndChamber = {
...(await mockData.big2ndChamberQueryResult()),
updateSettings: () => {},
schema: big2ndChamberSchemaRaw,
configuration: {
settings: {
...PaohVisComponent.settings,
rowNode: 'kamerleden',
columnNode: 'commissies',
......@@ -66,7 +65,7 @@ export const TestWithAirport = {
...(await mockData.bigMockQueryResults()),
updateSettings: () => {},
schema: simpleSchemaAirportRaw,
configuration: {
settings: {
...PaohVisComponent.settings,
rowNode: 'airports',
columnNode: 'airports',
......
......@@ -123,6 +123,7 @@ export const PaohVis = ({ data, graphMetadata, schema, settings, updateSettings
colorTextUnselect: 'hsl(var(--clr-sec--400))',
colorLinesHyperEdge: 'hsl(var(--clr-black))',
};
let configPaohvis = useMemo(
() => ({
rowHeight: 30,
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment