This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--fork of Ben Christensen gist https://gist.github.com/benjchristensen/2657838*/!--> | |
<html> | |
<head> | |
<title>Interactive Line Graph</title> | |
<script src="http://d3js.org/d3.v3.js"></script> | |
<!-- | |
using JQuery for element dimensions | |
This is a small aspect of this example so it can be removed fairly easily if needed. | |
--> | |
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swagger: '2.0' | |
info: | |
title: The new Nightscout API | |
description: Move your app forward with the Nightscout API | |
version: "0.0.0" | |
schemes: | |
- https | |
basePath: /api/v1 | |
produces: | |
- application/json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vendor "openapscontrib.timezones"] | |
path = . | |
module = openapscontrib.timezones | |
[device "tz"] | |
vendor = openapscontrib.timezones | |
extra = tz.ini | |
[report "selected-demo.json"] | |
use = select |
OlderNewer