universal-adaptive-bars 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/smart-bar-chart.js +2689 -2636
- package/dist/smart-bar-chart.umd.cjs +21 -10
- package/package.json +1 -1
- package/src/lib/__tests__/Navigation.test.tsx +3 -3
package/README.md
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
A highly customizable, interactive, and drill-down capable Bar Chart library for **React** and **React Native**.
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
7
7
|
|
|
8
8
|
📖 **Read the Story**: [Universal Adaptive Bars: The Smart Cross-Platform Charting Library You’ve Been Waiting For](https://sammeddoshi.medium.com/universal-adaptive-bars-the-smart-cross-platform-charting-library-youve-been-waiting-for-80501b0c0e3b)
|
|
9
9
|
|
|
10
|
-
## New in v0.0.
|
|
10
|
+
## New in v0.0.6 🚀
|
|
11
11
|
- **Calendar Jump**: Selecting a date in the calendar now "jumps" to that date (scrolling the view) instead of filtering data, preserving your ability to navigate back and forth.
|
|
12
12
|
- **Smart Stacked Radius**: Stacked bars now intelligently apply rounded corners only to the top and bottom segments for a polished UI.
|
|
13
13
|
- **Improved Alignment**: Perfect X-axis alignment for both standard and stacked bars.
|