Browse Source

Tidy up example

v3_develop
Chris Jackson 10 years ago
parent
commit
42c022437d
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      examples/graph2d/16_bothAxis_titles.html

+ 3
- 5
examples/graph2d/16_bothAxis_titles.html View File

@ -38,12 +38,13 @@
</head>
<body>
<h2>Graph2d | Both Axis Example</h2>
<h2>Graph2d | Axis Title Example</h2>
<div style="width:800px; font-size:14px; text-align: justify;">
<table>
<tr>
<td>
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.
</td>
<td>
<table>
@ -147,9 +148,6 @@
showMinorLabels: false,
title: {
left: false,
// {
// text: 'Left Axis Title'
// },
right: {
text: 'Right (right axis)'
}

Loading…
Cancel
Save