Some outstanding items after merging #295 - [x] Font color inconsistency (ex. `LineChart > Labels within points`) - [x] Background inconsistency (ex. `AreaChart > Radial`) - [x] Fully rounded `Bars` (ex. `BarChart > Single dimension`) - [x] Font size issue with `tabular-nums` (ex. `Pie Chart > Single value gradient with text`) - [x] Gradients (`LinearGradient` and `RadialGradient` components) - [ ] How to handle `objectBoundingBox` vs `userSpaceOnUse` coordinate systems (like SVG) - [ ] Consider adding a new `ConicGradient` (not supported by SVG) - [x] PieChart tooltip (leverage `HitCanvas` via [integration](https://github.com/techniq/layerchart/issues/309)) - [x] Support `stroke-current` (ex. `BarChart > Single dimension`) - [x] ClipPath ([clip()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/clip)) - [x] Improve `Group` (position, etc) (#662) - [x] [Pattern](https://www.layerchart.com/docs/components/Pattern) ([createPattern()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createPattern)) - [ ] [RadialGradient](https://www.layerchart.com/docs/components/RadialGradient) ([createRadialGradient](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createRadialGradient())) - Need to find a solution to better handle global coordinates as shape coordinates (possibly explicit x/y that match applied shape) - [x] [`<Rect rx={...}>`](https://github.com/techniq/layerchart/issues/481) - [x] [Stroked dash](https://github.com/techniq/layerchart/issues/652) (ex. highlight line)
Some outstanding items after merging #295
LineChart > Labels within points)AreaChart > Radial)Bars(ex.BarChart > Single dimension)tabular-nums(ex.Pie Chart > Single value gradient with text)LinearGradientandRadialGradientcomponents)objectBoundingBoxvsuserSpaceOnUsecoordinate systems (like SVG)ConicGradient(not supported by SVG)HitCanvasvia integration)stroke-current(ex.BarChart > Single dimension)Group(position, etc) ([Group] Fix positioning when using canvas layer #662)<Rect rx={...}>