|
|
@ -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)' |
|
|
|
} |
|
|
|