{"id":8,"date":"2019-11-16T22:37:25","date_gmt":"2019-11-16T22:37:25","guid":{"rendered":"https:\/\/run.automational.ch\/?page_id=8"},"modified":"2019-12-20T13:18:01","modified_gmt":"2019-12-20T13:18:01","slug":"startseite","status":"publish","type":"page","link":"https:\/\/run.automational.ch\/","title":{"rendered":"Startseite"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">assfdsf<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<!DOCTYPE html>\n<html>\n<head>\n<script>\nwindow.onload = function () {\n\nvar options = {\n\texportEnabled: true,\n\tanimationEnabled: true,\n\ttitle:{\n\t\ttext: \"Units Sold VS Profit\"\n\t},\n\tsubtitles: [{\n\t\ttext: \"Click Legend to Hide or Unhide Data Series\"\n\t}],\n\taxisX: {\n\t\ttitle: \"States\"\n\t},\n\taxisY: {\n\t\ttitle: \"Units Sold\",\n\t\ttitleFontColor: \"#4F81BC\",\n\t\tlineColor: \"#4F81BC\",\n\t\tlabelFontColor: \"#4F81BC\",\n\t\ttickColor: \"#4F81BC\",\n\t\tincludeZero: false\n\t},\n\taxisY2: {\n\t\ttitle: \"Profit in USD\",\n\t\ttitleFontColor: \"#C0504E\",\n\t\tlineColor: \"#C0504E\",\n\t\tlabelFontColor: \"#C0504E\",\n\t\ttickColor: \"#C0504E\",\n\t\tincludeZero: false\n\t},\n\ttoolTip: {\n\t\tshared: true\n\t},\n\tlegend: {\n\t\tcursor: \"pointer\",\n\t\titemclick: toggleDataSeries\n\t},\n\tdata: [{\n\t\ttype: \"spline\",\n\t\tname: \"Units Sold\",\n\t\tshowInLegend: true,\n\t\txValueFormatString: \"MMM YYYY\",\n\t\tyValueFormatString: \"#,##0 Units\",\n\t\tdataPoints: [\n\t\t\t{ x: new Date(2016, 0, 1),  y: 120 },\n\t\t\t{ x: new Date(2016, 1, 1), y: 135 },\n\t\t\t{ x: new Date(2016, 2, 1), y: 144 },\n\t\t\t{ x: new Date(2016, 3, 1),  y: 103 },\n\t\t\t{ x: new Date(2016, 4, 1),  y: 93 },\n\t\t\t{ x: new Date(2016, 5, 1),  y: 129 },\n\t\t\t{ x: new Date(2016, 6, 1), y: 143 },\n\t\t\t{ x: new Date(2016, 7, 1), y: 156 },\n\t\t\t{ x: new Date(2016, 8, 1),  y: 122 },\n\t\t\t{ x: new Date(2016, 9, 1),  y: 106 },\n\t\t\t{ x: new Date(2016, 10, 1),  y: 137 },\n\t\t\t{ x: new Date(2016, 11, 1), y: 142 }\n\t\t]\n\t},\n\t{\n\t\ttype: \"spline\",\n\t\tname: \"Profit\",\n\t\taxisYType: \"secondary\",\n\t\tshowInLegend: true,\n\t\txValueFormatString: \"MMM YYYY\",\n\t\tyValueFormatString: \"$#,##0.#\",\n\t\tdataPoints: [\n\t\t\t{ x: new Date(2016, 0, 1),  y: 19034.5 },\n\t\t\t{ x: new Date(2016, 1, 1), y: 20015 },\n\t\t\t{ x: new Date(2016, 2, 1), y: 27342 },\n\t\t\t{ x: new Date(2016, 3, 1),  y: 20088 },\n\t\t\t{ x: new Date(2016, 4, 1),  y: 20234 },\n\t\t\t{ x: new Date(2016, 5, 1),  y: 29034 },\n\t\t\t{ x: new Date(2016, 6, 1), y: 30487 },\n\t\t\t{ x: new Date(2016, 7, 1), y: 32523 },\n\t\t\t{ x: new Date(2016, 8, 1),  y: 20234 },\n\t\t\t{ x: new Date(2016, 9, 1),  y: 27234 },\n\t\t\t{ x: new Date(2016, 10, 1),  y: 33548 },\n\t\t\t{ x: new Date(2016, 11, 1), y: 32534 }\n\t\t]\n\t}]\n};\n$(\"#chartContainer\").CanvasJSChart(options);\n\nfunction toggleDataSeries(e) {\n\tif (typeof (e.dataSeries.visible) === \"undefined\" || e.dataSeries.visible) {\n\t\te.dataSeries.visible = false;\n\t} else {\n\t\te.dataSeries.visible = true;\n\t}\n\te.chart.render();\n}\n\n}\n<\/script>\n<\/head>\n<body>\n<div id=\"chartContainer\" style=\"height: 300px; width: 100%;\"><\/div>\n<script src=\"https:\/\/canvasjs.com\/assets\/script\/jquery-1.11.1.min.js\"><\/script>\n<script src=\"https:\/\/canvasjs.com\/assets\/script\/jquery.canvasjs.min.js\"><\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\">jhvjhvjv<\/p>\n\n\n\n<!DOCTYPE HTML>\n<html>\n<head>  \n<script>\nwindow.onload = function () {\n\nvar chart = new CanvasJS.Chart(\"chartContainer\", {\n\tanimationEnabled: true,\n\ttitle:{\n\t\ttext: \"Daily High Temperature at Different Beaches\"\n\t},\n\taxisX: {\n\t\tvalueFormatString: \"DD MMM,YY\"\n\t},\n\taxisY: {\n\t\ttitle: \"Temperature (in \u00b0C)\",\n\t\tincludeZero: false,\n\t\tsuffix: \" \u00b0C\"\n\t},\n\tlegend:{\n\t\tcursor: \"pointer\",\n\t\tfontSize: 16,\n\t\titemclick: toggleDataSeries\n\t},\n\ttoolTip:{\n\t\tshared: true\n\t},\n\tdata: [{\n\t\tname: \"Myrtle Beach\",\n\t\ttype: \"spline\",\n\t\tyValueFormatString: \"#0.## \u00b0C\",\n\t\tshowInLegend: true,\n\t\tdataPoints: [\n\t\t\t{ x: new Date(2017,6,24), y: 31 },\n\t\t\t{ x: new Date(2017,6,25), y: 31 },\n\t\t\t{ x: new Date(2017,6,26), y: 29 },\n\t\t\t{ x: new Date(2017,6,27), y: 29 },\n\t\t\t{ x: new Date(2017,6,28), y: 31 },\n\t\t\t{ x: new Date(2017,6,29), y: 30 },\n\t\t\t{ x: new Date(2017,6,30), y: 29 }\n\t\t]\n\t},\n\t{\n\t\tname: \"Martha Vineyard\",\n\t\ttype: \"spline\",\n\t\tyValueFormatString: \"#0.## \u00b0C\",\n\t\tshowInLegend: true,\n\t\tdataPoints: [\n\t\t\t{ x: new Date(2017,6,24), y: 20 },\n\t\t\t{ x: new Date(2017,6,25), y: 20 },\n\t\t\t{ x: new Date(2017,6,26), y: 25 },\n\t\t\t{ x: new Date(2017,6,27), y: 25 },\n\t\t\t{ x: new Date(2017,6,28), y: 25 },\n\t\t\t{ x: new Date(2017,6,29), y: 25 },\n\t\t\t{ x: new Date(2017,6,30), y: 25 }\n\t\t]\n\t},\n\t{\n\t\tname: \"Nantucket\",\n\t\ttype: \"spline\",\n\t\tyValueFormatString: \"#0.## \u00b0C\",\n\t\tshowInLegend: true,\n\t\tdataPoints: [\n\t\t\t{ x: new Date(2017,6,24), y: 22 },\n\t\t\t{ x: new Date(2017,6,25), y: 19 },\n\t\t\t{ x: new Date(2017,6,26), y: 23 },\n\t\t\t{ x: new Date(2017,6,27), y: 24 },\n\t\t\t{ x: new Date(2017,6,28), y: 24 },\n\t\t\t{ x: new Date(2017,6,29), y: 23 },\n\t\t\t{ x: new Date(2017,6,30), y: 23 }\n\t\t]\n\t}]\n});\nchart.render();\n\nfunction toggleDataSeries(e){\n\tif (typeof(e.dataSeries.visible) === \"undefined\" || e.dataSeries.visible) {\n\t\te.dataSeries.visible = false;\n\t}\n\telse{\n\t\te.dataSeries.visible = true;\n\t}\n\tchart.render();\n}\n\n}\n<\/script>\n<\/head>\n<body>\n<div id=\"chartContainer\" style=\"height: 300px; width: 100%;\"><\/div>\n<script src=\"https:\/\/canvasjs.com\/assets\/script\/canvasjs.min.js\"><\/script>\n<\/body>\n<\/html>\n\n\n<p>[elh-db-insert]<\/p>\n\n\n\n<head>\n<meta name=\"Switch\" content=\"width=device-width, initial-scale=1\">\n<style>\n.switch {\n  position: relative;\n  display: inline-block;\n  width: 60px;\n  height: 34px;\n}\n\n.switch input { \n  opacity: 0;\n  width: 0;\n  height: 0;\n}\n\n.slider {\n  position: absolute;\n  cursor: pointer;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background-color: #ccc;\n  -webkit-transition: .4s;\n  transition: .4s;\n}\n\n.slider:before {\n  position: absolute;\n  content: \"\";\n  height: 26px;\n  width: 26px;\n  left: 4px;\n  bottom: 4px;\n  background-color: white;\n  -webkit-transition: .4s;\n  transition: .4s;\n}\n\ninput:checked + .slider {\n  background-color: green;\n}\n\ninput:focus + .slider {\n  box-shadow: 0 0 1px #2196F3;\n}\n\ninput:checked + .slider:before {\n  -webkit-transform: translateX(26px);\n  -ms-transform: translateX(26px);\n  transform: translateX(26px);\n}\n\n\/* Rounded sliders *\/\n.slider.round {\n  border-radius: 34px;\n}\n\n.slider.round:before {\n  border-radius: 50%;\n}\n<\/style>\n<\/head>\n<body>\n\n<h2>TTTT<\/h2>\n\n<!-- <label class=\"switch\">\n  <input type=\"checkbox\">\n  <span class=\"slider\"><\/span>\n<\/label>\n\n<label class=\"switch\">\n  <input type=\"checkbox\" checked>\n  <span class=\"slider\"><\/span>\n<\/label><br><br>   -->\n\n<label class=\"switch\">\n  <input type=\"checkbox\">\n  <span class=\"slider round\"><\/span>\n<\/label>\n\n<!--Funktion des Buttons in PHP -->\n\n<!--Ende Funktion des Buttons -->\n\n<!-- <label class=\"switch\">\n  <input type=\"checkbox\" checked>\n  <span class=\"slider round\"><\/span>\n<\/label>-->\n\n<\/body>\n\n\n\n<h1>Run<\/h1>\n\n<svg width=\"100\" height=\"100\">\n   <circle cx=\"50\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"4\" fill=\"green\"><\/circle>\n   Sorry, your browser does not support inline SVG.\n<\/svg>\n\n\n\n\n <head>\n<meta name=\"Switch\" content=\"width=device-width, initial-scale=1\">\n<head>\n<style>\n  <link rel=\"stylesheet\" href=\"styles.css\">\n\t<\/style>\n<\/head>\n<body>\n\n<h2>Button 3<\/h2>\n\n<label class=\"switch\">\n  <input type=\"checkbox\" name=\"check1\" value=\"0\"\n\t\t  >\n  <span class=\"slider round\"><\/span>\n<\/label>\n<!--Funktion des Buttons in PHP -->\n\t\n<!--Ende Funktion des Buttons -->\n<\/body>\n\n\n","protected":false},"excerpt":{"rendered":"<p>assfdsf jhvjhvjv TTTT Run Sorry, your browser does not support inline SVG.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/comments?post=8"}],"version-history":[{"count":138,"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":231,"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/pages\/8\/revisions\/231"}],"wp:attachment":[{"href":"https:\/\/run.automational.ch\/index.php\/wp-json\/wp\/v2\/media?parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}