gicentre / elm-vega

Elm - Vega Integration for functional declarative visualization
http://package.elm-lang.org/packages/gicentre/elm-vega/latest
BSD 3-Clause "New" or "Revised" License
181 stars 12 forks source link

Support new Hyperlink channel #37

Closed jwoLondon closed 6 years ago

jwoLondon commented 6 years ago

Vega-Lite v2.1 now supports a new Hyperlink channel – href for making marks clickable for sending to URLs.

Add support and documentation for this new channel.

jwoLondon commented 6 years ago

Implemented along with some hyperlink tests and updated documentation.