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.
2 parents 66efe6c + 40447be commit 561e8a6Copy full SHA for 561e8a6
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