Code Monkey home page Code Monkey logo

Comments (4)

dxq613 avatar dxq613 commented on April 27, 2024 1

韦恩图的问题,其实在于如何表示数据,韦恩图的几个关系 交、并、包含、互斥之类的,如何表达在数据中,如何自动布局都需要考虑清楚才能做,两两之间的关系、甚至多个个节点之间的关系也比较麻烦。

一个本质的问题是你绘制韦恩图的目的是为了自动布局,还是位置事先已经有了,仅仅来表达两者之间的关系,如果相交的话颜色是否要变换。

from g2.

YuxinChou avatar YuxinChou commented on April 27, 2024

自动布局、宽度适配、相交变换、label信息、交互都需要。

from g2.

dxq613 avatar dxq613 commented on April 27, 2024

如果这样的话,数据模型本身就要比较复杂,节点和关系需要两份数据

var nodes = [{name: 'a', value: xxx},{name:'b',value:xxx}];

var relations = [{relation: 'a-b',type: 'union'},{relation: 'b-c',type: 'union'}.....];

var layout = new Layout.Wayne({nodes: nodes,relations: realtions});

view.point().position('x*y').color('xxx').size('value').shape('vayne');

from g2.

dxq613 avatar dxq613 commented on April 27, 2024

结论:暂时不在g2上专门实现韦恩图

from g2.

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.