Skip to content

Commit

Permalink
chore: Fix sample.
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed May 21, 2020
1 parent 5f2b098 commit f2b585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/dashy/src/dashPOC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MyGraph extends DataGraph {
icon: {
imageChar: ""
},
text: origRow.XXX,
text: origRow.name,
subText: {
text: origRow.count
},
Expand Down

0 comments on commit f2b585f

Please sign in to comment.