diff --git a/samples/dashbuilder-kitchensink/dashbuilder-kitchensink.dash.yaml b/samples/dashbuilder-kitchensink/dashbuilder-kitchensink.dash.yaml index 8991237..85ba777 100644 --- a/samples/dashbuilder-kitchensink/dashbuilder-kitchensink.dash.yaml +++ b/samples/dashbuilder-kitchensink/dashbuilder-kitchensink.dash.yaml @@ -315,7 +315,7 @@ pages: - displayer: type: METRIC chart: - height: "100" + height: 100 general: visible: true title: Total Products diff --git a/samples/fifa-world-cup23-dashboard/fifa-world-cup23-dashboard.dash.yaml b/samples/fifa-world-cup23-dashboard/fifa-world-cup23-dashboard.dash.yaml index f7d262a..5ddea46 100644 --- a/samples/fifa-world-cup23-dashboard/fifa-world-cup23-dashboard.dash.yaml +++ b/samples/fifa-world-cup23-dashboard/fifa-world-cup23-dashboard.dash.yaml @@ -168,7 +168,7 @@ pages: - span: 6 components: - displayer: - type: linechart + type: LINECHART general: title: Goals by Day @@ -188,7 +188,7 @@ pages: - span: 6 components: - displayer: - type: barchart + type: BARCHART general: title: Goals by Stadium axis: @@ -215,7 +215,7 @@ pages: - span: 6 components: - displayer: - type: bubblechart + type: BUBBLECHART general: title: Goals by Weather subtitle: Bubble shows total matches @@ -241,7 +241,7 @@ pages: - span: 6 components: - displayer: - type: bubblechart + type: BUBBLECHART general: title: Goals by Attendance subtitle: Bubble shows total goals diff --git a/samples/jupyter-hub-metrics/jupyter-hub-metrics.dash.yaml b/samples/jupyter-hub-metrics/jupyter-hub-metrics.dash.yaml index 7ddf7ad..df2532b 100644 --- a/samples/jupyter-hub-metrics/jupyter-hub-metrics.dash.yaml +++ b/samples/jupyter-hub-metrics/jupyter-hub-metrics.dash.yaml @@ -108,7 +108,7 @@ pages: general: title: Startup (seconds) chart: - width: "150" + width: 150 html: javascript: document.getElementById(${this}.id + "Icon").className = "fa fa-clock-o"; columns: @@ -131,7 +131,7 @@ pages: - span: 4 components: - displayer: - type: barchart + type: BARCHART general: title: Server Spawn chart: @@ -155,7 +155,7 @@ pages: - span: 4 components: - displayer: - type: barchart + type: BARCHART general: title: Server Stop filter: @@ -177,7 +177,7 @@ pages: - span: 4 components: - displayer: - type: barchart + type: BARCHART general: title: Proxy Add lookup: @@ -196,7 +196,7 @@ pages: - columns: - components: - displayer: - type: barchart + type: BARCHART extraConfiguration: >- { "xAxis": { diff --git a/samples/model-mesh-metrics/model-mesh-metrics.dash.yaml b/samples/model-mesh-metrics/model-mesh-metrics.dash.yaml index 4eaa4f2..03fcafe 100644 --- a/samples/model-mesh-metrics/model-mesh-metrics.dash.yaml +++ b/samples/model-mesh-metrics/model-mesh-metrics.dash.yaml @@ -164,7 +164,7 @@ pages: - html: >-

JVM Memory

- displayer: - type: barchart + type: BARCHART chart: resizable: true height: 400 diff --git a/samples/triton-server-dashboard/triton-server-dashboard.dash.yaml b/samples/triton-server-dashboard/triton-server-dashboard.dash.yaml index 0e60349..392cf12 100644 --- a/samples/triton-server-dashboard/triton-server-dashboard.dash.yaml +++ b/samples/triton-server-dashboard/triton-server-dashboard.dash.yaml @@ -35,7 +35,7 @@ pages: general: title: Running Models chart: - width: "150" + width: 150 html: javascript: document.getElementById(${this}.id + "Icon").className = "fa fa-cubes"; columns: @@ -52,7 +52,7 @@ pages: - functions: - source: labels function: COUNT - - span: "3" + - span: 3 components: - displayer: type: METRIC @@ -76,7 +76,7 @@ pages: - functions: - source: value function: SUM - - span: "3" + - span: 3 components: - displayer: type: METRIC @@ -84,7 +84,7 @@ pages: title: Inference Requests Success visible: true chart: - width: "150" + width: 150 html: javascript: document.getElementById(${this}.id + "Icon").className = "pficon-ok"; columns: @@ -101,7 +101,7 @@ pages: - functions: - source: value function: SUM - - span: "3" + - span: 3 components: - displayer: type: METRIC @@ -155,7 +155,7 @@ pages: - properties: margin-top: 20px columns: - - span: "4" + - span: 4 components: - html:

Inference Count

properties: @@ -202,7 +202,7 @@ pages: - source: labels - source: value function: SUM - - span: "4" + - span: 4 components: - html:

Sucessful Inferences

properties: @@ -248,7 +248,7 @@ pages: - source: labels - source: value function: SUM - - span: "4" + - span: 4 components: - html:

Failure Inferences

properties: @@ -297,7 +297,7 @@ pages: - properties: margin-top: 20px columns: - - span: "4" + - span: 4 components: - html:

Request Total Duration

properties: @@ -338,7 +338,7 @@ pages: - source: labels - source: value column: Duration - - span: "4" + - span: 4 components: - html:

Inference Total Duration

properties: @@ -383,7 +383,7 @@ pages: - source: labels - source: value column: Duration - - span: "4" + - span: 4 components: - html:

Inference Queue Wait

properties: