Last active
August 29, 2015 14:03
-
-
Save ravindranathakila/82974bda1e3a0ad5c107 to your computer and use it in GitHub Desktop.
Highcharts Config
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
| { | |
| "colors": ["#7cb5ec", "#434348", "#90ed7d", "#f7a35c", | |
| "#8085e9", "#f15c80", "#e4d354", "#8085e8", "#8d4653", "#91e8e1"], | |
| "symbols": ["circle", "diamond", "square", "triangle", "triangle-down"], | |
| "lang": { | |
| "loading": "Loading...", | |
| "months": ["January", "February", "March", "April", "May", "June", "July", | |
| "August", "September", "October", "November", "December"], | |
| "shortMonths": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], | |
| "weekdays": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], | |
| "decimalPoint": ".", | |
| "numericSymbols": ["k", "M", "G", "T", "P", "E"], | |
| "resetZoom": "Reset zoom", | |
| "resetZoomTitle": "Reset zoom level 1:1", | |
| "thousandsSep": "," | |
| }, | |
| "global": { | |
| "useUTC": true, | |
| "timezoneOffset": 0, | |
| "canvasToolsURL": "http://code.highcharts.com/4.0.3/modules/canvas-tools.js", | |
| "VMLRadialGradientURL": "http://code.highcharts.com/4.0.3/gfx/vml-radial-gradient.png" | |
| }, | |
| "chart": { | |
| "animation": true, | |
| "alignTicks": false, | |
| "reflow": true, | |
| "className": null, | |
| "margin": [null], | |
| "marginTop": null, | |
| "marginRight": null, | |
| "marginBottom": null, | |
| "marginLeft": null, | |
| "borderColor": "#4572A7", | |
| "borderWidth": 0, | |
| "borderRadius": 0, | |
| "defaultSeriesType": "line", | |
| "ignoreHiddenSeries": true, | |
| "inverted": false, | |
| "shadow": false, | |
| "spacing": [10, 10, 15, 10], | |
| "spacingTop": 10, | |
| "spacingRight": 10, | |
| "spacingBottom": 15, | |
| "spacingLeft": 10, | |
| "style": { | |
| "fontFamily": "Lucida Grande", | |
| "fontSize": "12px" | |
| }, | |
| "backgroundColor": "#FFFFFF", | |
| "plotBackgroundColor": null, | |
| "plotBorderColor": "#C0C0C0", | |
| "plotBorderWidth": 0, | |
| "plotShadow": false, | |
| "zoomType": "", | |
| "resetZoomButton": { | |
| "theme": { | |
| "zIndex": 20 | |
| }, | |
| "position": { | |
| "align": "right", | |
| "x": -10, | |
| "verticalAlign": "top", | |
| "y": 10 | |
| }, | |
| "relativeTo": "plot" | |
| } | |
| }, | |
| "title": { | |
| "text": "Chart title", | |
| "align": "center", | |
| "floating": false, | |
| "margin": 15, | |
| "x": 0, | |
| "verticalAlign": "top", | |
| "y": null, | |
| "style": { | |
| "color": "#333333", | |
| "fontSize": "18px" | |
| } | |
| }, | |
| "subtitle": { | |
| "text": "", | |
| "align": "center", | |
| "floating": false, | |
| "x": 0, | |
| "verticalAlign": "top", | |
| "y": null, | |
| "style": { | |
| "color": "#555555" | |
| } | |
| }, | |
| "plotOptions": { | |
| "line": { | |
| "allowPointSelect": false, | |
| "showCheckbox": false, | |
| "animation": { | |
| "duration": 1000 | |
| }, | |
| "connectNulls": false, | |
| "cursor": "default", | |
| "clip": true, | |
| "dashStyle": null, | |
| "enableMouseTracking": true, | |
| "events": {}, | |
| "legendIndex": 0, | |
| "linecap": "round", | |
| "lineWidth": 2, | |
| "shadow": false, | |
| "stacking": null, | |
| "marker": { | |
| "enabled": true, | |
| "symbol": null, | |
| "lineWidth": 0, | |
| "radius": 4, | |
| "lineColor": "#FFFFFF", | |
| "fillColor": null, | |
| "states": { | |
| "hover": { | |
| "enabled": true, | |
| "lineWidthPlus": 1, | |
| "radiusPlus": 2 | |
| }, | |
| "select": { | |
| "fillColor": "#FFFFFF", | |
| "lineColor": "#000000", | |
| "lineWidth": 2 | |
| } | |
| } | |
| }, | |
| "point": { | |
| "events": {} | |
| }, | |
| "cropThreshold": 300, | |
| "pointRange": 0, | |
| "pointStart": 0, | |
| "pointInterval": 1, | |
| "showInLegend": null, | |
| "states": { | |
| "hover": { | |
| "enabled": false, | |
| "lineWidthPlus": 1, | |
| "halo": { | |
| "size": 10, | |
| "opacity": 0.25 | |
| } | |
| }, | |
| "select": { | |
| "marker": {} | |
| } | |
| }, | |
| "stickyTracking": true, | |
| "tooltip": { | |
| "pointFormat": "", | |
| "valueDecimals": null, | |
| "xDateFormat": "%A, %b %e, %Y", | |
| "valuePrefix": "", | |
| "ySuffix": "" | |
| }, | |
| "turboThreshold": 1000, | |
| "zIndex": null | |
| } | |
| }, | |
| "labels": { | |
| "items": [], | |
| "style": { | |
| "font": "", | |
| "position": "", | |
| "color": "#3E576F" | |
| } | |
| }, | |
| "legend": { | |
| "enabled": true, | |
| "align": "center", | |
| "floating": false, | |
| "layout": "horizontal", | |
| "borderWidth": 0, | |
| "borderColor": "#909090", | |
| "borderRadius": 0, | |
| "navigation": { | |
| "animation": true, | |
| "activeColor": "#274b6d", | |
| "arrowSize": 12, | |
| "inactiveColor": "#CCC", | |
| "style": {} | |
| }, | |
| "margin": 20, | |
| "reversed": false, | |
| "shadow": false, | |
| "backgroundColor": null, | |
| "style": { | |
| "padding": "5px" | |
| }, | |
| "itemStyle": { | |
| "color": "#333333", | |
| "fontSize": "12px", | |
| "fontWeight": "bold" | |
| }, | |
| "itemHoverStyle": { | |
| "color": "#000" | |
| }, | |
| "itemHiddenStyle": { | |
| "color": "#CCC" | |
| }, | |
| "itemCheckboxStyle": { | |
| "position": "", | |
| "width": "13px", | |
| "height": "13px" | |
| }, | |
| "itemWidth": "", | |
| "symbolRadius": 0, | |
| "symbolWidth": 16, | |
| "symbolPadding": 5, | |
| "verticalAlign": "bottom", | |
| "width": "", | |
| "x": 0, | |
| "y": 0, | |
| "title": { | |
| "text": null, | |
| "style": { | |
| "fontWeight": "bold" | |
| } | |
| } | |
| }, | |
| "loading": { | |
| "hideDuration": 100, | |
| "labelStyle": { | |
| "fontWeight": "bold", | |
| "position": "", | |
| "top": "45%" | |
| }, | |
| "showDuration": 0, | |
| "style": { | |
| "position": "", | |
| "backgroundColor": "white", | |
| "opacity": 0.5, | |
| "textAlign": "center" | |
| } | |
| }, | |
| "tooltip": { | |
| "enabled": true, | |
| "animation": "", | |
| "crosshairs": null, | |
| "backgroundColor": "rgba(249, 249, 249, .85)", | |
| "borderWidth": 1, | |
| "borderRadius": 3, | |
| "dateTimeLabelFormats": { | |
| "millisecond": "%A, %b %e, %H:%M:%S.%L", | |
| "second": "%A, %b %e, %H:%M:%S", | |
| "minute": "%A, %b %e, %H:%M", | |
| "hour": "%A, %b %e, %H:%M", | |
| "day": "%A, %b %e, %Y", | |
| "week": "Week from %A, %b %e, %Y", | |
| "month": "%B %Y", | |
| "year": "%Y" | |
| }, | |
| "formatter": "", | |
| "headerFormat": "", | |
| "pointFormat": "", | |
| "shadow": true, | |
| "shape": "callout", | |
| "shared": false, | |
| "style": { | |
| "color": "#333333", | |
| "cursor": "default", | |
| "fontSize": "12px", | |
| "padding": "8px", | |
| "whiteSpace": "nowrap" | |
| }, | |
| "xDateFormat": "%A, %b %e, %Y", | |
| "valueDecimals": null, | |
| "valuePrefix": "", | |
| "valueSuffix": "" | |
| }, | |
| "credits": { | |
| "enabled": true, | |
| "text": "Highcharts.com", | |
| "href": "http://www.highcharts.com", | |
| "position": { | |
| "align": "right", | |
| "x": -10, | |
| "verticalAlign": "bottom", | |
| "y": -5 | |
| }, | |
| "style": { | |
| "cursor": "pointer", | |
| "color": "#909090", | |
| "fontSize": "9px" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment