zambezi / grid

D3 component for drawing grids
MIT License
4 stars 2 forks source link

Core events dispatch work #10

Closed gabrielmontagne closed 8 years ago

gabrielmontagne commented 8 years ago

Description

In this PR are implemented the dispatch of the core events of the grid, which can be used as extension points by grid clients.

More detailed info on what these events are can be found on the proposed doc update

Motivation and Context

This is the frist part of adding extension points to the grid -- so as not to have to bloat the core implementation with features, but let extra functionality to be added externally.

How Was This Tested?

A new rig has been added to the examples folder in which these events are showcased.

Types of changes