Set the title of the graph

The title is positionned in the middle of the graph and right on the margin of the chart (creation of the graph)

You can overide some settings with the opts parameter

graph.title(title, opts)

  myGraph.title("Reverser 1", {
    size: "0.3em",
    fill: "red",
    y: 10
  });

Last updated

Was this helpful?