About 50 results
Open links in new tab
  1. Chart.js | Open source HTML5 Charts for your website

    JavaScript bundle size can be reduced by dozens of kilobytes by registering only necessary components. New in 3.5 Scale stacking Layout boxes can be stacked and weighted in groups.

  2. Chart.js | Chart.js

    Apr 15, 2025 · Among many charting libraries (opens new window) for JavaScript application developers, Chart.js is currently the most popular one according to GitHub stars (opens new …

  3. Step-by-step guide | Chart.js

    Apr 15, 2025 · We import the JavaScript client library for Cube (opens new window), an open-source API for data apps, configure it with the API URL (apiUrl) and the authentication token …

  4. Line Chart | Chart.js

    Apr 15, 2025 · Draw the active points of a dataset over the other points of the dataset: indexAxis: The base axis of the dataset. 'x' for horizontal lines and 'y' for vertical lines. label: The label for …

  5. Chart.js Samples | Chart.js

    Apr 15, 2025 · The data used in the samples is autogenerated using custom functions. These functions do not ship with the library, for more information about this you can check the utils …

  6. Bar Chart | Chart.js

    Apr 15, 2025 · The edge to skip when drawing bar. borderWidth: The bar border width (in pixels). borderRadius: The bar border radius (in pixels). minBarLength: Set this to ensure that bars …

  7. Getting Started | Chart.js

    Apr 15, 2025 · #Getting Started. Let's get started with Chart.js! Follow a step-by-step guide to get up to speed with Chart.js; Install Chart.js from npm or a CDN; Integrate Chart.js with bundlers, …

  8. New Charts | Chart.js

    Apr 15, 2025 · import {BubbleController} from 'chart.js'; class Custom extends BubbleController {draw {// Call bubble controller method to draw all the points super. draw (arguments); // Now …

  9. Radar Chart | Chart.js

    Apr 15, 2025 · Bezier curve tension of the line. Set to 0 to draw straight lines. spanGaps: If true, lines will be drawn between points with no or null data. If false, points with null data will create …

  10. Animations - Chart.js

    Apr 15, 2025 · The animation configuration provides callbacks which are useful for synchronizing an external draw to the chart animation. The callbacks can be set only at main animation …

Refresh