Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(#834): Fixed data label corruption bug #884

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

galzo
Copy link

@galzo galzo commented Jan 13, 2021

Fixes #834

Fixed a bug where using double quotation marks (" ") in the
valAxisLabelFormatCode property caused the file to be corrupted.

According to Microsoft documentation,
Double quotation marks are required in order to display both text
and numbers in a label. Therefore we enclose these text characters in
double quotation marks (" ").

Fixed a bug where using double quotation marks (" ") in the
valAxisLabelFormatCode property caused the file to be corrupted.

According to Microsoft documentation,
Double quotation marks are required in order to display both text
and numbers in a label. therefore we enclose these text characters in
double quotation marks (" ").
@gitbrent gitbrent self-assigned this Jan 14, 2021
@gitbrent gitbrent added this to the 3.5.0 milestone Jan 14, 2021
@gitbrent gitbrent merged commit e93efae into gitbrent:master Jan 14, 2021
gitbrent added a commit that referenced this pull request Jan 14, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dataLabelFormatCode option creates corrupted file if the value includes quotes
2 participants