This repository contains an implementation of a directive that wraps up the canvas javascript charting library dygraphs.
This implementation uses a customized dygraphs js file that keeps the span
elements on the canvas visible so that we can access them for click events. This implementation is available in js.
- I would like to utilize the plugin system with the original dygraphs implementation, but until I have some direction, I will keep the custom implementation.
- Figure out how to maintain the series properties as accessible even when the series is not visible.
- Add an autoscale feature that can be turned on or off or adjusts bounds 1x.
- Look at pushing the legend to edge of the graph.
- angular-dygraphs by cdjackson - excellent implementation of an Angular directive wrapping dygraphs that adds functionality including an interactive legend.
- angular-dygrapghs by robtonic