nagix/chartjs-plugin-style

View on GitHub
samples/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <link rel="stylesheet" href="./style.css" type="text/css">
    <title>chartjs-plugin-style Samples</title>
    <meta property="og:title" content="chartjs-plugin-style Samples" />
    <meta property="og:locale" content="en_US" />
    <link rel="canonical" href="https://nagix.github.io/chartjs-plugin-style/samples" />
    <meta property="og:url" content="https://nagix.github.io/chartjs-plugin-style/samples" />
    <meta property="og:site_name" content="chartjs-plugin-style" />
    <meta name="twitter:site" content="@nagix" />
    <meta name="theme-color" content="#ffffff">
  </head>
  <body>
    <section id="hero-spot" class="hero-spot">
      <h1>chartjs-plugin-style<br />Samples</h1>
      <h2><a href="https://nagix.github.io/chartjs-plugin-style">Tutorial</a> | <a href="https://github.com/nagix/chartjs-plugin-style">GitHub</a></h2>
    </section>
    <section>
      <ul class="next-steps wrapper">
        <li>
          <h2>
            <a href="./bevel.html">Bevel effect</a><br />
            <a href="./shadow.html">Drop shadow effect</a><br />
            <a href="./innerglow.html">Inner glow effect</a><br />
            <a href="./outerglow.html">Outer glow effect</a><br />
            <a href="./overlay.html">Overlay effect</a><br />
            <a href="./scriptable.html">Scriptable options</a><br />
            <a href="./bar.html">Mixed (bar chart)</a><br />
          </h2>
        </li>
        <li>
          <h2>
            <a href="./horizontalBar.html">Mixed (horizontal bar chart)</a><br />
            <a href="./line.html">Mixed (line chart)</a><br />
            <a href="./bubble.html">Mixed (bubble chart)</a><br />
            <a href="./doughnut.html">Mixed (doughnut chart)</a><br />
            <a href="./polarArea.html">Mixed (polar area chart)</a><br />
            <a href="./radar.html">Mixed (rader chart)</a><br />
            <a href="./scatter.html">Mixed (scatter chart)</a><br />
          </h2>
        </li>
      </ul>
    </section>

    <footer class="page-footer">
      <ul class="site-footer-links">
        <li>&copy; 2019 Akihiko Kusanagi</li>
      </ul>
    </footer>
  </body>
</html>