Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Delany committed Aug 8, 2017
1 parent 970fbdd commit 229b511
Show file tree
Hide file tree
Showing 40 changed files with 173,655 additions and 36 deletions.
Binary file added docs/build/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
173,386 changes: 173,386 additions & 0 deletions docs/build/bundle.d8f206e4cd5f89e778eb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/build/bundle.d8f206e4cd5f89e778eb.js.map

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions docs/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--
NOTE: index.html is autogenerated by webpack & html-webpack-plugin.
To modify this HTML, make changes to docs/src/index_html.ejs and then run `npm run build`.
-->
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Reactochart Docs</title>
<!-- Compiled and minified Bootstrap 3.3.6 CSS + Sp-bootstrap 8.0.0 theme CSS -->
<link href="https://sp-bootstrap.global.ssl.fastly.net/8.0.0/sp-bootstrap.min.css" rel="stylesheet">

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/codemirror.min.css"/>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.0.0/theme/monokai.min.css"/>

<link rel="shortcut icon" href="build/assets/favicon.png">
</head>

<body>
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<span class="navbar-logo">Spotify</span>
<span class="navbar-title">Reactochart</span>
</a>
</div>
<div class="collapse navbar-collapse">
</div>
</div>
</div>

<div class="container-fluid" id="container">Loading...</div>
<script type="text/javascript" src="bundle.d8f206e4cd5f89e778eb.js"></script></body>
</html>
52 changes: 47 additions & 5 deletions docs/src/docs/XTicks/propDocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,71 @@
"description": ""
},
"position": {
"type": {
"name": "enum",
"value": [
{
"value": "'bottom'",
"computed": false
},
{
"value": "'top'",
"computed": false
}
]
},
"required": false,
"description": "",
"defaultValue": {
"value": "'bottom'",
"computed": false
}
},
"nice": {
"defaultValue": {
"value": "true",
"computed": false
}
"placement": {
"type": {
"name": "enum",
"value": [
{
"value": "'above'",
"computed": false
},
{
"value": "'below'",
"computed": false
}
]
},
"required": false,
"description": ""
},
"tickLength": {
"type": {
"name": "number"
},
"required": false,
"description": "",
"defaultValue": {
"value": "5",
"computed": false
}
},
"tickStyle": {
"type": {
"name": "object"
},
"required": false,
"description": "",
"defaultValue": {
"value": "{}",
"computed": false
}
},
"nice": {
"defaultValue": {
"value": "true",
"computed": false
}
},
"spacing": {
"defaultValue": {
"value": "{top: 0, bottom: 0, left: 0, right: 0}",
Expand Down
11 changes: 11 additions & 0 deletions lib/AreaBarChart.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/AreaBarChart.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions lib/AreaChart.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 229b511

Please sign in to comment.