Skip to content

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

@GoogleCodeExporter

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 [email protected] on 24 Oct 2008 at 9:03

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions