Git Product home page Git Product logo

antv-spec's People

Contributors

arranzeyuwang avatar bbsqq avatar chenluli avatar neoddish avatar pddpd avatar soundquiet avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

quant1-tech mijms

antv-spec's Issues

detailed type denifition. currently to support color hex string

// TODO: detailed type denifition. currently to support color hex string
export type Scale = {
// range after data mapping
// such as ['apple', 'banana'] --map to--> ['red', 'yellow'](range)
range: (string | number)[];
rangeMin: string | number;


This issue was generated by todo based on a TODO comment in 20ca6ec. It's been assigned to @soundquiet because they committed the code.

actual innerRadius

// TODO actual innerRadius
// user input innerRadius may be `px`, but G2Plot treat it as the ratio to the drawing area
configs.config.innerRadius = styles.innerRadius >= 0 && styles.innerRadius < 1 ? styles.innerRadius : 0.6;
}
}
// line chart && area chart


This issue was generated by todo based on a TODO comment in f18179e when #9 was merged. cc @antvis.

node-link or node-edge or vertex-edge

我们来讨论哪种更合理,根据各种参考,看起来是这样:
node & link 是一套,节点和连线,是更实体的结构。
vertex & edge 是一套,定点和边,是图论中抽象的概念。
https://academia.stackexchange.com/questions/52659/vertices-edges-vs-nodes-links

所以听起来,这里叫 node 和 link 更合理,至少是一套。当然,可以有不同看法大家来讨论。

@soundquiet @baizn @Yanyan-Wang @cxxxxxn @chenluli

Originally posted by @neoddish in #4 (comment)

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.