Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check all the iruby examples and a minor change in a CSS example in HighCharts #121

Merged
merged 1 commit into from
Dec 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
592 changes: 296 additions & 296 deletions spec/dummy_iruby/Google Chart | Line Chart.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

492 changes: 246 additions & 246 deletions spec/dummy_iruby/Google Chart | Area Chart.ipynb

Large diffs are not rendered by default.

632 changes: 316 additions & 316 deletions spec/dummy_iruby/Google Chart | Bar Chart.ipynb

Large diffs are not rendered by default.

512 changes: 256 additions & 256 deletions spec/dummy_iruby/Google Chart | Bubble Chart.ipynb

Large diffs are not rendered by default.

462 changes: 231 additions & 231 deletions spec/dummy_iruby/Google Chart | Candlestick Chart.ipynb

Large diffs are not rendered by default.

462 changes: 231 additions & 231 deletions spec/dummy_iruby/Google Chart | Combo Chart.ipynb

Large diffs are not rendered by default.

568 changes: 284 additions & 284 deletions spec/dummy_iruby/Google Chart | Data from google spreadsheet.ipynb

Large diffs are not rendered by default.

502 changes: 251 additions & 251 deletions spec/dummy_iruby/Google Chart | Histogram.ipynb

Large diffs are not rendered by default.

462 changes: 231 additions & 231 deletions spec/dummy_iruby/Google Chart | Org Chart.ipynb

Large diffs are not rendered by default.

582 changes: 291 additions & 291 deletions spec/dummy_iruby/Google Chart | Pie Chart.ipynb

Large diffs are not rendered by default.

512 changes: 256 additions & 256 deletions spec/dummy_iruby/Google Chart | Stepped Area Chart.ipynb

Large diffs are not rendered by default.

632 changes: 316 additions & 316 deletions spec/dummy_iruby/Google Chart | Timeline.ipynb

Large diffs are not rendered by default.

492 changes: 246 additions & 246 deletions spec/dummy_iruby/Google Chart | Treemap.ipynb

Large diffs are not rendered by default.

462 changes: 231 additions & 231 deletions spec/dummy_iruby/Google Chart | gauge.ipynb

Large diffs are not rendered by default.

592 changes: 296 additions & 296 deletions spec/dummy_iruby/Google Charts | Basics.ipynb

Large diffs are not rendered by default.

474 changes: 237 additions & 237 deletions spec/dummy_iruby/Google Charts | ChartEditor.ipynb

Large diffs are not rendered by default.

650 changes: 325 additions & 325 deletions spec/dummy_iruby/Google Charts | Chartwrapper.ipynb

Large diffs are not rendered by default.

538 changes: 269 additions & 269 deletions spec/dummy_iruby/Google Charts | Column Charts.ipynb

Large diffs are not rendered by default.

472 changes: 236 additions & 236 deletions spec/dummy_iruby/Google Charts | Event Handling.ipynb

Large diffs are not rendered by default.

484 changes: 242 additions & 242 deletions spec/dummy_iruby/Google Charts | Geo Charts examples.ipynb

Large diffs are not rendered by default.

508 changes: 254 additions & 254 deletions spec/dummy_iruby/Google Charts | Scatter Chart.ipynb

Large diffs are not rendered by default.

512 changes: 256 additions & 256 deletions spec/dummy_iruby/GoogleChart | DataTables-Formatters.ipynb

Large diffs are not rendered by default.

606 changes: 303 additions & 303 deletions spec/dummy_iruby/GoolgeChart | Datatables.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions spec/dummy_iruby/HighCharts - Bar Chart.ipynb

Large diffs are not rendered by default.

361 changes: 218 additions & 143 deletions spec/dummy_iruby/HighCharts - Custom styling in CSS.ipynb

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions spec/dummy_iruby/HighCharts - column charts.ipynb

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions spec/dummy_iruby/HighCharts- Pie charts.ipynb

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions spec/dummy_iruby/HighMaps - Countries with data as DataFrame.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions spec/dummy_iruby/HighMaps - Dynamic.ipynb

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions spec/dummy_iruby/HighMaps | General.ipynb

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions spec/dummy_iruby/HighMaps | Series Types.ipynb

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions spec/dummy_iruby/Highcharts - Combinations .ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions spec/dummy_iruby/Highcharts - Daynamic charts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@
" y = Math.random();\n",
" series.addPoint([x, y], true, true);\n",
" }, 1000);\n",
" } },\"renderTo\": \"cgqnpydomxv\" },\"title\": { \"text\": \"Live random data\" },\"xAxis\": { \"type\": \"datetime\",\"tickPixelInterval\": 150 },\"yAxis\": { \"title\": { \"text\": \"Value\" },\"plotLines\": [ { \"value\": 0,\"width\": 1,\"color\": \"#808080\" } ] },\"tooltip\": { \"formatter\": function () {\n",
" } },\"renderTo\": \"mxqyetrzvjf\" },\"title\": { \"text\": \"Live random data\" },\"xAxis\": { \"type\": \"datetime\",\"tickPixelInterval\": 150 },\"yAxis\": { \"title\": { \"text\": \"Value\" },\"plotLines\": [ { \"value\": 0,\"width\": 1,\"color\": \"#808080\" } ] },\"tooltip\": { \"formatter\": function () {\n",
" return '<b>' + this.series.name + '</b><br/>' +\n",
" Highcharts.dateFormat('%Y-%m-%d %H:%M:%S', this.x) + '<br/>' +\n",
" Highcharts.numberFormat(this.y, 2);\n",
Expand All @@ -910,15 +910,15 @@
" return data;\n",
" }()) }] };\n",
" \n",
" window.chart_cgqnpydomxv = new Highcharts.Chart(options);\n",
" window.chart_mxqyetrzvjf = new Highcharts.Chart(options);\n",
"\n",
" });\n",
" </script>\n",
"\n",
"<div id=\"cgqnpydomxv\"></div>"
"<div id=\"mxqyetrzvjf\"></div>"
],
"text/plain": [
"\" <script type=\\\"text/javascript\\\">\\n $(function() {\\n\\n var options = { \\\"chart\\\": { \\\"type\\\": \\\"spline\\\",\\\"animation\\\": Highcharts.svg,\\\"marginRight\\\": 10,\\\"events\\\": { \\\"load\\\": function () {\\n\\n // set up the updating of the chart each second\\n var series = this.series[0];\\n setInterval(function () {\\n var x = (new Date()).getTime(), // current time\\n y = Math.random();\\n series.addPoint([x, y], true, true);\\n }, 1000);\\n } },\\\"renderTo\\\": \\\"cgqnpydomxv\\\" },\\\"title\\\": { \\\"text\\\": \\\"Live random data\\\" },\\\"xAxis\\\": { \\\"type\\\": \\\"datetime\\\",\\\"tickPixelInterval\\\": 150 },\\\"yAxis\\\": { \\\"title\\\": { \\\"text\\\": \\\"Value\\\" },\\\"plotLines\\\": [ { \\\"value\\\": 0,\\\"width\\\": 1,\\\"color\\\": \\\"#808080\\\" } ] },\\\"tooltip\\\": { \\\"formatter\\\": function () {\\n return '<b>' + this.series.name + '</b><br/>' +\\n Highcharts.dateFormat('%Y-%m-%d %H:%M:%S', this.x) + '<br/>' +\\n Highcharts.numberFormat(this.y, 2);\\n } },\\\"legend\\\": { \\\"enabled\\\": false },\\\"exporting\\\": { \\\"enabled\\\": false },\\\"series\\\": [{ \\\"name\\\": \\\"Random data\\\",\\\"data\\\": (function () {\\n // generate an array of random data\\n var data = [],\\n time = (new Date()).getTime(),\\n i;\\n\\n for (i = -19; i <= 0; i += 1) {\\n data.push({\\n x: time + i * 1000,\\n y: Math.random()\\n });\\n }\\n return data;\\n }()) }] };\\n \\n window.chart_cgqnpydomxv = new Highcharts.Chart(options);\\n\\n });\\n </script>\\n\\n<div id=\\\"cgqnpydomxv\\\"></div>\""
"\" <script type=\\\"text/javascript\\\">\\n $(function() {\\n\\n var options = { \\\"chart\\\": { \\\"type\\\": \\\"spline\\\",\\\"animation\\\": Highcharts.svg,\\\"marginRight\\\": 10,\\\"events\\\": { \\\"load\\\": function () {\\n\\n // set up the updating of the chart each second\\n var series = this.series[0];\\n setInterval(function () {\\n var x = (new Date()).getTime(), // current time\\n y = Math.random();\\n series.addPoint([x, y], true, true);\\n }, 1000);\\n } },\\\"renderTo\\\": \\\"mxqyetrzvjf\\\" },\\\"title\\\": { \\\"text\\\": \\\"Live random data\\\" },\\\"xAxis\\\": { \\\"type\\\": \\\"datetime\\\",\\\"tickPixelInterval\\\": 150 },\\\"yAxis\\\": { \\\"title\\\": { \\\"text\\\": \\\"Value\\\" },\\\"plotLines\\\": [ { \\\"value\\\": 0,\\\"width\\\": 1,\\\"color\\\": \\\"#808080\\\" } ] },\\\"tooltip\\\": { \\\"formatter\\\": function () {\\n return '<b>' + this.series.name + '</b><br/>' +\\n Highcharts.dateFormat('%Y-%m-%d %H:%M:%S', this.x) + '<br/>' +\\n Highcharts.numberFormat(this.y, 2);\\n } },\\\"legend\\\": { \\\"enabled\\\": false },\\\"exporting\\\": { \\\"enabled\\\": false },\\\"series\\\": [{ \\\"name\\\": \\\"Random data\\\",\\\"data\\\": (function () {\\n // generate an array of random data\\n var data = [],\\n time = (new Date()).getTime(),\\n i;\\n\\n for (i = -19; i <= 0; i += 1) {\\n data.push({\\n x: time + i * 1000,\\n y: Math.random()\\n });\\n }\\n return data;\\n }()) }] };\\n \\n window.chart_mxqyetrzvjf = new Highcharts.Chart(options);\\n\\n });\\n </script>\\n\\n<div id=\\\"mxqyetrzvjf\\\"></div>\""
]
},
"execution_count": 3,
Expand Down Expand Up @@ -1039,21 +1039,21 @@
" // Add it\n",
" series.addPoint([x, y]);\n",
"\n",
" } },\"renderTo\": \"vrgueqayphj\" },\"title\": { \"text\": \"User supplied data\" },\"subtitle\": { \"text\": \"Click the plot area to add a point. Click a point to remove it.\" },\"xAxis\": { \"gridLineWidth\": 1,\"minPadding\": 0.2,\"maxPadding\": 0.2,\"maxZoom\": 60 },\"yAxis\": { \"title\": { \"text\": \"Value\" },\"minPadding\": 0.2,\"maxPadding\": 0.2,\"maxZoom\": 60,\"plotLines\": [ { \"value\": 0,\"width\": 1,\"color\": \"#808080\" } ] },\"legend\": { \"enabled\": false },\"exporting\": { \"enabled\": false },\"plotOptions\": { \"series\": { \"lineWidth\": 1,\"point\": { \"events\": { \"click\": function () {\n",
" } },\"renderTo\": \"xpuivcqfwbm\" },\"title\": { \"text\": \"User supplied data\" },\"subtitle\": { \"text\": \"Click the plot area to add a point. Click a point to remove it.\" },\"xAxis\": { \"gridLineWidth\": 1,\"minPadding\": 0.2,\"maxPadding\": 0.2,\"maxZoom\": 60 },\"yAxis\": { \"title\": { \"text\": \"Value\" },\"minPadding\": 0.2,\"maxPadding\": 0.2,\"maxZoom\": 60,\"plotLines\": [ { \"value\": 0,\"width\": 1,\"color\": \"#808080\" } ] },\"legend\": { \"enabled\": false },\"exporting\": { \"enabled\": false },\"plotOptions\": { \"series\": { \"lineWidth\": 1,\"point\": { \"events\": { \"click\": function () {\n",
" if (this.series.data.length > 1) {\n",
" this.remove();\n",
" }\n",
" } } } } },\"series\": [{ \"data\": [ [ 20,20 ],[ 80,80 ] ] }] };\n",
" \n",
" window.chart_vrgueqayphj = new Highcharts.Chart(options);\n",
" window.chart_xpuivcqfwbm = new Highcharts.Chart(options);\n",
"\n",
" });\n",
" </script>\n",
"\n",
"<div id=\"vrgueqayphj\"></div>"
"<div id=\"xpuivcqfwbm\"></div>"
],
"text/plain": [
"\" <script type=\\\"text/javascript\\\">\\n $(function() {\\n\\n var options = { \\\"chart\\\": { \\\"type\\\": \\\"scatter\\\",\\\"margin\\\": [ 70,50,60,80 ],\\\"events\\\": { \\\"click\\\": function (e) {\\n // find the clicked values and the series\\n var x = Math.round(e.xAxis[0].value),\\n y = Math.round(e.yAxis[0].value),\\n series = this.series[0];\\n\\n // Add it\\n series.addPoint([x, y]);\\n\\n } },\\\"renderTo\\\": \\\"vrgueqayphj\\\" },\\\"title\\\": { \\\"text\\\": \\\"User supplied data\\\" },\\\"subtitle\\\": { \\\"text\\\": \\\"Click the plot area to add a point. Click a point to remove it.\\\" },\\\"xAxis\\\": { \\\"gridLineWidth\\\": 1,\\\"minPadding\\\": 0.2,\\\"maxPadding\\\": 0.2,\\\"maxZoom\\\": 60 },\\\"yAxis\\\": { \\\"title\\\": { \\\"text\\\": \\\"Value\\\" },\\\"minPadding\\\": 0.2,\\\"maxPadding\\\": 0.2,\\\"maxZoom\\\": 60,\\\"plotLines\\\": [ { \\\"value\\\": 0,\\\"width\\\": 1,\\\"color\\\": \\\"#808080\\\" } ] },\\\"legend\\\": { \\\"enabled\\\": false },\\\"exporting\\\": { \\\"enabled\\\": false },\\\"plotOptions\\\": { \\\"series\\\": { \\\"lineWidth\\\": 1,\\\"point\\\": { \\\"events\\\": { \\\"click\\\": function () {\\n if (this.series.data.length > 1) {\\n this.remove();\\n }\\n } } } } },\\\"series\\\": [{ \\\"data\\\": [ [ 20,20 ],[ 80,80 ] ] }] };\\n \\n window.chart_vrgueqayphj = new Highcharts.Chart(options);\\n\\n });\\n </script>\\n\\n<div id=\\\"vrgueqayphj\\\"></div>\""
"\" <script type=\\\"text/javascript\\\">\\n $(function() {\\n\\n var options = { \\\"chart\\\": { \\\"type\\\": \\\"scatter\\\",\\\"margin\\\": [ 70,50,60,80 ],\\\"events\\\": { \\\"click\\\": function (e) {\\n // find the clicked values and the series\\n var x = Math.round(e.xAxis[0].value),\\n y = Math.round(e.yAxis[0].value),\\n series = this.series[0];\\n\\n // Add it\\n series.addPoint([x, y]);\\n\\n } },\\\"renderTo\\\": \\\"xpuivcqfwbm\\\" },\\\"title\\\": { \\\"text\\\": \\\"User supplied data\\\" },\\\"subtitle\\\": { \\\"text\\\": \\\"Click the plot area to add a point. Click a point to remove it.\\\" },\\\"xAxis\\\": { \\\"gridLineWidth\\\": 1,\\\"minPadding\\\": 0.2,\\\"maxPadding\\\": 0.2,\\\"maxZoom\\\": 60 },\\\"yAxis\\\": { \\\"title\\\": { \\\"text\\\": \\\"Value\\\" },\\\"minPadding\\\": 0.2,\\\"maxPadding\\\": 0.2,\\\"maxZoom\\\": 60,\\\"plotLines\\\": [ { \\\"value\\\": 0,\\\"width\\\": 1,\\\"color\\\": \\\"#808080\\\" } ] },\\\"legend\\\": { \\\"enabled\\\": false },\\\"exporting\\\": { \\\"enabled\\\": false },\\\"plotOptions\\\": { \\\"series\\\": { \\\"lineWidth\\\": 1,\\\"point\\\": { \\\"events\\\": { \\\"click\\\": function () {\\n if (this.series.data.length > 1) {\\n this.remove();\\n }\\n } } } } },\\\"series\\\": [{ \\\"data\\\": [ [ 20,20 ],[ 80,80 ] ] }] };\\n \\n window.chart_xpuivcqfwbm = new Highcharts.Chart(options);\\n\\n });\\n </script>\\n\\n<div id=\\\"xpuivcqfwbm\\\"></div>\""
]
},
"execution_count": 4,
Expand Down
Loading