49 lines
2.2 KiB
HTML
49 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Frappe Charts</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="keywords" content="open source javascript js charts library svg zero-dependency interactive data visualization beautiful drag resize">
|
|
<meta name="description" content="A simple, responsive, modern charts library for the web.">
|
|
|
|
<link rel="stylesheet" type="text/css" href="assets/css/normalize.css" media="screen">
|
|
<!--<link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'>-->
|
|
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="assets/css/frappe_theme.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="assets/css/index.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="assets/css/default.css" media="screen">
|
|
<link rel="stylesheet" type="text/css" href="../src/charts.css" media="screen">
|
|
<script src="assets/js/highlight.pack.js"></script>
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
<!--<link rel="shortcut icon" href="https://frappe.github.io/frappe/assets/img/favicon.png" type="image/x-icon">
|
|
<link rel="icon" href="https://frappe.github.io/frappe/assets/img/favicon.png" type="image/x-icon">-->
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="row hero" style="padding-top: 30px; padding-bottom: 0px;">
|
|
<div class="jumbotron" style="background: transparent;">
|
|
<h1>Frappé Charts</h1>
|
|
<p class="mt-2">GitHub-style simple and modern charts for the web</p>
|
|
<p class="mt-2">with zero dependencies.</p>
|
|
</div>
|
|
|
|
<div class="col-sm-10 push-sm-1 later" style="font-size: 14px;">
|
|
<div id="charts-1" class="chart-container"></div>
|
|
<p class="mt-1">Use arrow keys to navigate data points</p>
|
|
</div>
|
|
<div class="col-sm-10 push-sm-1 later" style="font-size: 14px;">
|
|
<div id="charts-2" class="chart-container"></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<script src="../src/charts.js"></script>
|
|
<script src="assets/js/index.js"></script>
|
|
</body>
|
|
</html>
|