Assigned
Status Update
Comments
du...@google.com <du...@google.com> #2
Hi,
Thanks for your report, there's an internal case open to review this.
jd...@vcu.edu <jd...@vcu.edu> #3
Any update on the status of this? Is there a quick fix I can implement, for example, by hardcoding the value of Charts.ChartType.SCORECARD? (I tried this but got a signature error on the function arguments.)
is...@google.com <is...@google.com>
[Deleted User] <[Deleted User]> #4
Also when i try to get the Charts from a sheet, this is not working with a SCORECARD as well..
ap...@tersho.com <ap...@tersho.com> #5
Any updates on adding scorecard support to Google App Script?
jp...@google.com <jp...@google.com>
le...@nascdev.com <le...@nascdev.com> #6
Hi, is there any update here?
mi...@gmail.com <mi...@gmail.com> #7
Jesus, 4 years later and Google still hasn't added the option for scorecard charts?
Is this even being worked on?
An update would be nice
Is this even being worked on?
An update would be nice
pr...@akrity.com <pr...@akrity.com> #8
Why is the scorecard not added, It should have been included in the ChartType enum since the beginning itself
It's been quite a long time since this issue was created, can someone please give an update?
It's been quite a long time since this issue was created, can someone please give an update?
jd...@vcu.edu <jd...@vcu.edu> #9
The issue is still outstanding. To my knowledge the scorecard ENUM is still missing from ChartType. The original bug report provided instructions for recreating the bug.
JL
From: buganizer-system@google.com <buganizer-system@google.com>
Sent: Monday, July 29, 2024 11:07 AM
To: b-system+1769982641@google.com
Cc: jdleonard@vcu.edu
Subject: Re: Issue 154996585 : SCORECARD ENUM missing from chart types
Replying to this email means your email address will be shared with the team that works on this product.
https://issuetracker.google.com/issues/154996585 <https://www.google.com/url?q=https://issuetracker.google.com/issues/154996585&source=gmail-imap&ust=1722870564000000&usg=AOvVaw18g0HL6qxEKeodgnr4ab45 >
Changed
<mailto:pr...@akrity.com> pr...@akrity.com added comment #8 <https://www.google.com/url?q=https://issuetracker.google.com/issues/154996585%23comment8&source=gmail-imap&ust=1722870564000000&usg=AOvVaw2-gvbekXAsL9FdmjX-_qXs > :
Why is the scorecard not added, It should have been included in the ChartType enum since the beginning itself
It's been quite a long time since this issue was created, can someone please give an update?
_______________________________
Reference Info: 154996585 SCORECARD ENUM missing from chart types
component: Public Trackers <https://www.google.com/url?q=https://issuetracker.google.com/components/191640&source=gmail-imap&ust=1722870564000000&usg=AOvVaw1W60Zb10rMwnlLKBhiulNL > > Google Workspace Developers > Apps Script
status: Assigned
reporter: jdleonard@vcu.edu <mailto:jdleonard@vcu.edu>
assignee: wo...@google.com <mailto:wo...@google.com>
cc: du...@google.com, jdleonard@vcu.edu <mailto:jdleonard@vcu.edu>
type: Bug
access level: Default access
priority: P2
severity: S3
blocked by: 155038068 <https://www.google.com/url?q=https://issuetracker.google.com/issues/155038068&source=gmail-imap&ust=1722870564000000&usg=AOvVaw001ABzbwcKk66O0WGn9PeI >
retention: Component default
status: blocked
Generated by Google IssueTracker notification system.
You're receiving this email because you are subscribed to updates on Google IssueTracker issue 154996585 <https://www.google.com/url?q=https://issuetracker.google.com/issues/154996585&source=gmail-imap&ust=1722870564000000&usg=AOvVaw18g0HL6qxEKeodgnr4ab45 > where you have the roles: reporter, cc
Unsubscribe from this issue. <https://www.google.com/url?q=https://issuetracker.google.com/issues/154996585?unsubscribe%3Dtrue&source=gmail-imap&ust=1722870564000000&usg=AOvVaw32hbFPEeL6vXeXY0JPLcIc >
JL
From: buganizer-system@google.com <buganizer-system@google.com>
Sent: Monday, July 29, 2024 11:07 AM
To: b-system+1769982641@google.com
Cc: jdleonard@vcu.edu
Subject: Re:
Replying to this email means your email address will be shared with the team that works on this product.
Changed
<mailto:pr...@akrity.com> pr...@akrity.com added
Why is the scorecard not added, It should have been included in the ChartType enum since the beginning itself
It's been quite a long time since this issue was created, can someone please give an update?
_______________________________
Reference Info: 154996585 SCORECARD ENUM missing from chart types
component: Public Trackers <
status: Assigned
reporter: jdleonard@vcu.edu <mailto:jdleonard@vcu.edu>
assignee: wo...@google.com <mailto:wo...@google.com>
cc: du...@google.com, jdleonard@vcu.edu <mailto:jdleonard@vcu.edu>
type: Bug
access level: Default access
priority: P2
severity: S3
blocked by: 155038068 <
retention: Component default
status: blocked
Generated by Google IssueTracker notification system.
You're receiving this email because you are subscribed to updates on Google IssueTracker
Unsubscribe from this issue. <
Description
I recorded a macro where I visually created the scorecard chart. All went well.
When attempting to replay the macro, I get an error "Exception: ChartType must not be undefined. (line 167, file "macros").
Here is the code:
chart = sheet.newChart()
.setChartType(Charts.ChartType.SCORECARD)
It appears that SCORECARD type is missing from the list of ENUMs documented here:
Google sheets records a macro that it cannot play back.