Giter VIP home page Giter VIP logo

vutil's People

Contributors

github-actions[bot] avatar kkxxkk2019 avatar neuqzxy avatar pairone avatar purpose233 avatar skie1997 avatar xiaoluohe avatar xile611 avatar xuefei1313 avatar zamhown avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vutil's Issues

[Feature] multiple data source api

What problem does this feature solve?

In a multi-data view scenario, update multiple data views at a time, and monitor the update completion of a group of views

What does the proposed API look like?

-updateDataViews(DataView[])
-onDataViewsChange(string[])
-onAllViewsChange()

[Feature] support 2D-array data

What problem does this feature solve?

support frequently used data format:

  • 2d-array:
const data = [
    ['product', '2015', '2016', '2017'],  
    ['Matcha Latte', 43.3, 85.8, 93.7],  
    ['Milk Tea', 83.1, 73.4, 55.1],  
    ['Cheese Cocoa', 86.4, 65.2, 82.5],  
    ['Walnut Brownie', 72.4, 53.9, 39.1]   
] 
  • Column based key-value format
const data = [
   'product': ['Matcha Latte', 'Milk Tea', 'Cheese Cocoa', 'Walnut Brownie'],
    'count': [823, 235, 1042, 988],
    'score': [95.8, 81.4, 91.2, 76.9]
] 
  • Row based key-value
const data = [
    {product: 'Matcha Latte', count: 823, score: 95.8},
    {product: 'Milk Tea', count: 235, score: 81.4},
    {product: 'Cheese Cocoa', count: 1042, score: 91.2},
    {product: 'Walnut Brownie', count: 988, score: 76.9}
]

What does the proposed API look like?

none

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.