#aleksandr_37787
1 messages · Page 1 of 1 (latest)
Can you share the full code you have in your <FocusView />?
<FocusView
title={insight.subject}
shown={true}
>
<LineChart
axis="y"
data={insight.graph}
x={{ value: 'x_axis_value', label: 'x-label' }}
y={{ value: 'y_axis_value', label: 'y-label' }}
/>
</FocusView>
And what about if you wrap it in a <Box>:
<Box css={{ layout: 'column', width: 'fill' }}>
...
</Box>
the same as on the image above
(horizonal scroll appears and part of graph is hidden)
Got it. This does seem unexpected, I'd recommend writing in to our team directly with full code reproduction and we can file this with the Stripe Apps team: https://support.stripe.com/contact/email?topic=api_integration
Alternatively feel free to file a issue here (although I don't think this is monitored as much): https://github.com/stripe/stripe-apps/issues