Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cindyloo
Copy link
Contributor

@cindyloo cindyloo commented Feb 19, 2025

handle labels via throwing NFE from within ChartData2D and BarChart

General items:

For all other changes:

  • [x ] I branched from master
  • [x ] My pull request has master as the base

What 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 # .

handle labels via throwing NFE from within ChartData2D and BarChart
@ewpatton
Copy link
Member

@cindyloo It looks like the bar chart tests are failing. Can you please take a look at that?

@cindyloo
Copy link
Contributor Author

cindyloo commented Feb 21, 2025

@ewpatton we are now throwing the NumberFormatException from getEntryFromTuple which would mean we may not returning the expected strings the tests expect. will look into further...

@ewpatton ewpatton changed the title #3262 Fix ability to add/remove entries from certain types of charts #3262 Feb 21, 2025
@ewpatton ewpatton added this to the nb201 milestone Feb 24, 2025
rawX, rawY);
"GetEntryFromTuple",
ErrorMessages.ERROR_INVALID_CHART_ENTRY_VALUES,
rawX, rawY);
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants