first commit
751
high/highcharts/api/css/api.css
Normal file
@ -0,0 +1,751 @@
|
||||
/*
|
||||
Mobile first
|
||||
_________
|
||||
| _______ |
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
|| ||
|
||||
||_______||
|
||||
|____O____|
|
||||
*/
|
||||
|
||||
.clearfix {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: auto;
|
||||
padding: 30px;
|
||||
margin: auto;
|
||||
}
|
||||
* {
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: #15151d;
|
||||
font-size: 1em;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #8085e8;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #90ee7e;
|
||||
}
|
||||
|
||||
#nav a.dump {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
==========
|
||||
=== Header
|
||||
==========
|
||||
*/
|
||||
#top {
|
||||
background-color: #252530;
|
||||
}
|
||||
|
||||
#top .container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#top h1 {
|
||||
color: #eeeaea;
|
||||
font-weight: 100;
|
||||
margin: 0;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.cell {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.cell.other-products {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
color: #eeeaea;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#logo {
|
||||
height: 32px;
|
||||
margin: 0 40px; /* avoid overlapping with sidebar button while still being centered */
|
||||
}
|
||||
|
||||
#logo img {
|
||||
max-width: 200px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#sidebar-nav-link {
|
||||
z-index: 999999;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
transition: left 0.2s ease;
|
||||
font-size: 30px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding: 5px;
|
||||
background: #252530;
|
||||
}
|
||||
|
||||
#sidebar-nav-link i {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Search bar */
|
||||
#search-div {
|
||||
color: #252530;
|
||||
display: block;
|
||||
margin: 30px;
|
||||
border: 1px solid #252530;
|
||||
}
|
||||
|
||||
div#search-div i {
|
||||
margin: 5px;
|
||||
color: #252530;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
input#search {
|
||||
height: 18px;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 0.9em;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
color: #252530;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
max-height: 300px;
|
||||
max-width: 275px;
|
||||
overflow-y: auto;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.ui-menu .ui-menu-item {
|
||||
font-size: 14px;
|
||||
zoom: 1;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
.ui-widget-content a {
|
||||
color: #222222 /*{fcContent}*/;
|
||||
}
|
||||
|
||||
/*
|
||||
==============
|
||||
=== END Header
|
||||
==============
|
||||
*/
|
||||
/*
|
||||
==========
|
||||
=== Footer
|
||||
==========
|
||||
*/
|
||||
#footer {
|
||||
background-color: #15151d;
|
||||
color: #eeeaea;
|
||||
}
|
||||
|
||||
#footer-copy {
|
||||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
#footer-copy,
|
||||
#footer-social {
|
||||
text-align: center;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#footer-social a {
|
||||
color: #eeeaea;
|
||||
font-size: 18px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#footer-social a:hover {
|
||||
color: #90ee7e;
|
||||
}
|
||||
|
||||
#footer .container {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#scrollTop {
|
||||
position: fixed;
|
||||
bottom: 75px;
|
||||
right: 50px;
|
||||
background-color: #90ee7e;
|
||||
padding: 10px;
|
||||
border-radius: 2px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#scrollTop:hover {
|
||||
color: black;
|
||||
}
|
||||
/*
|
||||
==============
|
||||
=== END Footer
|
||||
==============
|
||||
*/
|
||||
|
||||
#reference-loading {
|
||||
margin-top: 300px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
===========
|
||||
=== Wrapper
|
||||
===========
|
||||
*/
|
||||
|
||||
#splashText {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
#splashText h1 {
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#splashText.section {
|
||||
border: none;
|
||||
}
|
||||
|
||||
#splashText img {
|
||||
width: 100%;
|
||||
max-width: 380px;
|
||||
}
|
||||
|
||||
.nav-section h3 {
|
||||
font-size: 24px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#wrapper{
|
||||
background-color: #d6d1d1;
|
||||
}
|
||||
|
||||
#wrapper .container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#wrapper-inner {
|
||||
background-color: #ffffff;
|
||||
/*border: 1px solid silver;*/
|
||||
}
|
||||
|
||||
.tree a {
|
||||
color: #252530;
|
||||
}
|
||||
|
||||
#nav .tree, #nav .tree * {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
#nav .header p {
|
||||
font-weight: normal;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#nav h1,
|
||||
#details h1 {
|
||||
font-weight: 100;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#nav h1 {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#nav {
|
||||
min-height: 100%;
|
||||
background: #fff;
|
||||
overflow-x: scroll;
|
||||
border-right: 1px solid silver;
|
||||
}
|
||||
|
||||
/* Hide right border when sidebar is hidden */
|
||||
.sidr.left {
|
||||
left: -261px;
|
||||
}
|
||||
|
||||
/* Fix bug in Firefox where fixed items do not update position when body moves */
|
||||
body.sidr-open #sidebar-nav-link {
|
||||
left: 261px;
|
||||
}
|
||||
|
||||
#nav-wrap {
|
||||
width: 100%;
|
||||
float: left;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#nav a,#nav a:visited {
|
||||
font-weight: bold;
|
||||
padding: 0 2px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.nav-section {
|
||||
position: relative;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.nav-section:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#nav .level {
|
||||
margin-left: 13px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav .level-0 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#nav a.level-0 {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#nav .menuitem {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#nav .menuitem a {
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
#nav .value {
|
||||
width: 40%;
|
||||
overflow: hidden;
|
||||
color: silver;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#nav .value-string, #nav .value-color {
|
||||
color: #39A832;
|
||||
}
|
||||
|
||||
#nav .value-number {
|
||||
color: #297EA8;
|
||||
}
|
||||
|
||||
a.hilighted {
|
||||
background-color: #eefdec;
|
||||
}
|
||||
|
||||
#nav .plus {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: -12px;
|
||||
top: 0;
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
font-family: FontAwesome;
|
||||
color: gray;
|
||||
|
||||
}
|
||||
|
||||
#nav .collapsed>.plus:before {
|
||||
content: "\f0da";
|
||||
}
|
||||
|
||||
#nav .expanded>.plus:before {
|
||||
content: "\f0d7";
|
||||
}
|
||||
|
||||
#nav .dots {
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
#nav .expanded>.dots {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav .dots.loading {
|
||||
background: url(./../images/ajax-loader.gif) no-repeat center;
|
||||
}
|
||||
|
||||
#nav .dots.error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#nav .dots.loading span {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#nav code {
|
||||
color: #8085e8;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#nav span.typed {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#nav .collapsed span.typed {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#nav .collapsed br.typed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#methods-and-properties-toc ul {
|
||||
margin-left: 0;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
#options-tree,#global-options-tree,#objects-tree {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
pre,code {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
#overview {
|
||||
margin-left: 420px;
|
||||
}
|
||||
|
||||
#details-wrap {
|
||||
float: right;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/* Member styling */
|
||||
.member {
|
||||
padding: 30px;
|
||||
overflow-y: hidden;
|
||||
position: relative;
|
||||
border-top: 1px solid silver;
|
||||
}
|
||||
|
||||
.member:first-child {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.member.deprecated * {
|
||||
color: silver !important;
|
||||
}
|
||||
|
||||
.member.hilighted {
|
||||
background-color: #eefdec;
|
||||
}
|
||||
|
||||
.member .title, .member .title a, .member .returnType {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.member .title a{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.member .title a.noChildren {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.member .default {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.member .since {
|
||||
float: right;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.member .description {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.member .context {
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
.description code {
|
||||
color: #666;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.section .demo, .member .demo,
|
||||
.section .see-also, .member .see-also {
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.section .demo h4, .member .demo h4,
|
||||
.section .see-also h4, .section .see-also h4 {
|
||||
color: #555;
|
||||
font-style: italic;
|
||||
font-size: 0.9em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
.section h1,
|
||||
.section .section-description,
|
||||
.section .section-demo {
|
||||
padding-left: 25px;
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
.section h1 {
|
||||
margin-top: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.section h1 span {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.section-description {
|
||||
margin: 0 0 1em 0;
|
||||
}
|
||||
|
||||
/*gert*/
|
||||
.menuitem div {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.tree {
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
div.edit {
|
||||
float: right
|
||||
}
|
||||
|
||||
/*edit form*/
|
||||
form#optionAttribute td.inp {
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
form#optionAttribute td input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form#optionAttribute td textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form#optionAttribute td input[type="checkbox"] {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.pencil {
|
||||
background-image: url(./../images/edit.png);
|
||||
}
|
||||
|
||||
.remove {
|
||||
background-image: url(./../images/delete.gif);
|
||||
}
|
||||
|
||||
.add {
|
||||
background-image: url(./../images/add.png);
|
||||
}
|
||||
|
||||
.copy {
|
||||
background-image: url(./../images/copy.png);
|
||||
}
|
||||
|
||||
.pencil, .add, .remove, .copy {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
float: right;
|
||||
position: relative;
|
||||
width: 10px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.pencil a,.add a,.remove a, .copy a {
|
||||
text-decoration: none;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.deprecated, .error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dl#inhMembers dd a,span.returnType {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
/* fix for icons changing containers height, affects updateHeights, javascript function */
|
||||
#footer-social i:before {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Scale up
|
||||
/\
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
/ \
|
||||
*/
|
||||
|
||||
/*
|
||||
==============================
|
||||
=== Fablets / Vertical tablets
|
||||
==============================
|
||||
*/
|
||||
@media screen and (min-width: 479px) {
|
||||
#footer-copy {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#footer-social {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.cell {
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
max-height: 500px;
|
||||
max-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
==============================
|
||||
=== Larger tablets / Computers
|
||||
==============================
|
||||
*/
|
||||
@media screen and (min-width: 767px) {
|
||||
/* Hide the sidebar-link */
|
||||
#sidebar-nav-link {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* If sidr sidebar is visible while scaling up,
|
||||
the page breaks. To avoid this, we counteract
|
||||
the effects sidr is having on the body element: */
|
||||
body {
|
||||
left: 0 !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* Make nav and details share width 30/70 */
|
||||
#nav-wrap {
|
||||
width: 30%;
|
||||
}
|
||||
#details-wrap {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
/* Left-align splash page title */
|
||||
#splashText h1 {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Since sidr hides nav via fixed positioning,
|
||||
we make its position static again */
|
||||
#nav {
|
||||
position: static;
|
||||
width: auto;
|
||||
border-right: 1px solid silver;
|
||||
}
|
||||
|
||||
/* Make vertical space between items in nav smaller,
|
||||
as user is likely to have a mouse at this screen size */
|
||||
#nav .menuitem a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nav-section {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
#search-div{
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
|
||||
.cell,
|
||||
.cell.other-products {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.cell.other-products {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.cell.highcharts-link {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* Remove space held for the sidebar button, as the sidebar button is no longer displayed */
|
||||
#logo {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#scrollTop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.section {
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
||||
.section h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
margin: 15px 15px 15px 33px;
|
||||
}
|
||||
}
|
4
high/highcharts/api/css/font-awesome.min.css
vendored
Normal file
BIN
high/highcharts/api/css/images/ui-bg_flat_75_ffffff_40x100.png
Normal file
After Width: | Height: | Size: 208 B |
BIN
high/highcharts/api/css/images/ui-bg_glass_75_dadada_1x400.png
Normal file
After Width: | Height: | Size: 262 B |
7
high/highcharts/api/css/jquery-ui.min.css
vendored
Normal file
1
high/highcharts/api/css/jquery.sidr.bare.css
Normal file
@ -0,0 +1 @@
|
||||
.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}
|
BIN
high/highcharts/api/fonts/fontawesome-webfont.woff
Normal file
BIN
high/highcharts/api/fonts/fontawesome-webfont.woff2
Normal file
130
high/highcharts/api/highcharts.html
Normal file
@ -0,0 +1,130 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
|
||||
<meta name="google-site-verification" content="Xw_doMm5E7oOphD3Yg6xBBWRXyFTfq78TkmClgnjKQE" />
|
||||
<title>Highcharts API Reference</title>
|
||||
|
||||
<link href="css/font-awesome.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="css/jquery-ui.min.css" />
|
||||
<link rel="stylesheet" href="css/jquery.sidr.bare.css">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-touch-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-touch-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-touch-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-touch-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" href="images/favicon-192x192.png" sizes="192x192">
|
||||
<link rel="icon" type="image/png" href="images/favicon-160x160.png" sizes="160x160">
|
||||
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96">
|
||||
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32">
|
||||
<meta name="msapplication-TileColor" content="#2b5797">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<link href="css/api.css" rel="stylesheet"
|
||||
type="text/css" />
|
||||
<script src="js/jquery-1.11.3.min.js"></script>
|
||||
<script src="js/jquery-ui.min.js"></script>
|
||||
<script src="js/jquery.sidr.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
var PRODUCTNAME = 'Highcharts'.toLowerCase(),
|
||||
runDB = false,
|
||||
PAGE = '',
|
||||
CTXT = '';
|
||||
</script>
|
||||
<script src="js/api.js"
|
||||
type="text/javascript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top">
|
||||
<div class="container">
|
||||
<a id="sidebar-nav-link" class="sidebar-nav-link" href="#nav"><i class="fa fa-bars" aria-hidden="true"></i></a>
|
||||
<div class="cell highcharts-link">
|
||||
<a href="http://www.highcharts.com/products/highcharts" title="Highcharts Home Page" id="logo"><img
|
||||
alt="Highcharts Home Page"
|
||||
src="images/Highcharts.svg"
|
||||
border="0"></a>
|
||||
</div>
|
||||
<div class="cell page-title" style="text-align: center;">
|
||||
<h1>Options Reference v5.0.0</h1>
|
||||
</div>
|
||||
<div class="cell other-products hidden-offline">See also options for <a href="/highstock">Highstock</a>, <a href="/highmaps">Highmaps</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="wrapper">
|
||||
<div class="container">
|
||||
<div id="wrapper-inner">
|
||||
<div id="nav-wrap">
|
||||
<div id="nav">
|
||||
<div class="nav-section first">
|
||||
<div class="ui-widget" id="search-div">
|
||||
<div id="search-wrap">
|
||||
<i class="fa fa-search"></i><input id="search"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="nav-section-inner">
|
||||
<h3 id="options-header">Configuration options</h3>
|
||||
<p>For initial declarative chart setup. View as <a class="dump" href="/highcharts/option/dump.json">JSON</a>.</p>
|
||||
<div id="global-options-tree">
|
||||
<code>Highcharts.setOptions({</code>
|
||||
<div id="global-options" class="tree"></div>
|
||||
<code>});</code>
|
||||
</div>
|
||||
<div id="options-tree">
|
||||
<code>$("#container").highcharts({</code>
|
||||
<div id="options" class="tree"></div>
|
||||
<code>});</code>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="nav-section">
|
||||
<div class="nav-section-inner">
|
||||
<h3>Methods and properties</h3>
|
||||
|
||||
<p>For dynamically modifying the chart. View as <a class="dump" href="/highcharts/object/dump.json">JSON</a>. </p>
|
||||
<div id="methods-and-properties-toc"></div>
|
||||
|
||||
<div id="objects-tree">
|
||||
<div id="objects" class="tree"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="details-wrap">
|
||||
<div id="details">
|
||||
<div id="splashText" class="section">
|
||||
<h1>Welcome to the Highcharts Options Reference</h1>
|
||||
<p>These pages outline the chart configuration options, and the methods and properties of Highcharts objects.</p>
|
||||
<p>Feel free to search this <a href="https://en.wikipedia.org/wiki/Application_programming_interface">API</a> through the search bar or the navigation tree in the <a class="sidebar-nav-link" href="#nav">sidebar</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div class="container">
|
||||
<div id="footer-copy">
|
||||
© Highcharts 2016. All rights reserved.
|
||||
</div>
|
||||
<div id="footer-social">
|
||||
<a href="https://www.facebook.com/Highcharts" title="Facebook" class="social-icon"><i class="fa fa-facebook"></i></a>
|
||||
<a href="https://twitter.com/Highcharts" title="Twitter" class="social-icon"><i class="fa fa-twitter"></i></a>
|
||||
<a href="http://www.linkedin.com/company/highsoft-solutions-as" title="LinkedIn" class="social-icon"><i class="fa fa-linkedin"></i></a>
|
||||
<a href="https://github.com/highslide-software/highcharts.com" title="Github" class="social-icon"><i class="fa fa-github"></i></a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
<a id="scrollTop" href="#top" style="display: none;"><i class="fa fa-arrow-up"></i></a>
|
||||
</body>
|
||||
</html>
|
54
high/highcharts/api/images/Highcharts.svg
Normal file
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Warstwa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 380 70"
|
||||
xml:space="preserve">
|
||||
|
||||
<g transform="translate(-25,-30)">
|
||||
<g>
|
||||
<path fill="#eeeaea" d="M138.475,69.712h-17.02v9.77c0,1.037-0.813,1.851-1.849,1.851c-1.037,0-1.85-0.813-1.85-1.851V57.725
|
||||
c0-1.037,0.813-1.852,1.85-1.852c1.036,0,1.849,0.813,1.849,1.852v8.436h17.02v-8.436c0-1.037,0.814-1.852,1.85-1.852
|
||||
c1.036,0,1.85,0.813,1.85,1.852v21.754c0,1.037-0.814,1.851-1.85,1.851c-1.036,0-1.85-0.813-1.85-1.851V69.712z"/>
|
||||
<path fill="#eeeaea" d="M156.973,79.479c0,1.037-0.814,1.851-1.852,1.851s-1.852-0.813-1.852-1.851V57.725
|
||||
c0-1.037,0.814-1.852,1.852-1.852s1.852,0.813,1.852,1.852V79.479z"/>
|
||||
<path fill="#eeeaea" d="M184.125,70.378c0-1.036,0.814-1.774,1.852-1.774c1.034,0,1.852,0.813,1.852,1.849v5.847
|
||||
c0,0.444-0.226,1.109-0.595,1.479c-2.367,2.369-5.549,3.773-9.176,3.773c-7.178,0-12.949-5.771-12.949-12.948
|
||||
c0-7.181,5.771-12.949,12.949-12.949c3.627,0,6.809,1.405,9.176,3.771c0.738,0.74,0.738,1.852,0,2.592
|
||||
c-0.741,0.738-1.922,0.813-2.663,0.072c-1.702-1.699-3.923-2.736-6.513-2.736c-5.104,0-9.249,4.144-9.249,9.25
|
||||
c0,5.104,4.146,9.25,9.249,9.25c2.367,0,4.441-0.813,6.067-2.222V70.378z"/>
|
||||
<path fill="#eeeaea" d="M218.162,69.712h-17.019v9.77c0,1.037-0.817,1.851-1.852,1.851c-1.037,0-1.849-0.813-1.849-1.851V57.725
|
||||
c0-1.037,0.812-1.852,1.849-1.852c1.034,0,1.852,0.813,1.852,1.852v8.436h17.019v-8.436c0-1.037,0.813-1.852,1.849-1.852
|
||||
c1.037,0,1.852,0.813,1.852,1.852v21.754c0,1.037-0.813,1.851-1.852,1.851c-1.033,0-1.849-0.813-1.849-1.851V69.712z"/>
|
||||
<path fill="#eeeaea" d="M242.948,81.552c-7.182,0-12.949-5.771-12.949-12.948c0-7.181,5.77-12.949,12.949-12.949
|
||||
c3.627,0,6.809,1.405,9.176,3.771c0.738,0.74,0.738,1.852,0,2.592c-0.741,0.738-1.925,0.813-2.666,0.072
|
||||
c-1.699-1.699-3.92-2.736-6.51-2.736c-5.106,0-9.249,4.144-9.249,9.25c0,5.104,4.143,9.25,9.249,9.25
|
||||
c2.59,0,4.884-0.962,6.586-2.664c0.74-0.741,1.849-0.741,2.59,0c0.738,0.738,0.738,1.85,0,2.589
|
||||
C249.756,80.146,246.574,81.552,242.948,81.552z"/>
|
||||
<path fill="#eeeaea" d="M281.569,69.712h-17.02v9.77c0,1.037-0.813,1.851-1.852,1.851c-1.034,0-1.85-0.813-1.85-1.851V57.725
|
||||
c0-1.037,0.813-1.852,1.85-1.852c1.035,0,1.852,0.813,1.852,1.852v8.436h17.02v-8.436c0-1.037,0.813-1.852,1.853-1.852
|
||||
c1.034,0,1.849,0.813,1.849,1.852v21.754c0,1.037-0.813,1.851-1.849,1.851c-1.037,0-1.853-0.813-1.853-1.851V69.712z"/>
|
||||
<path fill="#eeeaea" d="M308.758,57.503l10.507,20.646c0.223,0.443,0.445,1.036,0.445,1.554c0,1.036-0.668,1.628-1.702,1.628
|
||||
c-0.741,0-1.481-0.222-2.001-1.258l-3.253-6.438h-13.547l-3.183,6.438c-0.517,1.036-1.256,1.258-1.994,1.258
|
||||
c-1.037,0-1.702-0.593-1.702-1.628c0-0.519,0.22-1.109,0.442-1.554l10.506-20.646c0.668-1.405,2.002-1.628,2.74-1.628
|
||||
C306.76,55.875,308.09,56.096,308.758,57.503z M300.985,70.083h9.988l-4.957-9.99L300.985,70.083z"/>
|
||||
<path fill="#eeeaea" d="M340.159,56.023c4.441,0,8.064,3.255,8.064,7.694c0,3.923-2.813,6.884-6.511,7.549l6.731,7.104
|
||||
c0.664,0.666,0.889,1.85,0.146,2.516c-0.736,0.741-2.145,0.521-2.886-0.296l-8.729-9.176h-6.511v8.142
|
||||
c0,1.034-0.815,1.774-1.854,1.774c-1.033,0-1.85-0.813-1.85-1.851V57.873c0-1.035,0.814-1.85,1.85-1.85H340.159z M330.468,59.575
|
||||
v8.288h9.691c2.59,0,4.367-1.776,4.367-4.146c0-2.365-1.777-4.144-4.367-4.144L330.468,59.575L330.468,59.575z"/>
|
||||
<path fill="#eeeaea" d="M365.047,59.575h-9.249c-1.033,0-1.849-0.74-1.849-1.776c0-1.034,0.813-1.773,1.849-1.773h22.201
|
||||
c1.037,0,1.852,0.74,1.852,1.773c0,1.037-0.813,1.776-1.852,1.776h-9.249V79.48c0,1.037-0.813,1.851-1.849,1.851
|
||||
c-1.037,0-1.854-0.813-1.854-1.851V59.575z"/>
|
||||
<path fill="#eeeaea" d="M388.724,66.013c0-9.25,5.698-10.359,9.99-10.359c1.035,0,1.85,0.813,1.85,1.85
|
||||
c0,1.036-0.813,1.851-1.85,1.851c-3.479,0-6.29,0.738-6.29,6.66v5.18c0,9.25-5.698,10.358-9.989,10.358
|
||||
c-1.035,0-1.85-0.813-1.85-1.85s0.814-1.85,1.85-1.85c3.479,0,6.289-0.74,6.289-6.66V66.013z"/>
|
||||
</g>
|
||||
<polygon fill="#8087E8" points="67.981,30.52 56.757,56.73 42.009,91.171 76.301,76.685 94.465,69.013 "/>
|
||||
<polygon fill="#30426B" points="73.7,62.25 76.302,76.685 94.466,69.013 "/>
|
||||
<polygon fill="#6699A1" points="67.981,30.52 73.7,62.251 94.465,69.013 "/>
|
||||
<polygon fill="#78758C" points="73.7,62.25 94.466,69.013 56.758,56.729 42.009,91.171 76.302,76.685 "/>
|
||||
<polygon fill="#A3EDBA" points="42.009,91.171 56.757,56.73 26.442,46.855 "/>
|
||||
<polygon fill="#6699A1" points="76.302,76.685 79.628,95.13 94.466,69.013 "/>
|
||||
<polygon fill="#8087E8" points="67.981,30.52 56.757,56.73 73.7,62.251 "/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.6 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
high/highcharts/api/images/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
high/highcharts/api/images/favicon-160x160.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
high/highcharts/api/images/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
high/highcharts/api/images/favicon-192x192.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
high/highcharts/api/images/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
high/highcharts/api/images/favicon-96x96.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
high/highcharts/api/images/sprite.png
Normal file
After Width: | Height: | Size: 445 B |