YCharts icon indicating copy to clipboard operation
YCharts copied to clipboard

Fix NumberFormatException in DataUtils

Open DanilAtyukov-dev opened this issue 1 year ago • 0 comments

Description

Fixed a runtime bug where the DataUtils class was throwing a NumberFormatException exception related to an attempt to convert an “n,n” string to float

Validation

In the Russian localization the application crashed with NumberFormatException when trying to create a bar chart

DanilAtyukov-dev avatar Jun 07 '24 12:06 DanilAtyukov-dev