Documentation

type

sets the chart type

string type;

Values

  • area
  • bar
  • barH
  • donut
  • line
  • pie
  • pie3D
  • radar
  • scatter
  • spline
  • stackedArea
  • stackedBar
  • stackedBarH
  • Example

    webix.ui({
        view:"chart",
        type:"barH",
        ...
    })

    See also

    Back to top