[@portaljs/components,line chart][xs]: fix linechart width

This commit is contained in:
João Demenech
2023-06-20 17:12:16 -03:00
parent dfab6aa318
commit add2f6d0f3
2 changed files with 6 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ export function LineChart({
const spec = {
$schema: 'https://vega.github.io/schema/vega-lite/v5.json',
title,
width: 600,
width: 'container',
height: 300,
mark: {
type: 'line',