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

Missing documentation for data-graph-yaxis attributes #35

Open
agallou opened this issue Oct 5, 2012 · 0 comments
Open

Missing documentation for data-graph-yaxis attributes #35

agallou opened this issue Oct 5, 2012 · 0 comments
Assignees

Comments

@agallou
Copy link
Member

agallou commented Oct 5, 2012

We can write

  <table class="highchart"
       data-graph-type="line"
       data-graph-container-before="1"
       data-graph-xaxis-type="datetime"
       data-graph-yaxis-1-title-text="Item1"
       data-graph-yaxis-2-title-text="item2"
       data-graph-yaxis-2-reversed="1"
       data-graph-yaxis-2-opposite="1"
       data-graph-point-callback="callback"
       data-graph-yaxis-1-min="0"
       data-graph-yaxis-1-max="16"
       data-graph-yaxis-2-min="0"
  >
  <caption>titre</caption>
  <thead>
    <tr>
      <th>Date</th>
      <th>serie1</th>
      <th>serie2</th>
      <th data-graph-yaxis="1">serie3</th>

Those attributes are missing in the documentation

  • data-graph-yaxis-X-min
  • data-graph-yaxis-X-max
  • data-graph-yaxis-X-title-text
  • data-graph-yaxis on th
@ghost ghost assigned agallou Aug 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant