Skip to content
Eric Rowell edited this page Aug 15, 2013 · 33 revisions

0.0.6 Mid September

  • Pending
    • Implement Date formatter
    • should be able to pass in an array of integers for points since it's fed into KineticJS. it's not working
    • change pointer to hand when panning
    • text defaults don't seem to be working correctly. if you define a text style with fontSize at the root level, the legend font size does not overwrite it

Eventually

  • Pending
    • rather than instantiating individual line obects for the grid background, maybe we could just create one line object, and redraw it in different locations. i.e. clearBeforeDraw = false
    • need legend layouts, top, right, and bottom
    • need tooltip layouts
    • need mousedown, mouseup, click, touchstart, touchend, tap events that pass an object containing x, y, and nearest point
    • setting view width after stage instantiation has pixel ratio issues on mobile
    • it may make sense for each component to have a getWidth() and getHeight() method
    • nodes that are drawn on min and max are cut off due to clipping region
    • zoom stack with back buttons and reset
Clone this wiki locally