Skip to content

ToString() should use CultureInfo.InvariantCulture for floats #13

Description

@GoogleCodeExporter
I have this float array of data:
    float[] { 0, 3.75F, 18.75F, 50, 37.5F, 62.5F }
And GoogleChartSharp generates an URL including this:
    chd=t:0,3,75,18,75,50,37,5,62,5
But it should look like:
    chd=t:0,3.75,18.75,50,37.5,62.5

See the attachment for a diff.

Original issue reported on code.google.com by bughunter2@gmail.com on 24 Oct 2008 at 9:03

Attachments:

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions