-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
bugissue that does not match design or documentation and requires code changes to addressissue that does not match design or documentation and requires code changes to address
Description
Our design includes a bar chart with 2 bars that should be displayed like this:
However, grommet tries to evenly distribute the data points along the x-axis, starting at the beginning and renders the 2 bars like this:
We'd like more control over the layout in DataCharts with bars and either provide a margin for the x-axis where the bars should start or pick a different layout to display the bars around the center of the chart.
Metadata
Metadata
Assignees
Labels
bugissue that does not match design or documentation and requires code changes to addressissue that does not match design or documentation and requires code changes to address