How align legends with text in google chart - bar-chart

Using google chart develop the bar chart, place legends on top right but legends not align with text
enter image description here

Related

Top aligning of mat-list-option checkbox with the content

I am trying to align mat-list-option checkbox with the text so that both can align at the top but somehow they are aligning at the center
Image
If you see the image, I want to align the Required label with the checkbox but the checkbox is showing much below the required label. Could you please suggest how to address this?

How to draw [ Vertical and Stacked ] bar chart in Prime faces

I need to draw vertical and stacked bar chart using prime faces.
You can find horizontal and stacked bar chart and below link
https://www.primefaces.org/showcase/ui/chart/bar.xhtml
I have requirement of Vertical and Stacked bar chart.
I have already tried all google links. No output.
Just use
setStacked(true);
on your BarChartModel.
See also
https://www.primefaces.org/docs/api/6.1/org/primefaces/model/chart/BarChartModel.html#setStacked-boolean-
https://www.primefaces.org/docs/guide/primefaces_user_guide_6_1.pdf#95

Twitter Overlapping with other text and icons

My current problem looks like this:
Current Code
There is some script in there that I could not get into the screenshot.
I am wanting the twitter feed to go on the far left (in line with the rest of the text, and also a few logos centered horizontally and vertically on the right with a header above them.

Adding text to the top or side of a picture, then using css to customize it

hello people of stack overflow. I have a picture on my website and i was wondering how i can enter text to the side of the photo. How would i then use css to customize the text font and color ext. If this is possible how would i also put text on the top of a picture? Right now i am using bootstrap, so my picture is in a specific "row". I will add the link to my test website if you are wondering what i mean by that.
My website: http://rootforsite.azurewebsites.net/
Regards.

Syncfusion win phone AdornmentsInfo text cuts from chart edges

I have a BarSeries-Chart and want to show Y-Value on top of it.
I have used AdornmentsInfo but text cuts down from right edge of my chart. I checked win phone documentation for AdornmentsInfo and they're also in picture.
Text cuts from top edge of chart.
Is there any way to fix this, because it's not looking good.
We can avoid the edge label adornment cropping by setting PlotOffset property for the chart axis as below
Code Snippet[C#]:
chart:NumericalAxis PlotOffset="20">
Regards,
Sheik