# Data Visualisation Suggestion

**URL:** https://talk.observablehq.com/t/data-visualisation-suggestion/10415
**Category:** Help
**Created:** [May 27, 2025, 10:05pm UTC](https://talk.observablehq.com/t/data-visualisation-suggestion/10415 "2025-05-27T22:05:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wildman](https://avatars.discourse-cdn.com/v4/letter/w/f4b2a3/32.png) [@wildman](https://talk.observablehq.com/u/wildman)
#### Post date: [May 27, 2025, 10:05pm UTC](https://talk.observablehq.com/t/data-visualisation-suggestion/10415/1 "2025-05-27T22:05:43Z")

</div>

Hello,

I’ve used D3 charts in a react-native app so I’m very familiar with it.

I was wondering whether anybody could please suggest a way of visualising data that I have in the format of:

```
                     product code

```

year 0001 0002 0003 0004  
2001 10% -5% -9% 4%  
2002 15% 8% 15% -3%  
2003 20% 10% 7% 10%

The table is of course much bigger.

Many thanks,
