Clone Project

Chart.js X Webflow Integration

Created by
erylands
Similar Projects
Oops! Something went wrong while submitting the form.

0 Comments

Be the first to leave a comment.
Loading
User is typing...
No Name
Set
4 years ago
Moderator
This is the actual comment. It's can be long or short. And must contain only text information.
(Edited)
No Name
Set
2 years ago
Moderator
This is the actual comment. It's can be long or short. And must contain only text information.
(Edited)
Load More
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Load More
Description:  
Description from Webflow:  
Hi all. Here's a pretty nifty way to incorporate simple Chart.js features into your Webflow workflow. 1) Add a div, and chuck an HTML Embed inside the div. 2) Apply the chart id - eg: <canvas id="myChart"></canvas>. 3) Inside the HTML Embed (below the canvas tag), chuck in the Chart.JS CDN (grab latest CDN links here: https://cdnjs.com/libraries/Chart.js ). 4) Apply the script content again in the HTML Embed, for example <script> var myPieChart = new Chart(ctx, { type: 'pie', data: data, options: options }); </script> Head over to https://www.chartjs.org/ for a comprehensive insight into it's usability, and feel free to clone this if you want to play around with it inside Webflow.
Tags from Webflow: 
chart, chartjs, webflow, dashboard, design
.