-
Notifications
You must be signed in to change notification settings - Fork 261
Doc updates for 1.10 #520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc updates for 1.10 #520
Conversation
docs/trex_getdata.md
Outdated
| let vizActiveSheet = viz.workbook.activeSheet; | ||
| if (vizActiveSheet.sheetType === "worksheet") { | ||
| const dataTableReader = await vizActiveSheet.getSummaryDataReaderAsync(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above. We don't have the viz.workbook.activiteSheet in extensions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I missed that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got rid of the viz.workbook.activeSheet, but forgot to remove the vizActiveSheet from the remaining line.
Done now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you have committed that yet. It still has the vizActiveSheet in my review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess I spoke too soon (before the commit/push). It should be good now.
88f444f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange. That commit had a banner that said it wasn't connected to anything. I'm running this through a fork, which might be the problem. I did another push (git push upstream). That seems to have worked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had one more commit to fix some formatting with a catch block.
@johnDance @alicemhsiao @mwhagedorn @stephendeoca @bcantoni