Add documentation about building your own chart using existing components and hooks, which are also aiming at explaining how <LineChart> and <BarChart> work by explaining the followings:
Calculate Chart Dimensions
Drawing the common chart components
Add Tooltips/Hovering Effects
Computing the scales and the values for the chart
You can also see the updated doc from this link: https://ichef.github.io/transcharts/
(Navigate to API Reference > Making Your Own Chart and Chart Settings > Data Encodings)
Purpose
Add documentation about building your own chart using existing components and hooks, which are also aiming at explaining how
<LineChart>
and<BarChart>
work by explaining the followings:You can also see the updated doc from this link: https://ichef.github.io/transcharts/ (Navigate to
API Reference > Making Your Own Chart
andChart Settings > Data Encodings
)Changes
Screenshots