Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
BUG FIX: AP-1610
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbanghart committed Apr 20, 2020
1 parent 95cab46 commit 18d8189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/sankey/sankey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const vis: Sankey = {
options: {
color_range: {
type: 'array',
label: 'I AM DOING SOMETHING',
label: 'Color Range',
display: 'colors',
default: ['#dd3333', '#80ce5d', '#f78131', '#369dc1', '#c572d3', '#36c1b3', '#b57052', '#ed69af']
},
Expand Down

0 comments on commit 18d8189

Please sign in to comment.