We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765f006 commit ff2c32fCopy full SHA for ff2c32f
src/chart/SingleValueChart.tsx
@@ -21,7 +21,6 @@ const NeoSingleValueChart = (props: ChartProps) => {
21
const value = (records && records[0] && records[0]["_fields"] && records[0]["_fields"][0]) ? records[0]["_fields"][0] : "";
22
const displayValue = renderValueByType(value);
23
return <div style={{
24
- display: "inline-block",
25
height: reportHeight + CARD_FOOTER_HEIGHT,
26
lineHeight: (reportHeight + CARD_FOOTER_HEIGHT) + "px",
27
position: "relative",
0 commit comments