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": [ | |
| { | |
| "value": 100, | |
| "label": "May", | |
| "color": "13699c" | |
| }, | |
| { | |
| "value": 160, | |
| "label": "June", |
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-15652662 .widget-inner > header h1 { | |
| color: #1f1f21; | |
| } | |
| #widget-15652662 .widget-inner > header, | |
| #widget-15652662 .widget-inner { | |
| background-color: #f7f7f7; | |
| } |
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": 16, | |
| "text": "Long past due" | |
| }, | |
| { | |
| "value": 64, |
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": [ | |
| { | |
| "value": 16, | |
| "text": "Long past due" | |
| }, | |
| { | |
| "value": 64, | |
| "text": "Overdue" | |
| }, |
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-15652665 .widget-inner, | |
| #widget-15652665 .widget-inner > header { | |
| background-color: #563d7c; | |
| } | |
| #widget-15652665 .widget-body .t-secondary, | |
| #widget-15652665 .widget-inner > header h1 { | |
| 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
| { | |
| chart: { | |
| renderTo: "container" | |
| }, | |
| credits: { | |
| enabled: false | |
| }, | |
| title: { | |
| text: "My Metrics Chart" | |
| }, |
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: { | |
| style: { | |
| color: "#b9bbbb" | |
| }, | |
| renderTo: "container", | |
| backgroundColor: "transparent", | |
| lineColor: "rgba(35,37,38,100)", | |
| plotShadow: false | |
| }, |
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-15646871 .widget-inner > header h1 { | |
| color: #1f1f21; | |
| } | |
| #widget-15646871 .widget-inner > header, | |
| #widget-15646871 .widget-inner { | |
| background-color: #f7f7f7; | |
| } |
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: 'areaspline' | |
| } | |
| // ... | |
| } |
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": [ | |
| { | |
| "title": { | |
| "text": "Chrome" | |
| }, | |
| "label": { | |
| "name": "New!", | |
| "color": "#ff2015" |