# Line Chart Example ```typescript import React from 'react'; import { ReactChartJs } from '@cubetiq/react-chart-js'; function LineChartExample(props) { return ( ); } export default LineChartExample; ```