James Saunders

Results 35 issues of James Saunders

Assess whether it is appropriate to use the dataTransform module to also calculate 'date' and 'high/low' domain/extents. Refactor dateDomain and candleMinMax code found in: * chart.candlestickChart() * chart.lineChart() * chart.ganttChart()...

enhancement

Currently base.js defaults width/height to: ``` let width = 600; let height = 400; ``` Look at possibility of rather than these hard coded values it could auto detect the...

enhancement

Add a contrasting drop-shadow to it to aid legibility. There are several ways to do this, but taking the BubbleChart and HeatMapRadial examples I can see a need. [Suggestion from...

enhancement

Often labels on d3-ez axis are clipped or overlap. * Look to improve axis labels. * Possible auto margin code? * Wrap tick labels? [Suggestion from Reddit: Little_Kitty]

bug

With the showcase example, I'd suggest treating it as one of the primary marketing examples which can get people to use d3-ez. I'd suggest making it into more of an...

enhancement

At present when creating a d3-ez chart though base.js there is only position and orientation for the legend: Right and Vertical. * It would be nice to make the position...

enhancement

In addition to the color, threshold & size scale do we also want a gradient colour scale like: http://d3plus.org/examples/d3plus-legend/colorScale/

enhancement

Write documentation.

documentation

Add export SVG option to d3.ez.

enhancement

Design D3.EZ Logo for use on website etc. Logo should say 'data' or 'charts'? Is it obvious that 'EZ' stands for 'Easy' (American Z!)? If desperate could try DesignCrowd?

documentation