[Extension] Dygraphs Widget

Hello everybody,

I’ve been using the Dygraphs.com library for a while and I thought I might share my Dygraphs widget for Yii 1.

You basically create the widget with an array containing your data matrix and then specify any Dygraphs options as PHP key-value arrays. In addition, it can parse dates in your data server-side, so that your clients receive the native Dygraphs format for faster processing.

In order to download a release, contribute or find more details, go to the widget’s GitHub page (look for repository yii-dygraphswidget since I am not yet allowed to post links).