/graph_horizontal

Primary LanguageDartOtherNOASSERTION

graph_horizontal

The graph horizontal with tooltips and three types.

GraphType.one

GraphType.two

GraphtType.three

Example

GraphHorizontal(

type:  GraphType.three,

items: [

GraphItem(value:  50, label:  "A"),

GraphItem(value:  5, label:  "B"),

],

),

Type One

enter image description here

Type Two

enter image description here

Type Three

enter image description here