Skip to content

Graph / Chart widget #84

@mitchmindtree

Description

@mitchmindtree

I was just reading a great article that had absolutely terrible graphs, which got me thinking about a Graph widget! I think this would be so useful for visualising application data and fairly easy to implement (I'm currently finishing of an XYPad which isn't too far removed).

Also it would be nice to be able to pass in something like:

// in graph.rs
pub enum Type {
    Line,
    Bar,
    Dot,
}

To specify the way it should be visualised.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions