Skip to content

icebelle/tui.chart

 
 

Repository files navigation

Toast UI Chart

Chart
This application supports drawing a chart on web browser.

Feature

  • Bar Chart
    • A bar chart displays a series of data in the form of a horizontal bar.
  • Column Chart
    • A column chart is a type of bar chart. Unlike a bar chart, a column chart, position the vertical bar.
  • Line Chart
    • A line chart is a type of chart which displays information as a series of data by straight line segments.
  • Area Chart
    • An area chart displays graphically quantitive data. It is based on the line chart.
  • Combo Chart (Combination Chart)
    • A combo chart is a visualization that combines the features of the column chart and the line chart.
  • Pie Chart
    • A type of graph in which a circle is divided into sectors that each represent a proportion of the whole.

Sample Images

bar chart

negative bar chart

stacked bar chart

column chart

negative column chart

percent stacked column chart

line chart

combo chart

pie chart

center legend pie chart

outer lengend pie chart

area chart

Documentation

Dependency

  • tui.code-snippet 1.0.4
  • tui.component-effects 1.1.0
  • Raphaël 2.1.4

Test environment

  • PC
    • IE8~11
    • Chrome
    • Firefox

Download/Install

Release History

License

This software is licensed under the MIT License.

About

Toast UI Chart

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 1.8%
  • HTML 0.4%