diff --git a/examples/graph2d/16_bothAxis_titles.html b/examples/graph2d/16_bothAxis_titles.html index 90929099..76cf6391 100644 --- a/examples/graph2d/16_bothAxis_titles.html +++ b/examples/graph2d/16_bothAxis_titles.html @@ -38,12 +38,13 @@ -

Graph2d | Both Axis Example

+

Graph2d | Axis Title Example

- This example shows setting a title for the left and right axes. + This example shows setting a title for the left and right axes. Optionally the example allows the user + to show icons and labels on the left and right axis. @@ -147,9 +148,6 @@ showMinorLabels: false, title: { left: false, - // { - // text: 'Left Axis Title' - // }, right: { text: 'Right (right axis)' }