Eric Svendsen

Results 5 issues of Eric Svendsen

Modified input data to accept either an object or an array (for data ordering); added the ability to pass in updated data to avoid the need to destroy/recreate the chart...

This is more of a question, but is there a way to use this library to pick point geometries, or is it only for meshes? Thanks!

My project uses requirejs to manage dependencies, and when I set up the config for knockout and then observableDictionary, I get a "ko is not defined" error, I think because...

I tried adding adding `inject: true` to my options but it didn't appear to have any effect: `{ src: 'app.js', dst: 'app.bundle.js', options: { inject: true }}` Is this option...

I'm trying to bundle my dependencies and app code separately using arithmetic, for example: `jspm({bundles: [` `{ src: 'app.js - [app/**/*]', dst: 'deps.bundle.js' },` `{ src: 'app.js - deps.bundle.js', dst:...