Ingraph labels
Summary: Documentation about the ingraph labels that are available to you
This page shows the various options for ingraph labels. The ingraph labels can be set like this:
obj.set({ labelsIngraph: [,,'Hoolio',,'Olga'] });
Or like this if you want to be more specific:
obj.set({
labelsIngraph: [,,['Hoolio', 'red', 'yellow', -1, 60],,'Olga']
});
The array can consist of:
- The label text
- The text color
- The background color
- This can be 1 or -1 and denotes whether the label should be above or below the line. This has no effect in Bar or Scatter charts
- The length of the label pointer/arrow