Series - Steema/TeeChartJS GitHub Wiki
Series
Inheriting from a common Series
class, several charting styles are provided, each as a different object class with its own properties and methods.
Line
Bar
/Horizontal Bar
Volume
Area
/Horizontal Area
PointXY
(scatter)Pie
Donut
Bubble
Candle
(financial OHLC)Gantt
Circular Gauge
ColorGrid
Polar
Surface
Map
ActivityGauge
Series Marks
The marks property displays text annotations near series points:
var s = new Tee.Bar();
s.marks.visible = true;
s.marks.style = “percent”;