@@include('./partial/head.html', {
"title": "Chart.js",
"css": [
]})
@@include('./partial/header.html')
@@include('./partial/sidebar.html', {"chartsClass": "active", "chartJsClass": "active"})
Basic Example
Chart.js is a simple yet flexible JavaScript charting for designers & developers. Please read the official documentation for the full list of options.
@@include('./partial/scroll-top-btn.html')
@@include('./partial/theme-panel.html')
@@include('./partial/script.html', {"script": [
"assets/plugins/@highlightjs/cdn-assets/highlight.min.js",
"assets/js/demo/highlightjs.demo.js",
"assets/plugins/chart.js/dist/chart.umd.js",
"assets/js/demo/chart-js.demo.js",
"assets/js/demo/sidebar-scrollspy.demo.js"
]})