Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

borderRadius not working for barCharts #220

Open
heshamnimri opened this issue Apr 25, 2023 · 0 comments
Open

borderRadius not working for barCharts #220

heshamnimri opened this issue Apr 25, 2023 · 0 comments

Comments

@heshamnimri
Copy link

setting borderRadius in the chartOptions or the dataset does not round the bars

      bar: {
        borderRadius: 5,
        borderRadiusOnAllStackedSeries: true,
      },
      datasets: [
        {
          type: 'bar',
          label: 'Sales',
          data: this.formattedChartData.attributableSales,
          borderColor: this.chartColor,
          backgroundColor: this.chartColor,
          barPercentage: 1.1,
          borderRadius: 5,
        },
@heshamnimri heshamnimri changed the title borderRadius not working borderRadius not working for barCharts Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant