-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '22-sprint-2-visual-kpi-designer' of https://github.com/…
…transpara/documentation into 22-sprint-2-visual-kpi-designer
- Loading branch information
Showing
15 changed files
with
164 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,5 @@ Cognite | |
SQLuser | ||
projectware | ||
picosecond | ||
lossy | ||
lossy | ||
inmation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,5 @@ Cognite | |
SQLuser | ||
projectware | ||
picosecond | ||
lossy | ||
lossy | ||
inmation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...docs/docs/references/visual-kpi-designer/attributes-and-keywords/bar-charts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...ocs/references/visual-kpi-designer/attributes-and-keywords/embedded-content.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...cs/docs/references/visual-kpi-designer/attributes-and-keywords/gantt-charts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...kpi-docs/docs/references/visual-kpi-designer/attributes-and-keywords/groups.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...l-kpi-docs/docs/references/visual-kpi-designer/attributes-and-keywords/kpis.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
.../docs/references/visual-kpi-designer/attributes-and-keywords/managed-trends.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...s/docs/references/visual-kpi-designer/attributes-and-keywords/pareto-charts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...docs/docs/references/visual-kpi-designer/attributes-and-keywords/pie-charts.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...kpi-docs/docs/references/visual-kpi-designer/attributes-and-keywords/tables.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
12 changes: 12 additions & 0 deletions
12
...i-docs/docs/references/visual-kpi-designer/attributes-and-keywords/xy-plots.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
16 changes: 16 additions & 0 deletions
16
...s/visual-kpi-designer/groups-attributes-keywords/groups-attributes-keywords.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters