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.
LineBar/Horizontal BarVolumeArea/Horizontal AreaPointXY(scatter)PieDonutBubbleCandle(financial OHLC)GanttCircular GaugeColorGridPolarSurfaceMapActivityGauge
Series Marks
The marks property displays text annotations near series points:
var s = new Tee.Bar();
s.marks.visible = true;
s.marks.style = “percent”;