ember-cli-d3 icon indicating copy to clipboard operation
ember-cli-d3 copied to clipboard

Write the Guides

Open ming-codes opened this issue 10 years ago • 1 comments

  • [X] Introduction
  • [X] Getting Started
    • [X] Install
    • [X] Configuration
  • [X] Concepts and Principles
  • [X] Core Classes
    • [X] data-visual Component
    • [X] svg Context
    • [X] d3-support Mixin
    • [X] join Util
    • [X] dataExpr parameter
    • [X] cssExpr parameter
    • [X] options parameter
    • [ ] graph Test Helper
  • [ ] Patterns
    • [ ] Interactivity
  • [ ] Naming Convention

ming-codes avatar Dec 26 '15 03:12 ming-codes

I'm no expert in ember, nor am I an expert in D3. I had to dig around in the source before I understood how to plumb everything together. It wasn't so hard but quite daunting to have so little documentation.

It would be great to have some very basic examples. Perhaps taken from the D3 gallery recreating simple D3 patterns. The example app seems extremely advanced and doesn't match the documentation at all. For example there is no mention in the documentation of GraphicSupport or where to find it, how to import it etc.

ggstuart avatar Sep 30 '16 17:09 ggstuart