-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
What problem does this feature solve?
What problem does this feature solve?
PivotHead currently focuses on pivot table data manipulation and presentation,
but lacks built-in visualization capabilities. Users analyzing aggregated
data in pivot tables often need to see visual representations of their data to
quickly identify trends, patterns, and outliers.
End User Experience:
A user working with PivotHead wants to visualize their pivot data but:
- Doesn't want visualization bundled into the core package (increases bundle size for users who don't need it)
- Wants an official, well-integrated solution rather than wiring up third-party chart libraries manually
- Needs the visualization package to seamlessly consume PivotHead's aggregated data output
Proposed Solution:
Create a new standalone package that:
- Optional Installation: Users only install it if they need visualization features
- Seamless Integration: Designed to work directly with PivotHead's data structures and state
- Framework Agnostic: Works with all existing PivotHead wrappers (React, Vue, Angular, Web Component)
- Lightweight Core: Keeps the main PivotHead packages lean for users who only need tabular functionality
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels