We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4929c46 commit a55c272Copy full SHA for a55c272
website/src/lib/generateChartCode.ts
@@ -23,7 +23,7 @@ const toJson = (value: any) => {
23
})
24
.replace(/"/gm, `'`)
25
26
- if (normalized.length < 120) {
+ if (normalized.length < 80) {
27
return normalized.replace(/\n/gm, ' ').replace(/\s{2,}/g, ' ')
28
}
29
0 commit comments