D3OG
Old school D3 from simpler times
Updating Scatterplot using voroni diagrams for mouseover
reusable updating voroni scatterplot
Features:
- Dynamic data transitions
- Highlighting of data points
- Zoom option for selections (Legend Clicks)
- Events are configurable as options such that external functions can be seamlessly integrated
- e.g. external tooltips can be configured for mouseover events
Accessors:
by default accessors with no parameters return current values
- chart.duration(transition-time) // duration of transitions
- chart.options(object) // for options that don't have accessors
- chart.width(width)
- chart.height(height)
- chart.data(data) // set data
- chart.update() // update chart
- chart.colors(object) // chart.colors({'group': 'color1', 'group': 'color2'})
- chart.highlight(identifier) // highlight datapoint (configurable in options)
operations on data held in chart instance
- chart.pop()
- chart.push(row) -or- chart.push([row, row])
https://d3js.org/d3.v3.js
https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js