Courses / Creating A Fullstack Linktree Clone (Legacy)

Advanced Combo-Charts For Graphing, Filtering, And Downloading Data

This lesson covers implementing charts that allow us to display multiple datasets using multiple display options. The one we're most interested in is the ability to combine bar charts with area charts, in order to more closely resemble what Linktree has.

Additionally, I don't quite touch on it, but the ApexCharts documentation page also seems quite useful. You can find a link to it, as well as the other resources, down below.

image.png 32.3 KB

Chartkick and Groupdate tutorial: https://youtu.be/X_nvVZvhJFk

The script to include:

<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
ApexCharts GitHub Repository: https://github.com/styd/apexcharts.rb#installation

ApexCharts documentation page: https://apexcharts.com/docs/grid/


Exercises

No exercises in this lesson yet.