Releases: jamesleesaunders/d3-ez
Releases · jamesleesaunders/d3-ez
Version 4.0.6 (Wrap Text Labels)
- Wrap legend and axis text labels.
- Renamed stacked -> stacking.
Version 4.0.5 (Layout Improvements)
- chore: bump dependencies, lint code.
- fix: generate layout for circular multi-series.
- feat: transition delay 100 for all charts.
- fix: legendSize max circle size match.
- feat: add series name and key names to svg elements.
- fix: rename legendColor to legendCategorical.
Version 4.0.4 (Show Title and Show Legend Options)
Show Title and Show Legend Options
Version 4.0.3 (Module Structure Changes)
- fix: remove d3-x3d typos from package.json.
- Module Structure Changes.
Version 4.0.2 (Module Structure Changes)
- Module Structure Changes.
Version 4.0.1
- Rosechart sector call difference.
- CSS files check.
- Readme tidy.
- Check all dispatches.
- Rosechart data invert
- Multiple htmlTable on transition
- Publish to npm
- Integrate with grafana.
- Tests
- Add scale to 🍩 donut
- Tidy - transition(), single quotes, var, let
- Tests to calculate value for extremes.
- Tests to all use the same data.
- 3 x Examples still v5.
- Zoom.
- Does it still support div or svg holder?
- Check all transitions.
- Horizontal Bars component.
Version 4.0.0 (Grafana Overhaul)
- barChartVertical renamed to barChart.
- heatMapTabular renamed to heatMap.
- Removed base, title and label.
- All charts are multi-series.
- All components are single-series.
- Dispatch events (e, d) changed.
Version 3.3.15 (Reverting Base)
- Reverting Base
Version 3.3.14 (Big ES6 refactor)
- Multiple changes Towards #128 to bring d3-ez in line with d3-x3dom.
- Replace ES6 lets with const.
- Use ES6 arrow functions #23.
- Add todo to one day calculate date domains?
- Use destructuring with dataTransform().
- Rearranged tests folder structure.
- Refactor dataTransform() and tests.
- Make tape unit test output pretty.
- Replace params _ with _v.
- JSDoc Generator #44.
- Improved JSDoc comments.
Version 3.3.13 (Gantt Chart and Data Transform)
- Refactored dataParse to dataTransform. Renamed group/category to row/column.
- New Gantt Chart and Example. Towards #62.
- Fix reversed x-scale on the horizontal bar chart.