Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 2, 2021
1 parent 3b8e07a commit 20fc207
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion web/public/js/graph/plugins/pipeline-visual.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@

// based on https://github.com/ledge-framework/engine/blob/master/projects/%40ledge-framework/render/src/lib/chart/ledge-pipeline/ledge-pipeline.component.ts
function visualizationStruct(data, elementId) {
let defaultPipelineConfig = {
let Color = {
GREEN: '#4A9900',
RED: '#C4000A',
GRAY: '#949393',
WHITE: '#FFFFFF',
}

let config = {
connectionStrokeWidth: 4,
stateStrokeWidth: 4,
stateRadius: 16,
Expand Down

0 comments on commit 20fc207

Please sign in to comment.