Assuming you have your table in a simple setup like A1:G2, then you can change your source to get the chart you want based on what we have below.
When you first chart it, you will have three bars on your chart. Look at your legend to see which corresponds with which. Select the series that has your data labels and set them to show.
Format your data labels as follows: #;[Red]#;"";""
On the Data Label data series, adjust it so that fill is "None" and line color is "None" and set overlap to 100% THen you can hide your legend, or remove some of the entries from the legend by clicking once to select the legend, clicking once more on the NAME of the series you want to remove and then pushing delete.
<TABLE style="BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 2pt; PADDING-RIGHT: 2pt; FONT-FAMILY: Calibri,Arial; FONT-SIZE: 11pt" border=1 cellSpacing=0 cellPadding=0><COLGROUP><COL style="WIDTH: 30px; FONT-WEIGHT: bold"><COL style="WIDTH: 71px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"><COL style="WIDTH: 64px"></COLGROUP><TBODY><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt; FONT-WEIGHT: bold"><TD> </TD><TD>A</TD><TD>B</TD><TD>C</TD><TD>D</TD><TD>E</TD><TD>F</TD><TD>G</TD></TR><TR style="HEIGHT: 18px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">1</TD><TD> </TD><TD style="TEXT-ALIGN: center">1-Jan</TD><TD style="TEXT-ALIGN: center">2-Jan</TD><TD style="TEXT-ALIGN: center">3-Jan</TD><TD style="TEXT-ALIGN: center">4-Jan</TD><TD style="TEXT-ALIGN: center">5-Jan</TD><TD style="TEXT-ALIGN: center">6-Jan</TD></TR><TR style="HEIGHT: 18px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">2</TD><TD>Data</TD><TD style="TEXT-ALIGN: center">-3</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">3</TD><TD style="TEXT-ALIGN: center">-5</TD><TD style="TEXT-ALIGN: center">-3</TD><TD style="TEXT-ALIGN: center">-4</TD></TR><TR style="HEIGHT: 18px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">3</TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD><TD> </TD></TR><TR style="HEIGHT: 18px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">4</TD><TD> </TD><TD style="TEXT-ALIGN: center">1-Jan</TD><TD style="TEXT-ALIGN: center">2-Jan</TD><TD style="TEXT-ALIGN: center">3-Jan</TD><TD style="TEXT-ALIGN: center">4-Jan</TD><TD style="TEXT-ALIGN: center">5-Jan</TD><TD style="TEXT-ALIGN: center">6-Jan</TD></TR><TR style="HEIGHT: 18px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">5</TD><TD>Data Pos</TD><TD> </TD><TD> </TD><TD style="TEXT-ALIGN: center">3</TD><TD> </TD><TD> </TD><TD> </TD></TR><TR style="HEIGHT: 18px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">6</TD><TD>Data Neg</TD><TD style="TEXT-ALIGN: center">-3</TD><TD> </TD><TD> </TD><TD style="TEXT-ALIGN: center">-5</TD><TD style="TEXT-ALIGN: center">-3</TD><TD style="TEXT-ALIGN: center">-4</TD></TR><TR style="HEIGHT: 18px"><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #cacaca; FONT-SIZE: 8pt">7</TD><TD>Data Label</TD><TD style="TEXT-ALIGN: center">-3</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">3</TD><TD style="TEXT-ALIGN: center">-5</TD><TD style="TEXT-ALIGN: center">-3</TD><TD style="TEXT-ALIGN: center">-4</TD></TR></TBODY></TABLE>
<TABLE style="BORDER-BOTTOM-STYLE: groove; BORDER-BOTTOM-COLOR: #00ff00; BORDER-RIGHT-STYLE: groove; BACKGROUND-COLOR: #fffcf9; BORDER-TOP-COLOR: #00ff00; FONT-FAMILY: Arial; BORDER-TOP-STYLE: groove; COLOR: #000000; BORDER-RIGHT-COLOR: #00ff00; FONT-SIZE: 10pt; BORDER-LEFT-STYLE: groove; BORDER-LEFT-COLOR: #00ff00"><TBODY><TR><TD>Spreadsheet Formulas</TD></TR><TR><TD><TABLE style="FONT-FAMILY: Arial; FONT-SIZE: 9pt" border=1 cellSpacing=0 cellPadding=2><TBODY><TR style="BACKGROUND-COLOR: #cacaca; FONT-SIZE: 10pt"><TD>Cell</TD><TD>Formula</TD></TR><TR><TD>B5</TD><TD>=IF(B2>0,B2,"")</TD></TR><TR><TD>C5</TD><TD>=IF(C2>0,C2,"")</TD></TR><TR><TD>D5</TD><TD>=IF(D2>0,D2,"")</TD></TR><TR><TD>E5</TD><TD>=IF(E2>0,E2,"")</TD></TR><TR><TD>F5</TD><TD>=IF(F2>0,F2,"")</TD></TR><TR><TD>G5</TD><TD>=IF(G2>0,G2,"")</TD></TR><TR><TD>B6</TD><TD>=IF(B2<0,B2,"")</TD></TR><TR><TD>C6</TD><TD>=IF(C2<0,C2,"")</TD></TR><TR><TD>D6</TD><TD>=IF(D2<0,D2,"")</TD></TR><TR><TD>E6</TD><TD>=IF(E2<0,E2,"")</TD></TR><TR><TD>F6</TD><TD>=IF(F2<0,F2,"")</TD></TR><TR><TD>G6</TD><TD>=IF(G2<0,G2,"")</TD></TR><TR><TD>B7</TD><TD>=B2</TD></TR><TR><TD>C7</TD><TD>=C2</TD></TR><TR><TD>D7</TD><TD>=D2</TD></TR><TR><TD>E7</TD><TD>=E2</TD></TR><TR><TD>F7</TD><TD>=F2</TD></TR><TR><TD>G7</TD><TD>=G2</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>