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

Loading…
Cancel
Save