- BUGFIX: yAxis ticks color isn't color, it's stroke
- added right:10px to both LineChart & BarChart
- added axisLine & tickLine as options for yAxis
- renamed lines to data in LineChart, and bars to data in BarChart
- sort data in BarChart & LineChart
- BUGFIX: forgot to add tickFormatter to XAxis component of BarChart as well
- removed padding from LineChart base component. bug was a mouse cursor offset on data points
- LineChart dot can now have a custom value & color
- i can't remember, but believe it's good stuff
- added tickFormatter to XAxis. this fixed the issue of ticks overlapping, because it didn't know what their true widths were
- 4b41577: gave the option to NOT show the tooltip
- bde9e7f: added PieChart settings
- 99fd521: added a PieChart
- f7d09ba: added an invisible circle to enlarge the clicking area
- a62a901: now supprting an onDotClick on LineChart
- 4a13b91: allow user to hide dots
- 580388e: better height calculation for the legend of BarChart & LineChart
- 6ae30f1: BarChart style fixed - added padding to the right of the chart
- 11cc290: now supporting yAxis Label font size
- 8e9cccf: updated xAxis height handling for ALL cases & scenarios
- 3e97d1a: renamed color to tickColor in XAxis
- 12712b3: horizontal & vertical need to be boolean - undefined is not acceptable
- 8248747: show grid new logic
- a3d2eca: fixed LineChart bug
- 7f500b0: LineChart is fixed
- e8374e5: changed the imports for types
- 1ed8f57: different structure of files
- 77277e4: BarChart can now also be displayed horizontally
- 9353bd9: forgot to run vite build
- 7197e1b: BarChart & LineChart components
- 95c8daa: first ship of package