Skip to content

Commit ff2c32f

Browse files
committed
Fixed horizontal alignment for single values
1 parent 765f006 commit ff2c32f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/chart/SingleValueChart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const NeoSingleValueChart = (props: ChartProps) => {
2121
const value = (records && records[0] && records[0]["_fields"] && records[0]["_fields"][0]) ? records[0]["_fields"][0] : "";
2222
const displayValue = renderValueByType(value);
2323
return <div style={{
24-
display: "inline-block",
2524
height: reportHeight + CARD_FOOTER_HEIGHT,
2625
lineHeight: (reportHeight + CARD_FOOTER_HEIGHT) + "px",
2726
position: "relative",

0 commit comments

Comments
 (0)