Coder Social home page Coder Social logo

some doubts about json-stat HOT 1 CLOSED

badosa avatar badosa commented on July 21, 2024
some doubts

from json-stat.

Comments (1)

badosa avatar badosa commented on July 21, 2024

Do you think JSON-Stat is suitable to save stats created dinamically ? It seems to me that create dinamically data in JSON-stat is a bit cryptic and I think that there's no library to do that, isn't it ?

I think the difficulty of dynamically saving stats in JSON-stat depends on the structure of your data: if you have some sort of tabular/cubic structure it's probably not too complicated. The suitability of JSON-stat for such a task has to do I think with what you want to do with the data and whether you can benefit from the JSON-stat Javascript Toolkit or not.

I imagine that later is easy to get some datasets together and plot data. I need to save an object instead of a Number in each value to have more information.

JSON-stat supports two properties for each cell: "value" and "status". Both are type-agnostic: "value" doesn't have to be a number; "status" doesn't have to a string. Both can be objects. In your case, you can probably choose between putting your object in the "value" property or just putting the number alone and storing the rest in the "status" property. See this post for more info.

BTW, the JSON-stat Google Group is probably the best place to discuss this issue, as the JSON-stat GitHub repo is dedicated to the JSON-stat Javascript Toolkit.

from json-stat.

Related Issues (15)

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.