Skip to content

Commit

Permalink
Merge branch '22-sprint-2-visual-kpi-designer' of https://github.com/…
Browse files Browse the repository at this point in the history
…transpara/documentation into 22-sprint-2-visual-kpi-designer
  • Loading branch information
gabrielraeder committed Apr 15, 2024
2 parents 1ea067d + 746e9b2 commit ca6a644
Show file tree
Hide file tree
Showing 15 changed files with 164 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/styles/config/vocabularies/Doc/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ Cognite
SQLuser
projectware
picosecond
lossy
lossy
inmation
3 changes: 2 additions & 1 deletion .github/styles/config/vocabularies/docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ Cognite
SQLuser
projectware
picosecond
lossy
lossy
inmation
21 changes: 21 additions & 0 deletions visual-kpi-docs/.sidebar/reference-guides/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,27 @@ module.exports = [
'references/visual-kpi-designer/data-limits/data-limits-for-website-configuration'
],
},
{
type: 'doc',
id: 'references/visual-kpi-designer/groups-attributes-keywords/groups-attributes-keywords',
},
{
type: 'category',
label: "Attributes & Keywords",
items: [
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-bar-charts',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-embedded-content',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-gantt-charts',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-groups',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-kpis',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-managed-trends',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-pareto-charts',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-pie-charts',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-tables',
'references/visual-kpi-designer/attributes-and-keywords/attributes-and-keywords-xy-plots'
],
},
],
},

]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-bar-charts
title: Bar Charts
slug: /reference/visual-kpi-designer/attributes-and-keywords/bar-charts
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/charts-attributes-keywords-reference/BarCharts.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-embedded-content
title: Embedded Content
slug: /reference/visual-kpi-designer/attributes-and-keywords/embedded-content
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/charts-attributes-keywords-reference/EmbeddedContent.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-gantt-charts
title: Gantt Charts
slug: /reference/visual-kpi-designer/attributes-and-keywords/gantt-charts
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/charts-attributes-keywords-reference/GanttCharts.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-groups
title: Groups
slug: /reference/visual-kpi-designer/attributes-and-keywords/groups
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/groups-attributes-keywords-reference/VisualKPIDesignerAFSQLAndInmationAttributes.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-kpis
title: KPIs
slug: /reference/visual-kpi-designer/attributes-and-keywords/kpis
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/kpi-attributes-keywords-reference/VisualKPIDesignerAFSQLAndInmationAttributes.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-managed-trends
title: Managed Trends
slug: /reference/visual-kpi-designer/attributes-and-keywords/managed-trends
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/charts-attributes-keywords-reference/ManagedTrends.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-pareto-charts
title: Pareto Charts
slug: /reference/visual-kpi-designer/attributes-and-keywords/pareto-charts
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/charts-attributes-keywords-reference/ParetoCharts.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-pie-charts
title: Pie Charts
slug: /reference/visual-kpi-designer/attributes-and-keywords/pie-charts
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/charts-attributes-keywords-reference/PieCharts.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-tables
title: Tables
slug: /reference/visual-kpi-designer/attributes-and-keywords/tables
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/tables-attributes-keywords-reference/VisualKPIDesignerAFSQLAndInmationAttributes.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: attributes-and-keywords-xy-plots
title: XY Plots
slug: /reference/visual-kpi-designer/attributes-and-keywords/xy-plots
description: ''
tags: ['Attributes & Keywords']
---

import table from '@site/static/data/tables/charts-attributes-keywords-reference/XYPlots.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

<JsonToTable jsonData={table} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
id: groups-attributes-keywords
title: Groups Attributes and Keywords
slug: /reference/visual-kpi-designer/groups-attributes-keywords
description: ''
tags: []
---

import table from '@site/static/data/tables/groups-attributes-keywords-reference/VisualKPIDesignerAFSQLAndInmationAttributes.json';
import JsonToTable from '@site/src/components/Table/JsonToTable';

This table serves as a guide for associating metadata attributes and keywords from AF, SQL, and inmation databases with Visual KPI Remote Context Service (RCS).

The first column denotes the Visual KPI Attribute that corresponds to your external elements. Refer to the Value column for detailed information about specific attribute values. The last three columns indicate whether such mapping is feasible within AF, SQL, or inmation databases.

<JsonToTable jsonData={table} />
4 changes: 3 additions & 1 deletion visual-kpi-docs/src/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
font-style: normal;
font-weight: 700;
margin: 0 3px;
min-width: 50px;
}

.filters_container #rowsToShow:hover {
Expand Down Expand Up @@ -114,7 +115,8 @@ table {
display: table;
}

table thead, table tbody {
table thead,
table tbody {
width: 100% !important;
}

Expand Down

0 comments on commit ca6a644

Please sign in to comment.