GithubHelp home page GithubHelp logo

Adding a parse method about d3-format HOT 4 CLOSED

d3 avatar d3 commented on April 25, 2024 1
Adding a parse method

from d3-format.

Comments (4)

existe-deja avatar existe-deja commented on April 25, 2024

I agree. I'm facing this problem: I want to tween text during the update of my data. The text is in a localized percentage format.

I'm following this pattern https://bl.ocks.org/mbostock/7004f92cac972edef365. For now I got the choice between always tween from 0 to my target value, or try to parse with some RegExps the self.text() result.

It would be simpler and safer to have a parse method instead of a string.replace.

from d3-format.

jainswapnil90 avatar jainswapnil90 commented on April 25, 2024

I have a doubt on new formatting style in version 4.
console.log(d3.format(",.1f")(-0.03233401761776867))
when I am consoling this in version 3 Output : -0.0
But in version 4 it is coming as 0.0
How to fix this issue ??

http://bl.ocks.org/zanarmstrong/raw/05c1e95bf7aa16c4768e/ version 3 output test case

from d3-format.

mbostock avatar mbostock commented on April 25, 2024

@jainswapnil90 Please don’t reply to unrelated issues with help requests. Use Stack Overflow to ask for help. The behavior you describe is documented in the release notes for 1.0 and 0.0 is the expected behavior in 4.0.

from d3-format.

mbostock avatar mbostock commented on April 25, 2024

Closing to inactivity. I have no immediate plans to implement parsers for localized number formats (and I think that would be a lot of work!).

from d3-format.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.