We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66efe6c commit 40447beCopy full SHA for 40447be
src/anno.ts
@@ -40,7 +40,7 @@ export class AnnoInfo {
40
this.shapes = results.annotations.map(a => {
41
x.push(a.time);
42
y.push(0);
43
- text.push('XXXX');
+ text.push(a.text);
44
color.push(a.annotation.iconColor);
45
46
return {
0 commit comments