CLABELCOMMIT adds labels to the chart. Should be called after one or more CLABEL.
()
| 71 | |
| 72 | // CLABELCOMMIT adds labels to the chart. Should be called after one or more CLABEL. |
| 73 | func (a *API) CLABELCOMMIT() { |
| 74 | _, _ = a.Write(clabelCommit) |
| 75 | } |
| 76 | |
| 77 | // BEGIN initializes data collection for a chart. |
| 78 | func (a *API) BEGIN(typeID string, id string, msSince int) { |