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
<?xml version="1.0" encoding="UTF-8" ?> | |
<root> | |
<absolute>true</absolute> | |
<item> | |
<text></text> | |
<value>123</value> | |
</item> | |
<item> | |
<text></text> | |
<value>238</value> |
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
{ | |
"highchart": { | |
"chart": { | |
"style": { | |
"color": "#b9bbbb" | |
} | |
}, | |
"series": [ | |
{ | |
"color": "#108ec5", |
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
{ | |
"highchart": "{\"chart\":{\"style\":{\"color\":\"#b9bbbb\"}},\"series\":[{\"color\":\"#108ec5\",\"name\":\"New York\",\"data\":[17,22,24.8,24.1,20.1,14.1,8.6,2.5]},{\"color\":\"#52b238\",\"name\":\"Berlin\",\"data\":[13.5,17,18.6,17.9,14.3,9,3.9,1]},{\"color\":\"#ee5728\",\"name\":\"London\",\"data\":[11.9,15.2,17,16.6,14.2,10.3,6.6,4.8]}]}" | |
} |
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
{ | |
"highchart": "{\"chart\":{\"style\":{\"color\":\"#b9bbbb\"}},\"series\":[{\"color\":\"#108ec5\",\"name\":\"New York\",\"data\":[17,22,24.8,24.1,20.1,14.1,8.6,2.5]},{\"color\":\"#52b238\",\"name\":\"Berlin\",\"data\":[13.5,17,18.6,17.9,14.3,9,3.9,1]},{\"color\":\"#ee5728\",\"name\":\"London\",\"data\":[11.9,15.2,17,16.6,14.2,10.3,6.6,4.8]}]}" | |
} |
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" | |
} | |
}, | |
"series": [ | |
{ | |
"color": "#108ec5", | |
"name": "New York", |
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
{ | |
highchart: { | |
chart: { | |
style: { | |
color: "#b9bbbb" | |
}, | |
}, | |
series: [{ | |
color: "#108ec5", | |
name: "New York", |
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
{ | |
highchart: "{\"chart\":{\"style\":{\"color\":\"#b9bbbb\"}},\"series\":[{\"color\":\"#108ec5\",\"name\":\"New York\",\"data\":[17,22,24.8,24.1,20.1,14.1,8.6,2.5]},{\"color\":\"#52b238\",\"name\":\"Berlin\",\"data\":[13.5,17,18.6,17.9,14.3,9,3.9,1]},{\"color\":\"#ee5728\",\"name\":\"London\",\"data\":[11.9,15.2,17,16.6,14.2,10.3,6.6,4.8]}]}" | |
} |
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" | |
}, | |
}, | |
series: [{ | |
color: "#108ec5", | |
name: "New York", | |
data: [17.0, 22.0, 24.8, 24.1, 20.1, 14.1, 8.6, 2.5] |
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": [ | |
{ | |
"text": "Earth has not anything to show more fair:Dull would he be of soul who could pass by A sight so touching in its majesty:This City now doth, like a garment, wear The beauty of the morning: silent, bare,Ships, towers, domes, theatres, and temples lie Open unto the fields, and to the sky ….", | |
"type": 0 | |
}, | |
{ | |
"text": "I wandered lonely as a cloud That floats on high o’er vales and hills, When all at once I saw a crowd, A host, of golden daffodils; Beside the lake, beneath the trees, Fluttering and dancing in the breeze …", | |
"type": 1 | |
} |
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": { |
NewerOlder