Skip to content

JetCo - Column Bar Chart

Choose a tag to compare

@developerchunk developerchunk released this 08 Aug 17:20
· 5 commits to main since this release

We have added a new chart Column Bar Chart which provides a composable function that displays a bar chart with optional X and Y axes, allowing users to visualize data in a vertical bar format. The chart supports features such as animation, user scroll, pop-up text on click, and customizable appearance.

Updated the PieChart:

  • Added a parameter - animationRotations: The number of complete rotations (360 degrees) to be applied to the pie chart during the animation.
  • Updated the documentation