TinyBase logoTinyBase β

Chart Components (React)

These demos use the ui-react-dom-charts module to render Store Tables and Queries ResultTables as simple SVG charts.

Basic Chart

<LineChart />

In this demo, we render a Store Table with the LineChart component from the ui-react-dom-charts module. Read more.

Styled Chart

<LineChart /> (Styled)

In this demo, we apply CSS to a LineChart to show how all its visual aspects can be styled. Read more.