question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Did you removed option for rounded bar chart??

See original GitHub issue

Hi, I am using bar chart. In your previous version of vue-apexcharts I had rounded bar charts. But as I updated to latest version. I lost my rounded corners in my bar chart. I checked your docs I can not find option I used previously.

...
endingShape: 'rounded',
...

Before(ver 1.2.8): sdf Now: sdfdf I have same code. I havn’t changed any parameter in chart options.

~ Regards

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:25 (6 by maintainers)

github_iconTop GitHub Comments

11reactions
nikitatrifancommented, Sep 30, 2020

Hey guys, would it be possible to make rounded only the top and bottom parts of a stacked chart instead of making rounded every piece of it? @junedchhipa

image

6reactions
blewell321commented, Mar 16, 2021

Released v3.26.0. Apply manual border-radius like below

plotOptions: {
  bar: {
    borderRadius: 5
  }
}

Can this be done for pie/donut chart types?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bar Chart - Format a bar to have rounded corners
When creating a bar chart, you might want to design it to have rounded corners To round all corners - Apply the following...
Read more >
How to create rounded bars for Bar Chart.js v2? - Stack Overflow
The code that you were trying to use is actually for chart.js v1 and, as you discovered, does not work for chart.js v2...
Read more >
How To Create Bar in Bar Chart, Rounded Bar Chart in Tableau
Step 4. Now moving forward pick the Measure Names from Column shelf and drop them on the colors card. You can select the...
Read more >
How to Create Rounded Bars in Tableau - InterWorks
Then combine the circles with the bars to make both look like rounded bars. 1. Duplicate [Sales] on Columns, so you have two...
Read more >
Video: Customize a bar chart - Microsoft Support
We have added our data to the bar chart. Now, let's customize the chart, so it has the details and style we want....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found