diff --git a/src/lib/highcharts.ts b/src/lib/highcharts.ts index 12d14db6..5b8a658c 100644 --- a/src/lib/highcharts.ts +++ b/src/lib/highcharts.ts @@ -17,7 +17,7 @@ if (browser) { if (browser) { Highcharts.setOptions({ lang: { - numericSymbols: ['k', 'M', 'B', 'T', 'P', 'E'] + numericSymbols: ['K', 'M', 'B', 'T', 'P', 'E'] } }); } diff --git a/src/routes/market-flow/+page.svelte b/src/routes/market-flow/+page.svelte index 34f99297..5c24132e 100644 --- a/src/routes/market-flow/+page.svelte +++ b/src/routes/market-flow/+page.svelte @@ -261,6 +261,7 @@ backgroundColor: "#09090B", plotBackgroundColor: "#09090B", height: 360, // Set the maximum height for the chart + width: 970, animation: false, }, diff --git a/src/routes/market-flow/sector-flow/+page.svelte b/src/routes/market-flow/sector-flow/+page.svelte index c35fca97..1b76b12d 100644 --- a/src/routes/market-flow/sector-flow/+page.svelte +++ b/src/routes/market-flow/sector-flow/+page.svelte @@ -283,6 +283,7 @@ backgroundColor: "#09090B", plotBackgroundColor: "#09090B", height: 360, // Set the maximum height for the chart + width: 970, animation: false, }, @@ -490,14 +491,14 @@