Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MilkChart.Line with two Y-axis #27

Open
Gaddezwerch opened this issue Mar 20, 2013 · 0 comments
Open

MilkChart.Line with two Y-axis #27

Gaddezwerch opened this issue Mar 20, 2013 · 0 comments

Comments

@Gaddezwerch
Copy link

Is it possible to have two lines with different scales on one chart? I would like to have a secondary Y-axis on the right site on the chart.

<table id="chart">
  <thead>
    <tr>
      <th>DAX</th>
      <th>IFO-Index</th>
    </tr>
  </thead>
  <tbody>
<tr><td>5376.70</td><td>106.8</td></tr><tr><td>5834.51</td><td>106.9</td></tr><tr><td>6035.88</td><td>107.4</td></tr><tr><td>6166.57</td><td>108.3</td></tr><tr><td>6616.64</td><td>109.5</td></tr><tr><td>6941.77</td><td>109.8</td></tr><tr><td>7056.65</td><td>109.7</td></tr><tr><td>6710.77</td><td>106.6</td></tr><tr><td>6050.29</td><td>105.2</td></tr><tr><td>6496.08</td><td>103.2</td></tr><tr><td>6754.46</td><td>102.2</td></tr><tr><td>7014.83</td><td>101.4</td></tr><tr><td>7326.73</td><td>100.1</td></tr><tr><td>7335.67</td><td>101.5</td></tr><tr><td>7435.21</td><td>102.5</td></tr><tr><td>7778.78</td><td>104.3</td></tr><tr><td>7833.39</td><td>107.4</td></tr>  </tbody>
  <tfoot>
    <tr>
<td>10/2011</td><td>11/2011</td><td>12/2011</td><td>01/2012</td><td>02/2012</td><td>03/2012</td><td>04/2012</td><td>05/2012</td><td>06/2012</td><td>07/2012</td><td>08/2012</td><td>09/2012</td><td>10/2012</td><td>11/2012</td><td>12/2012</td><td>01/2013</td><td>02/2013</td>    </tr>
  </tfoot>
</table>

Should look like:
dax_ifo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant