I have been trying to achieve dashed gridlines for the line chart, and I do not see any property in the gridLine configuration which would allow me to do this (similar to borderDash).
However, I have been able to achieve this using by editing the source files to accommodate the same. (core.scale.js).
Let me know if this is a feature you would be interested in and I can send in a PR.