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

Replace grid areas with an IE11 compatible system #138

Open
danlevings opened this issue Aug 24, 2018 · 1 comment
Open

Replace grid areas with an IE11 compatible system #138

danlevings opened this issue Aug 24, 2018 · 1 comment
Assignees
Labels
backlog bug Something isn't working

Comments

@danlevings
Copy link
Contributor

No description provided.

@danlevings danlevings self-assigned this Aug 24, 2018
@danlevings danlevings added the bug Something isn't working label Aug 24, 2018
@evancharlton
Copy link
Contributor

Alternative proposal: expose all of the necessary high-level components (eg LineChart, ContextChart, AxisCollection, etc) and leave the rendering/layout entirely up to the calling application.

<DataProvider>
  <table>
    <tbody>
      <tr>
        <td>
          <LineChart />
        </td>
        <td>
          <AxisCollection />
        </td>
      </tr>
      <tr>
        <td>
          <ContextChart />
        </td>
        <td />
      </tr>
    </tbody>
  </table>
</DataProvider>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants