-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix ability to add/remove entries from certain types of charts #3262 #3384
base: master
Are you sure you want to change the base?
Conversation
handle labels via throwing NFE from within ChartData2D and BarChart
@cindyloo It looks like the bar chart tests are failing. Can you please take a look at that? |
@ewpatton we are now throwing the |
appinventor/components/src/com/google/appinventor/components/runtime/ChartData2D.java
Outdated
Show resolved
Hide resolved
rawX, rawY); | ||
"GetEntryFromTuple", | ||
ErrorMessages.ERROR_INVALID_CHART_ENTRY_VALUES, | ||
rawX, rawY); |
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.
Additional whitespace needs to be removed.
handle labels via throwing NFE from within ChartData2D and BarChart
General items:
ant tests
passes on my machineFor all other changes:
master
master
as the baseWhat does this PR accomplish?
Description
updating ChartData2D to work with both strings and numbers for the x value (coordinate or label). Works correctly with Pie and BarCharts.
Fixes # .
#3262
Resolves # .