Skip to content
Yeray edited this page Mar 22, 2018 · 3 revisions

Series

Inheriting from a common Series class, several charting styles are provided, each as a different object class with its own properties and methods.

Series Marks

The marks property displays text annotations near series points:

var s = new Tee.Bar();
s.marks.visible = true;
s.marks.style = “percent”;
Clone this wiki locally