diff --git a/demos/dashy/src/dashPOC.ts b/demos/dashy/src/dashPOC.ts index 1cdf8d7582..30a99f2967 100644 --- a/demos/dashy/src/dashPOC.ts +++ b/demos/dashy/src/dashPOC.ts @@ -11,7 +11,7 @@ class MyGraph extends DataGraph { icon: { imageChar: "" }, - text: origRow.XXX, + text: origRow.name, subText: { text: origRow.count },