From 42c022437d0e3a541b296b188bcc2e0a2643b1a3 Mon Sep 17 00:00:00 2001 From: Chris Jackson Date: Sat, 1 Nov 2014 11:09:30 +0000 Subject: [PATCH] Tidy up example --- examples/graph2d/16_bothAxis_titles.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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)' }