Highcharts stacked bar - add vertical column on right side - highcharts

http://www.highcharts.com/demo/bar-stacked
How to add vertical column to the right side of this chart. On left side, where fruit is listed, I need to have months and on right side I need to have sales (sum of stacked columns) and also if possible I'd like to add another vertical column next to sales.
Is this possible?

Related

how do I create a stacked column chart with 3 different columns over each x-axis value

I want to make a stacked column chart with the data below. The workstreams would be on the x-axis and I would want three columns over each of them, one for each month, and the 'Reschedule' and 'Cancel' values would be stacked for each month. Not sure if this is possible, I've tried a couple things and can't get it to work.
The only way I've found is to set the series axes to left and right to separate them into columns. But this means that only two chart columns per x-axis data point.
So in your case, if you set up a stacked chart with the October and November values and then select each November series and change the Axis for each to the right, the two November values will be stacked in a column next to the stacked October values. Unfortunately, since there are only two axes, there's no way to then include the December values.
Original source is here: https://medium.com/#angellily0330/a-simple-way-to-create-clustered-stacked-columns-in-google-sheets-68792498d3ed

Google Sheets Line Chart: adjust horizontal axis limits to exclude missing cells

I noticed that the horizontal axis fits X values even if the corresponding Y-values are missing.
Is there a way to automatically adjust horizontal axis limits to exclude missing cells?
https://docs.google.com/spreadsheets/d/1X3BhDyideX-7kyJ9Y-7xvV1naAwWd9eDPfPy3pP94Ic/edit?usp=sharing (sheet "Horizontal Axis Limits")
Thank you.
Use Data > Filter to hide blank rows. They will automatically be left out of the chart.
Alternatively, create a new data table that omits the blanks, like this:
=query(A1:B, "where B is not null", 1)
Then set the chart's data range to the new table.

Smooth line diagram in google sheets - complex case

Can you please help me to understand how to build a diagram (smooth line) that is basing on RED values (BLUE category) per GREEN month?
Table in google sheets
I have no idea by this time how to do it - I think diagrams cannot understand multiple values if I just select them separately.
I tried to select individual cells that I need to build diagram for, but it does not work, since it cannot understand that I need to bind the selected cells with months and category names..
The way of doing this would be:
Select the first cell of the series
Insert chart
Select type: smooth line chart
Click on Select data range (button on the right of the Data range input)
Click Add another range and add the other cells one by one, and then click OK
Set Combine ranges to Vertically
And the graph should appear

MS-Word-2010 cross reference of math. equations gap in paragraph

I created a word document in version 2010. The mathematical equations are described by a number and written as follow.
a= b/c Eq.4.5
Now if I use equation number in text to refer towards a= b/c Eq.4.5 with hyperlink then whole
equation is appearing in text (as shown before in mid of sentence).
After reading into several blogs, I redefine number with 'insert bookmark' option by only selecting number 'Eq.4.5'.
Now if I use this bookmark in text to refer towards Eq.4.5 with hyperlink then a gap is
appearing in text (as shown before in mid of sentence).
Please can someone guide me how to remove this gap from text? as manually I can remove it but in print or update of document it appears again and again. If I switch on 'Show/Hide' option, it look like with small arrows as follows.
--> --> --> --> Eq.4.5
It appears the bookmark counts the 'tab's before the number too. (As that is what the small arrows indicate.)
Try remaking the bookmark and making sure you only have the number selected (by for instance using shift + right arrow key)
This can be done by using a table and a caption. The table is needed to separate the equation from the caption.
Make a table with invisible lines that is 3 columns wide and 1 row.
Edit the properties of the table so that the total table width is 100% width, and the columns are each 10%, 80%, and 10% width.
Set the Valign to the cells to be middle.
Add the equation to the center cell of the table.
Click on the right cell of the table and add a caption. Since the equation is in a separate table cell, the equation will not be considered part of the caption. If the caption is added to the table itself instead of appearing in the cell, then just highlight the caption and drag it into the cell.
Center the equation in its cell and it will be centered in the page.
Right-align the equation number and it will be right-aligned to the page

Display of stacked column chart

I'm rendering a stacked column chart. My "problem" is that the columns appear to be located one behind the other, instead of one on top of the other, add a "depth" to the column so to speak.
Is there a setting to get the column to appear in a "flat" manner, one on top of the other?
Thx..
You should set stacking parameter refer this link

Resources