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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| type: 'area' | |
| }, | |
| // ... | |
| } |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| type: 'scatter', | |
| zoomType: 'xy' | |
| }, | |
| title: { | |
| text: 'Height Versus Weight of 507 Individuals by Gender' | |
| }, | |
| subtitle: { |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| plotBackgroundColor: null, | |
| plotBorderWidth: null, | |
| plotShadow: false | |
| }, | |
| title: { | |
| text: 'Browser market shares at a specific website, 2014' | |
| }, |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| type: 'bar' | |
| }, | |
| title: { | |
| text: 'Stacked bar chart' | |
| }, | |
| xAxis: { | |
| categories: ['Apples', 'Oranges', 'Pears', 'Grapes', 'Bananas'] |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| type: 'column' | |
| }, | |
| title: { | |
| text: 'Largest cities of the world per 2014' | |
| }, | |
| subtitle: { | |
| text: 'Source: <a href="http://en.wikipedia.org/wiki/List_of_cities_proper_by_population">Wikipedia</a>' |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| type: 'areaspline' | |
| }, | |
| title: { | |
| text: 'Average fruit consumption during one week' | |
| }, | |
| legend: { | |
| layout: 'vertical', |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| type: 'area' | |
| }, | |
| title: { | |
| text: 'Area chart with negative values' | |
| }, | |
| xAxis: { | |
| categories: ['Apples', 'Oranges', 'Pears', 'Grapes', 'Bananas'] |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| chart: { | |
| type: 'spline', | |
| inverted: true | |
| }, | |
| title: { | |
| text: 'Atmosphere Temperature by Altitude' | |
| }, | |
| subtitle: { |
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', '#2b908f', '#f45b5b', '#91e8e1'], | |
| 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
| align | |
| alt | |
| class | |
| colspan | |
| height |
NewerOlder