v0.2.1
Pre-release
Pre-release
Additions
AggregateEmbedding
, which is a starting point for traditional analytics. Supports groupBy and basic aggregate functionsBallChart
, which is an exploration for replacing the 2D pie chart; color scales still need configurabilityaggregate.html
example to demonstrate basic aggregate usage- Default simple skybox, which can be turned on by passing
{ room: true }
toinitScene
(adapted from the example from Boris Smus' ray-input) - Ability to use arbitrary Object3Ds in
MeshEmbedding
s, and updated Iris example to show this
Build
- All dependencies are now imported as ES6 modules, and then browserified and packaged together. Consequently, all extra script tags have been removed from examples. This required some tweaks to
ray-input
andwebvr-boilerplate
, so these dependencies are now satisfied from forked repos