-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'm working on a BarChart that displays the number of questions asked each year for a specific exam. In this chart, the Y-axis represents the count of questions and the X-axis represents the years. While I have successfully implemented a basic BarChart layout, I would like to enhance its appearance and functionality with the following features:
Describe the solution you'd like
- Padding Adjustments:
Introduce extra padding on the left side of the first bar and on the right side of the last bar. - Value Labels on Bars:
Display the number of questions at the top of each vertical bar. - Customisable X-Axis Label Character Limit:
Currently, only the first three characters of each x-axis label are shown. Please add an option to specify a custom character limit for these labels. - Extended Axis Lines:
The x and y axis lines currently end exactly at the edge of the bars. It would be helpful to extend these lines by approximately 10dp so that they slightly exceed the bar boundaries. - Text Styling Options:
Add support for applying custom TextStyles to x-axis labels, y-axis labels, and the value labels on top of the bars. - Resolve Axis Overlap Issue:
Ensure that the bottom edge of each bar does not overlap with the x-axis line. - Integer Labels Option (Optional):
Provide an option to display axis labels as integers instead of decimals. - Customisable Bar Corner Radius (Optional):
Allow for setting custom rounded corners on the bars by supporting a configurable corner radius.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request