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
properties: | |
GoalsFunction: AVERAGE | |
SeriesColor: cyan | |
global: | |
mode: dark | |
settings: | |
extraConfiguration: >- | |
{ | |
"color": "${SeriesColor}" | |
} |
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
{ | |
"$id":"https://dashbuilder.org/schemas/0.1/dashbuilder.json", | |
"$schema":"http://json-schema.org/draft-07/schema#", | |
"description":"Schema for Dashboards", | |
"type":"object", | |
"properties":{ | |
"pages":{ | |
"description":"A page can contain rows, columns and components.", | |
"type":"array", | |
"items":{ |
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
global: | |
mode: dark | |
settings: | |
chart: | |
resizable: true | |
datasets: | |
- uuid: pop | |
url: /datasets/population.json | |
pages: | |
- components: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
datasets: | |
- uuid: data | |
url: https://www.jbang.dev/assets/data/jbang-versionchecks.csv | |
expression: >- | |
$map($, function($l) { | |
[ | |
$join([$l[0], $l[1]], ","), | |
$l[2] | |
] | |
} |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_TkSNoBT0EDuhEeQjsjIliA" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " exporter="jBPM Process Modeler" exporterVersion="2.0" targetNamespace="http://www.omg.org/bpmn20"> | |
<bpmn2:collaboration id="_9206D4B4-2323-4BE9-B0EA-D82D8DA47DA1" name="Default Collaboration"> | |
<bpmn2:participant id="_8031A3B1-8808-4526-A126-DFFD36FE0F0E" name="Pool Participant" processRef="Untitled"/> | |
</bpmn2:collaboration> | |
<bpmn2:process id="Untitled" |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<bpmn2:definitions xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" xmlns:xsi="xsi" id="_TkSNoBT0EDuhEeQjsjIliA" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " exporter="jBPM Process Modeler" exporterVersion="2.0" targetNamespace="http://www.omg.org/bpmn20"> | |
<bpmn2:collaboration id="_9206D4B4-2323-4BE9-B0EA-D82D8DA47DA1" name="Default Collaboration"> | |
<bpmn2:participant id="_8031A3B1-8808-4526-A126-DFFD36FE0F0E" name="Pool Participant" processRef="Untitled"/> | |
</bpmn2:collaboration> | |
<bpmn2:process id="Untitled" d |
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
UF | MUNICIPIO | REDE | 2017 | 2019 | |
---|---|---|---|---|---|
RO | Alta Floresta D'Oeste | Estadual | 3.9 | 4.5 | |
RO | Alta Floresta D'Oeste | Pública | 3.9 | 4.5 | |
RO | Ariquemes | Estadual | 3.8 | 3.9 | |
RO | Ariquemes | Federal | -1 | -1 | |
RO | Ariquemes | Pública | 3.8 | 4.0 | |
RO | Cabixi | Estadual | 3.7 | -1 | |
RO | Cabixi | Pública | 3.7 | -1 | |
RO | Cacoal | Estadual | 3.7 | 4.1 | |
RO | Cacoal | Federal | 5.1 | 5.9 |
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
apiVersion: kfdef.apps.kubeflow.org/v1 | |
kind: KfDef | |
metadata: | |
name: opendatahub | |
spec: | |
applications: | |
- kustomizeConfig: | |
repoRef: | |
name: manifests | |
path: odh-common |
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
[wsiqueir@localhost dashbuilder]$ git diff main -- package.json | |
diff --git a/packages/dashbuilder/package.json b/packages/dashbuilder/package.json | |
index cab6d7deea..4cad645570 100644 | |
--- a/packages/dashbuilder/package.json | |
+++ b/packages/dashbuilder/package.json | |
@@ -11,6 +11,9 @@ | |
"files": [ | |
"**/dist/*" | |
], | |
+ "dependencies": { |