Skip to content

Commit 03ee4d7

Browse files
committed
fix(bubble-graph): update title, align left and fix size
1 parent c5d6bd4 commit 03ee4d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/src/components/patent-chart/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ const CpcChart: React.FC<CpcChartProps> = ({ data }) => {
7979
},
8080
title: {
8181
text: intl.formatMessage({ id: "organizations.patents.chart.title" }),
82+
align: "left",
83+
x: -10,
84+
style: {
85+
fontSize: ".875rem",
86+
},
8287
},
8388
tooltip: {
8489
formatter: function () {

0 commit comments

Comments
 (0)