James Saunders

Results 35 issues of James Saunders

The following code is commented out in component/axis.js ``` /* // FIXME: Currently the tickArguments option does not work. const tickValuesDefault = scale.ticks ? scale.ticks.apply(scale, tickArguments) : scale.domain(); tickValues =...

bug

### Summary Create new '2D Wall Projection' d3-x3d reusable component. ### Detail Circles on the wall of the X, Y, Z axis. Loosely the same as a Bubble chart except...

enhancement

The Volume Area component is still in Beta. Only available in x3dom (not x_ite). We have a basic example https://raw.githack.com/jamesleesaunders/d3-x3d/master/examples/X3DOM/chart/VolumeSliceChart.html But there is possible still more to explore. Its code...

enhancement

### Summary Create new '3D Donut' d3-x3d reusable component. ### Detail The 3D Donut Chart may be a stand alone component which does not need an axis. Although Pie Charts...

enhancement
hacktoberfest

### Summary Get onClick events working in x_ite_dom. ### Detail d3-x3d has support for events in x3dom use, but not in x_ite. Investigate whether x_ite support events. Check removal of...

enhancement

Following the addition of the new Particle Plot chart and component we need to post an example on Observable. This has been started: https://observablehq.com/@jamesleesaunders/d3-x3d-components-particles Finish and publish. Also checking Scatter...

documentation

### Summary Create new '3D Heatmap' d3-x3d reusable component. ### Detail Heatmap made from semi-transparent coloured blocks. ### Example Slide 28: http://www.web3d.org/wiki/images/d/d0/5_1_Kwan_SC24_WG6_Data-Driven_Visualization_20160111.pdf

enhancement
hacktoberfest

### Summary Improve 'auto scales', make more customisable. ### Detail Review ‘auto scales’ on MultiSeries components? (just update the domain?) ### Relevant Files `/src/component/axis.js` `/src/component/axisThreePlane.js`

enhancement

### Summary Modify the crosshair component to also work as an axis. ### Detail Currently the crosshair dimensions default to 40,40,40 if no .dimensions() option is set. As well as...

bug

### Summary d3-x3dom has a mix of tape and mocha unit tests. The aim is to convert all tests to mocha. ### Detail 2 tests (indexTest.js and dataTransformTest.js) have already...

good first issue
hacktoberfest