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
| /* Hawai'i */ | |
| #widget-15590315 time { | |
| color: #fff; | |
| background-color: #8e44ad; | |
| } | |
| #widget-15590315 .date, | |
| #widget-15590315 .widget-inner, | |
| #widget-15590315 .widget-inner > header h1, | |
| #widget-15590315 .widget-inner > header { |
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
| { | |
| "api_key": "your api key here", | |
| "data": { | |
| "orientation": "horizontal", | |
| "item": { | |
| "label": "Revenue 2014 YTD", | |
| "sublabel": "(U.S. $ in thousands)", | |
| "axis": { | |
| "point": ["0", "200", "400", "600", "800", "1000"] | |
| }, |
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
| { | |
| "orientation": "horizontal", | |
| "item": { | |
| "label": "Revenue 2014 YTD", | |
| "sublabel": "(U.S. $ in thousands)", | |
| "axis": { | |
| "point": ["0", "200", "400", "600", "800", "1000"] | |
| }, | |
| "range": { | |
| "red": { |
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
| [ | |
| { | |
| "property_name": "color", | |
| "operator": "eq", | |
| "property_value": "yellow" | |
| } | |
| ] |
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
| { | |
| chart: { | |
| type: 'spline', | |
| animation: Highcharts.svg, // don't animate in old IE | |
| marginRight: 10, | |
| events: { | |
| load: function () { | |
| // set up the updating of the chart each second | |
| var series = this.series[0]; |
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
| { | |
| "item" : [ | |
| 10, 20, 30, 5, 5, 1, 25, 15 | |
| ], | |
| "settings" : { | |
| "axisx" : [ | |
| "02/04", | |
| "02/05", | |
| "02/06", | |
| "02/07", |
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
| { | |
| "api_key": "your api key goes here", | |
| "data": { | |
| "item" : [ | |
| 10, 20, 30, 5, 5, 1, 25, 15 | |
| ], | |
| "settings" : { | |
| "axisx" : [ | |
| "02/04", | |
| "02/05", |
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
| #widget-15646931 .widget-inner > header, | |
| #widget-15646931 .widget-inner > footer, | |
| #widget-15646931 .widget-inner { | |
| background-color: whitesmoke; | |
| } |
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
| { | |
| "api_key": "your api key goes here", | |
| "data": { | |
| "item": [ | |
| { | |
| "value": 100, | |
| "label": "May", | |
| "color": "13699c" | |
| }, | |
| { |