now it is possible to add background lines precisely as charts are displayed at correct size
also rewrote basics to conform with Shapes and Animatable protocol
* Add PieChart interaction PR changes to v2
* Add custom string format for ChartLabel when interactionInProgress = true (#151)
* Dark/Light mode fixes (#148)
Fix for making text work with both Dark/Light mode.
Also solves line chart background to appear white in dark mode
* Add custom string format for ChartLabel when interactionInProgress = true
Co-authored-by: Sagar Patel <s.72427patel@gmail.com>
* Prepare charts to display x and y values souch as a value for a given point
Co-authored-by: Roddy Munro <roddymunro@icloud.com>
Co-authored-by: Sagar Patel <s.72427patel@gmail.com>
* Starting on filling in documentation.
* First pass on most/all files
* more descriptions filled in
* Some documentation but TBH the author would be better suited to explain how this works!
* more basic stuff filled in
* Add a description and bunch of discussion text for most of the view `body` declarations
* more explanations
Co-authored-by: Dan Wood <danwood@users.noreply.github.com>
* Add ColorGradient example
Add ColorGradient single color constructor
Add preview for BarChart
* Add PieChart
Allow multi color for Pie and Bar
Add linter