Recharts stack bar charts radius issue - recharts

Currently, with stacked bar charts, if we give the first bar a radius:
-Ex
stacked bar with upper border radius given to first bar image
there's the white space gaps at the upper corners of the bars, not filled in with the fill color of the bar stacked above.
I know that with the background prop, we can fill in these corners:
stacked bar with background fill image
but I don't think I could get it to have the dynamic value heights.
Any help/alternatives would be appreciated!

Related

Change to horizontal orientation for Seaborn `histplot()`

How can I use sns.histplot to create a bar histogram where the bars are oriented horizontally instead of vertically (the default) and the labels are on the vertical axis?

How to have TeeChart left Custom Axis Title, with no labels, up tight against the chart and sized so axis title labels not clipped

Delphi XE 10.2
TeeChartPro V2020.29.200113 32bit FMX
I am trying to have a left axis with no labels just a Title at 0 Degrees with the tile right justifed against the chart. Furthermore I would like to size the Charts Left Margin to be the size of the widest Left Axis Title so there is no clipping.
My current setup is that I have set the TChartAxis.Labels to False and TChartAxis.Title.Angle to zero which produces the attached chart.
How do I get the Axis Title to be up tight against the chart as shown with the arrow in the image?
How do I dynamically resize the TChart Left Margin to not clip any TChartAxis Titles as user resizes the chart?

jqPlot - Overlapping of colors when plotting area chart along with bar/line plots

I have a use case where i want to plot area charts along with bar/line charts. I am able to do that with no issues.
The problem I am now facing is the overlapping of colors when say, bar and area are plotted together. (Sample is below). In this, as you can see, the colors of the bar are getting overcast due to the area plotted.
Area + Bar + Line
What I would like to do is plot the area canvas as background and others as foreground. (PS: I tried by changing the sequence of plotting the series, which changes the sequence of canvas also, but the effect remains the same)
Is there a way to do that ?

horizontal gradient on barchart [dc.js]

Is there a dc.js solution to creating a horizontal gradient on individual bars?
So i'd like the gradients to be based on the filters selected
ie. there are 4 bars in total and i'd like it to go from yellow -> red
but when you select an individual bar, you will see yellow -> red on the same bar and if you select two bars, you'll see a gradient from the first bar to the second bar going from yellow -> red
Is there an easy to follow solution to this using dc.js?
I'd like to clarify that I need the gradients to span the individual bars as well
Here is an example below
https://gyazo.com/10cfd9bf29811e5a9f26163ec66c17e4

nvd3.js Multi Bar Horizontal Chart: how to add a top horizontal axis

Is it possible to add a top horizontal axis (yAxis) to a Multi Bar Horizontal Chart of nvd3.js ?
Or to have a top horizontal axis (yAxis) instead of the bottom horizontal axis (yAxis)

Resources