diff --git a/docs/3rdpartylicenses.txt b/docs/3rdpartylicenses.txt deleted file mode 100644 index e69de29..0000000 diff --git a/docs/assets/data/data.json b/docs/assets/data/data.json deleted file mode 100644 index edb55e3..0000000 --- a/docs/assets/data/data.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "chart": { - "caption": "Countries With Most Oil Reserves [2017-18]", - "subCaption": "In MMbbl = One Million barrels", - "xAxisName": "Country", - "yAxisName": "Reserves (MMbbl)", - "numberSuffix": "K", - "theme": "fusion" - }, - "data": [{ - "label": "Venezuela", - "value": "290" - }, { - "label": "Saudi", - "value": "260" - }, { - "label": "Canada", - "value": "180" - }, { - "label": "Iran", - "value": "140" - }, { - "label": "Russia", - "value": "115" - }, { - "label": "UAE", - "value": "100" - }, { - "label": "US", - "value": "30" - }, { - "label": "China", - "value": "30" - }] - } \ No newline at end of file diff --git a/docs/assets/data/data.xml b/docs/assets/data/data.xml deleted file mode 100644 index 7d609e7..0000000 --- a/docs/assets/data/data.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/docs/assets/github-theme/css/codemirror.css b/docs/assets/github-theme/css/codemirror.css deleted file mode 100644 index c7a8ae7..0000000 --- a/docs/assets/github-theme/css/codemirror.css +++ /dev/null @@ -1,346 +0,0 @@ -/* BASICS */ - -.CodeMirror { - /* Set height, width, borders, and global font properties here */ - font-family: monospace; - height: 300px; - color: black; - direction: ltr; -} - -/* PADDING */ - -.CodeMirror-lines { - padding: 4px 0; /* Vertical padding around content */ -} -.CodeMirror pre { - padding: 0 4px; /* Horizontal padding of content */ -} - -.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { - background-color: white; /* The little square between H and V scrollbars */ -} - -/* GUTTER */ - -.CodeMirror-gutters { - border-right: 1px solid #ddd; - background-color: #f7f7f7; - white-space: nowrap; -} -.CodeMirror-linenumbers {} -.CodeMirror-linenumber { - padding: 0 3px 0 5px; - min-width: 20px; - text-align: right; - color: #999; - white-space: nowrap; -} - -.CodeMirror-guttermarker { color: black; } -.CodeMirror-guttermarker-subtle { color: #999; } - -/* CURSOR */ - -.CodeMirror-cursor { - border-left: 1px solid black; - border-right: none; - width: 0; -} -/* Shown when moving in bi-directional text */ -.CodeMirror div.CodeMirror-secondarycursor { - border-left: 1px solid silver; -} -.cm-fat-cursor .CodeMirror-cursor { - width: auto; - border: 0 !important; - background: #7e7; -} -.cm-fat-cursor div.CodeMirror-cursors { - z-index: 1; -} -.cm-fat-cursor-mark { - background-color: rgba(20, 255, 20, 0.5); - -webkit-animation: blink 1.06s steps(1) infinite; - -moz-animation: blink 1.06s steps(1) infinite; - animation: blink 1.06s steps(1) infinite; -} -.cm-animate-fat-cursor { - width: auto; - border: 0; - -webkit-animation: blink 1.06s steps(1) infinite; - -moz-animation: blink 1.06s steps(1) infinite; - animation: blink 1.06s steps(1) infinite; - background-color: #7e7; -} -@-moz-keyframes blink { - 0% {} - 50% { background-color: transparent; } - 100% {} -} -@-webkit-keyframes blink { - 0% {} - 50% { background-color: transparent; } - 100% {} -} -@keyframes blink { - 0% {} - 50% { background-color: transparent; } - 100% {} -} - -/* Can style cursor different in overwrite (non-insert) mode */ -.CodeMirror-overwrite .CodeMirror-cursor {} - -.cm-tab { display: inline-block; text-decoration: inherit; } - -.CodeMirror-rulers { - position: absolute; - left: 0; right: 0; top: -50px; bottom: -20px; - overflow: hidden; -} -.CodeMirror-ruler { - border-left: 1px solid #ccc; - top: 0; bottom: 0; - position: absolute; -} - -/* DEFAULT THEME */ - -.cm-s-default .cm-header {color: blue;} -.cm-s-default .cm-quote {color: #090;} -.cm-negative {color: #d44;} -.cm-positive {color: #292;} -.cm-header, .cm-strong {font-weight: bold;} -.cm-em {font-style: italic;} -.cm-link {text-decoration: underline;} -.cm-strikethrough {text-decoration: line-through;} - -.cm-s-default .cm-keyword {color: #708;} -.cm-s-default .cm-atom {color: #219;} -.cm-s-default .cm-number {color: #164;} -.cm-s-default .cm-def {color: #00f;} -.cm-s-default .cm-variable, -.cm-s-default .cm-punctuation, -.cm-s-default .cm-property, -.cm-s-default .cm-operator {} -.cm-s-default .cm-variable-2 {color: #05a;} -.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;} -.cm-s-default .cm-comment {color: #a50;} -.cm-s-default .cm-string {color: #a11;} -.cm-s-default .cm-string-2 {color: #f50;} -.cm-s-default .cm-meta {color: #555;} -.cm-s-default .cm-qualifier {color: #555;} -.cm-s-default .cm-builtin {color: #30a;} -.cm-s-default .cm-bracket {color: #997;} -.cm-s-default .cm-tag {color: #170;} -.cm-s-default .cm-attribute {color: #00c;} -.cm-s-default .cm-hr {color: #999;} -.cm-s-default .cm-link {color: #00c;} - -.cm-s-default .cm-error {color: #f00;} -.cm-invalidchar {color: #f00;} - -.CodeMirror-composing { border-bottom: 2px solid; } - -/* Default styles for common addons */ - -div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;} -div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;} -.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); } -.CodeMirror-activeline-background {background: #e8f2ff;} - -/* STOP */ - -/* The rest of this file contains styles related to the mechanics of - the editor. You probably shouldn't touch them. */ - -.CodeMirror { - position: relative; - overflow: hidden; - background: white; -} - -.CodeMirror-scroll { - overflow: scroll !important; /* Things will break if this is overridden */ - /* 30px is the magic margin used to hide the element's real scrollbars */ - /* See overflow: hidden in .CodeMirror */ - margin-bottom: -30px; margin-right: -30px; - padding-bottom: 30px; - height: 100%; - outline: none; /* Prevent dragging from highlighting the element */ - position: relative; -} -.CodeMirror-sizer { - position: relative; - border-right: 30px solid transparent; -} - -/* The fake, visible scrollbars. Used to force redraw during scrolling - before actual scrolling happens, thus preventing shaking and - flickering artifacts. */ -.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { - position: absolute; - z-index: 6; - display: none; -} -.CodeMirror-vscrollbar { - right: 0; top: 0; - overflow-x: hidden; - overflow-y: scroll; -} -.CodeMirror-hscrollbar { - bottom: 0; left: 0; - overflow-y: hidden; - overflow-x: scroll; -} -.CodeMirror-scrollbar-filler { - right: 0; bottom: 0; -} -.CodeMirror-gutter-filler { - left: 0; bottom: 0; -} - -.CodeMirror-gutters { - position: absolute; left: 0; top: 0; - min-height: 100%; - z-index: 3; -} -.CodeMirror-gutter { - white-space: normal; - height: 100%; - display: inline-block; - vertical-align: top; - margin-bottom: -30px; -} -.CodeMirror-gutter-wrapper { - position: absolute; - z-index: 4; - background: none !important; - border: none !important; -} -.CodeMirror-gutter-background { - position: absolute; - top: 0; bottom: 0; - z-index: 4; -} -.CodeMirror-gutter-elt { - position: absolute; - cursor: default; - z-index: 4; -} -.CodeMirror-gutter-wrapper ::selection { background-color: transparent } -.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent } - -.CodeMirror-lines { - cursor: text; - min-height: 1px; /* prevents collapsing before first draw */ -} -.CodeMirror pre { - /* Reset some styles that the rest of the page might have set */ - -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; - border-width: 0; - background: transparent; - font-family: inherit; - font-size: inherit; - margin: 0; - white-space: pre; - word-wrap: normal; - line-height: inherit; - color: inherit; - z-index: 2; - position: relative; - overflow: visible; - -webkit-tap-highlight-color: transparent; - -webkit-font-variant-ligatures: contextual; - font-variant-ligatures: contextual; -} -.CodeMirror-wrap pre { - word-wrap: break-word; - white-space: pre-wrap; - word-break: normal; -} - -.CodeMirror-linebackground { - position: absolute; - left: 0; right: 0; top: 0; bottom: 0; - z-index: 0; -} - -.CodeMirror-linewidget { - position: relative; - z-index: 2; - padding: 0.1px; /* Force widget margins to stay inside of the container */ -} - -.CodeMirror-widget {} - -.CodeMirror-rtl pre { direction: rtl; } - -.CodeMirror-code { - outline: none; -} - -/* Force content-box sizing for the elements where we expect it */ -.CodeMirror-scroll, -.CodeMirror-sizer, -.CodeMirror-gutter, -.CodeMirror-gutters, -.CodeMirror-linenumber { - -moz-box-sizing: content-box; - box-sizing: content-box; -} - -.CodeMirror-measure { - position: absolute; - width: 100%; - height: 0; - overflow: hidden; - visibility: hidden; -} - -.CodeMirror-cursor { - position: absolute; - pointer-events: none; -} -.CodeMirror-measure pre { position: static; } - -div.CodeMirror-cursors { - visibility: hidden; - position: relative; - z-index: 3; -} -div.CodeMirror-dragcursors { - visibility: visible; -} - -.CodeMirror-focused div.CodeMirror-cursors { - visibility: visible; -} - -.CodeMirror-selected { background: #d9d9d9; } -.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } -.CodeMirror-crosshair { cursor: crosshair; } -.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } -.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } - -.cm-searching { - background-color: #ffa; - background-color: rgba(255, 255, 0, .4); -} - -/* Used to force a border model for a node */ -.cm-force-border { padding-right: .1px; } - -@media print { - /* Hide the cursor when printing */ - .CodeMirror div.CodeMirror-cursors { - visibility: hidden; - } -} - -/* See issue #2901 */ -.cm-tab-wrap-hack:after { content: ''; } - -/* Help users use markselection to safely style text background */ -span.CodeMirror-selectedtext { background: none; } diff --git a/docs/assets/github-theme/css/dracula.css b/docs/assets/github-theme/css/dracula.css deleted file mode 100644 index be6ec7d..0000000 --- a/docs/assets/github-theme/css/dracula.css +++ /dev/null @@ -1,40 +0,0 @@ -/* - - Name: dracula - Author: Michael Kaminsky (http://github.com/mkaminsky11) - - Original dracula color scheme by Zeno Rocha (https://github.com/zenorocha/dracula-theme) - -*/ - - -.cm-s-dracula.CodeMirror, .cm-s-dracula .CodeMirror-gutters { - background-color: #23273B !important; - color: #f8f8f2 !important; - border: none; -} -.cm-s-dracula .CodeMirror-gutters { color: #23273B; } -.cm-s-dracula .CodeMirror-cursor { border-left: solid thin #f8f8f0; } -.cm-s-dracula .CodeMirror-linenumber { color: #6D8A88; } -.cm-s-dracula .CodeMirror-selected { background: rgba(255, 255, 255, 0.10); } -.cm-s-dracula .CodeMirror-line::selection, .cm-s-dracula .CodeMirror-line > span::selection, .cm-s-dracula .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); } -.cm-s-dracula .CodeMirror-line::-moz-selection, .cm-s-dracula .CodeMirror-line > span::-moz-selection, .cm-s-dracula .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); } -.cm-s-dracula span.cm-comment { color: #6272a4; } -.cm-s-dracula span.cm-string, .cm-s-dracula span.cm-string-2 { color: #f1fa8c; } -.cm-s-dracula span.cm-number { color: #bd93f9; } -.cm-s-dracula span.cm-variable { color: #50fa7b; } -.cm-s-dracula span.cm-variable-2 { color: white; } -.cm-s-dracula span.cm-def { color: #50fa7b; } -.cm-s-dracula span.cm-operator { color: #ff79c6; } -.cm-s-dracula span.cm-keyword { color: #ff79c6; } -.cm-s-dracula span.cm-atom { color: #bd93f9; } -.cm-s-dracula span.cm-meta { color: #f8f8f2; } -.cm-s-dracula span.cm-tag { color: #ff79c6; } -.cm-s-dracula span.cm-attribute { color: #50fa7b; } -.cm-s-dracula span.cm-qualifier { color: #50fa7b; } -.cm-s-dracula span.cm-property { color: #66d9ef; } -.cm-s-dracula span.cm-builtin { color: #50fa7b; } -.cm-s-dracula span.cm-variable-3, .cm-s-dracula span.cm-type { color: #ffb86c; } - -.cm-s-dracula .CodeMirror-activeline-background { background: rgba(255,255,255,0.1); } -.cm-s-dracula .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } diff --git a/docs/assets/github-theme/css/style.css b/docs/assets/github-theme/css/style.css deleted file mode 100644 index 62e55ef..0000000 --- a/docs/assets/github-theme/css/style.css +++ /dev/null @@ -1,302 +0,0 @@ -/* Sub-title Opacity */ - -.sub-title { - opacity: 0.8; -} - -.container-1440 { - max-width: 1400px; - margin: 0 auto -} - -.container-1200 { - max-width: 1170px; - margin: 0 auto -} - -.feature-list { - padding: 0; - list-style: none; -} - -/* tick icon customization */ - -.feature-list li span { - position: absolute; - left: 0; -} - -.icn-success { - color: #59D99D; -} - -.feature-list li { - position: relative; - padding-left: 23px; - margin-bottom: 8px; - color: #434456; -} - -.icn-inline { - font-size: 18px; - position: relative; - top: 3px; - margin-right: 5px; -} - -.bg-light-purple { - background-color: #f8f9fd; -} - -.demo { - height: 100%; - display: flex; -} - -.nav-heading { - text-transform: uppercase; - font-size: 12px; - padding: 10px 0; - color: rgba(0, 0, 0, .6); - border-bottom: 1px solid rgba(0, 0, 0, .15); -} - -.nav-list { - padding: 20px 0; -} - -.nav-item { - margin: 5px 0; - padding: 10px 20px; - color: rgba(0, 0, 0, .6); - cursor: pointer; -} - -.nav-item.selected { - color: #FFFFFF; - background: #6957DA; - border-radius: 4px; - overflow: hidden; - box-shadow: 0 4px 9px 0 rgba(23, 28, 33, .06); - cursor: auto; -} - -.item-desc { - opacity: 0.8; - line-height: 120%; -} - -.header-link { - color: rgba(0, 0, 0, 0.6); -} - -.side-nav .nav-list .nav-item:hover { - color: #FFFFFF; - background: #6957DA; - border-radius: 4px; - overflow: hidden; - box-shadow: 0 4px 9px 0 rgba(23, 28, 33, .06); -} - -.side-nav .nav-list { - height: 550px; - overflow-y: scroll; -} - -.chart-view .card-body { - display: flex; - align-items: center; - justify-content: space-around; - min-height: 350px; -} - -.chart-wrapper-inner { - width: 100%; - height: 100%; - text-align: center; -} - -.code-view .card, -.code-view { - overflow: hidden; - border-radius: 4px; -} - -.code-view { - width: 100%; - margin-bottom: 15px; - box-shadow: 0 2px 4px 0 rgba(104, 105, 128, .3); -} - -.code-view .code-panel { - background: #22263b; - margin: 0 !important; -} - -#chartCode { - width: 100%; -} - -.codeMirrorDiv .CodeMirror { - height: auto !important; - padding: 8px; -} - -.code-view .code-panel-header { - padding: 10px 15px; - display: flex; - align-items: center; - justify-content: space-between; -} - -.code-view .code-panel-view { - padding: 0; - background: #22263b; - max-height: 300px; - height: 100%; - overflow: scroll; -} - -.ref-link { - font-weight: 600; -} - -.btn-code { - border-radius: 0; - background: #03040B; - color: #73748C; -} - -.btn-code.selected { - border-radius: 0; - background: #22263B; - color: #FFFFFF; -} - -#chart-code { - width: 100%; -} - -.chart-selector { - max-width: 320px; - width: 100%; - margin-bottom: 24px; -} - -.base-dropdown .selector { - width: 100%; - display: block; - padding: 12px 35px 12px 15px; - font-size: 14px; - font-weight: 600; - cursor: pointer; -} - -.base-dropdown { - display: inline-block; - border: 1px solid rgba(62, 57, 107, .13); - border-radius: 4px; - position: relative; -} - -.base-dropdown .placeholder { - position: absolute; - top: -10px; - left: 12px; - font-size: 12px; - font-weight: 600; - padding: 0 3px; - color: #9f9fb9; - background: #f9f9fc; - pointer-events: none; -} - -.base-dropdown .caret { - position: absolute; - top: 10px; - right: 12px; - pointer-events: none; -} - -.foot-item { - color: #9FA0B7; - font-weight: 300 !important; -} - -/* Navbar Customization */ - -#navbar { - height: 64px; -} - -#footbar { - height: 100px; - background-color: #1B192F; -} - -body { - overflow-x: hidden; -} - -/* The Modal (background) */ - -.modal { - display: none; - position: fixed; - z-index: 1; - padding-top: 100px; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow: auto; - background-color: rgb(0, 0, 0); - background-color: rgba(0, 0, 0, 0.5); -} - -/* Modal Content */ - -.modal-content { - background-color: #fefefe; - margin: auto; - padding: 20px; - border: 1px solid #888; - width: 80%; -} - -/* The Close Button */ - -.close { - color: #aaaaaa; - float: right; - font-size: 28px; - font-weight: bold; -} - -.close:hover, -.close:focus { - color: #000; - text-decoration: none; - cursor: pointer; -} - -@media (min-width:768px) { - .navbar { - padding: .5rem - } -} - -@media (min-width:992px) { - .navbar .navbar-nav .nav-item { - margin-right: 1rem - } -} - -@media (min-width:1200px) { - .navbar { - padding: .6rem 4% - } - .navbar .navbar-nav .nav-item { - margin-right: 1.4rem - } -} \ No newline at end of file diff --git a/docs/assets/images/angular.svg b/docs/assets/images/angular.svg deleted file mode 100644 index 96301ef..0000000 --- a/docs/assets/images/angular.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - diff --git a/docs/assets/images/fc-logo.svg b/docs/assets/images/fc-logo.svg deleted file mode 100644 index 6712115..0000000 --- a/docs/assets/images/fc-logo.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - logo colour - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/assets/images/fc-min-logo.svg b/docs/assets/images/fc-min-logo.svg deleted file mode 100644 index 29b6aa2..0000000 --- a/docs/assets/images/fc-min-logo.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - Icon Copy - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/assets/images/ng-fc-logo.png b/docs/assets/images/ng-fc-logo.png deleted file mode 100644 index e18ebaf..0000000 Binary files a/docs/assets/images/ng-fc-logo.png and /dev/null differ diff --git a/docs/assets/images/react.svg b/docs/assets/images/react.svg deleted file mode 100644 index 2aa150b..0000000 --- a/docs/assets/images/react.svg +++ /dev/null @@ -1,41 +0,0 @@ - - - - React - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/docs/favicon.ico b/docs/favicon.ico deleted file mode 100644 index 8081c7c..0000000 Binary files a/docs/favicon.ico and /dev/null differ diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index f6e515c..0000000 --- a/docs/index.html +++ /dev/null @@ -1 +0,0 @@ -Angular FusionChartsLoading... \ No newline at end of file diff --git a/docs/inline.9c59f73743bce2eefee9.bundle.js b/docs/inline.9c59f73743bce2eefee9.bundle.js deleted file mode 100644 index 09fc547..0000000 --- a/docs/inline.9c59f73743bce2eefee9.bundle.js +++ /dev/null @@ -1 +0,0 @@ -!function(e){function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var n=window.webpackJsonp;window.webpackJsonp=function(t,c,u){for(var a,i,f,l=0,s=[];l\n"},t.ex2={title:"A 3D Pie Chart",description:"A 3D pie chart using the datasource attribute from components scope",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component } from \'@angular/core\';\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent { \n dataSource = {\n "chart": {\n "caption": "Recommended Portfolio Split",\n "subCaption" : "For a net-worth of $1M",\n "showValues":"1",\n "showPercentInTooltip" : "0",\n "numberPrefix" : "$",\n "enableMultiSlicing":"1",\n "theme": "fusion"\n },\n "data": [{\n "label": "Equity",\n "value": "300000"\n }, {\n "label": "Debt",\n "value": "230000"\n }, {\n "label": "Bullion",\n "value": "180000"\n }, {\n "label": "Real-estate",\n "value": "270000"\n }, {\n "label": "Insurance",\n "value": "20000"\n }]\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n'},t.ex3={title:"A Column, Line and Area Combi Chart",description:"A combination chart of column, line and area",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component } from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent {\n dataSource = {\n "chart": {\n "caption": "Expense Analysis",\n "subCaption": "ACME Inc.",\n "xAxisname": "Region",\n "yAxisName": "Amount (In USD)",\n "numberPrefix": "$",\n "exportenabled": "1",\n "theme": "fusion"\n },\n "categories": [{\n "category": [{\n "label": "East"\n }, {\n "label": "West"\n }, {\n "label": "South"\n }, {\n "label": "North"\n }]\n }],\n "dataset": [{\n "seriesName": "Actual Expenses",\n "data": [{\n "value": "1441290"\n }, {\n "value": "855912"\n }, {\n "value": "911404"\n }, {\n "value": "648136"\n }]\n }, {\n "seriesName": "Budgeted Expenses",\n "renderAs": "line",\n "data": [{\n "value": "1297430"\n }, {\n "value": "776485"\n }, {\n "value": "685352"\n }, {\n "value": "726791"\n }]\n }, {\n "seriesName": "Unknown liabilities",\n "renderAs": "area",\n "showAnchors" : "0",\n "data": [{\n "value": "143860"\n }, {\n "value": "79427"\n }, {\n "value": "226052"\n }, {\n "value": "78655"\n }]\n }]\n };\n\n constructor () {\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n'},t.ex4={module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport {Component} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent {\n dataSource = {\n chart: {\n caption: "Harry\'s SuperMart",\n subCaption: "Top 5 stores in last month by revenue",\n numberPrefix: "$",\n theme: "ocean"\n },\n data:[{\n label: "Bakersfield Central",\n value: "880000"\n },\n {\n label: "Garden Groove harbour",\n value: "730000"\n },\n {\n label: "Los Angeles Topanga",\n value: "590000"\n },\n {\n label: "Compton-Rancho Dom",\n value: "520000"\n },\n {\n label: "Daly City Serramonte",\n value: "330000"\n }]\n };\n};\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n\n\n'},t.ex5={title:"Fetch data from JSON URL",description:"Fetch data remotely from a JSON file or URL",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:"// in app.component.ts\nimport {Component} from '@angular/core';\n\n@Component({\n selector: 'app',\n templateUrl: 'app.component.html'\n})\nexport class AppComponent {\n};\n\n",template:'\x3c!-- in app.component.html --\x3e\n\n\n'},t.ex5a={title:"Fetch data from a XML URL",description:"Fetch data remotely from a XML file or URL",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:"// in app.component.ts\nimport {Component} from '@angular/core';\n@Component({\n selector: 'app',\n templateUrl: 'app.component.html'\n})\n\nexport class AppComponent {\n};\n",template:'\x3c!-- in app.component.html --\x3e\n\n\n'},t.ex6={title:"Update chart data",description:"Change the data dynamically in the component and watch the chart update automatically",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component } from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\n\nexport class AppComponent {\n\n type = \'Column2D\';\n width = \'600\';\n height = \'300\';\n dataFormat = \'json\';\n dataSource: any = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion",\n "updateAnimDuration":"0.4"\n },\n "data": [{\n "label": "Venezuela",\n "value": "290"\n }, {\n "label": "Saudi",\n "value": "260"\n }, {\n "label": "Canada",\n "value": "180"\n }, {\n "label": "Iran",\n "value": "140"\n }, {\n "label": "Russia",\n "value": "115"\n }, {\n "label": "UAE",\n "value": "100"\n }, {\n "label": "US",\n "value": "30"\n }, {\n "label": "China",\n "value": "30"\n }]\n };\n\n //This function generates random number to update the chart data.\n getRandomNumber = function () {\n var max = 290, min = 30;\n return Math.round(((max - min) * Math.random()) + min);\n }\n updateMyChartData() {\n this.dataSource.data[2].value = this.getRandomNumber();\n this.dataSource.data[3].value = this.getRandomNumber();\n }\n\n constructor () {\n\n }\n}\n',template:"\x3c!-- in app.component.html --\x3e\n\n\n\n\n\n"},t.ex7={title:"Listen to events from chart",description:"Bind event listener to the chart and get the related event data",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent {\n\n dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion",\n },\n "data": [{\n "label": "Venezuela",\n "value": "290"\n }, {\n "label": "Saudi",\n "value": "260"\n }, {\n "label": "Canada",\n "value": "180"\n }, {\n "label": "Iran",\n "value": "140"\n }, {\n "label": "Russia",\n "value": "115"\n }, {\n "label": "UAE",\n "value": "100"\n }, {\n "label": "US",\n "value": "30"\n }, {\n "label": "China",\n "value": "30"\n }]\n };\n\n selectedLabel = "";\n selectedValue = "";\n\n update($event) {\n // Run inside angular context\n this.zone.run(() => {\n this.selectedLabel = $event.dataObj.categoryLabel;\n this.selectedValue = $event.dataObj.displayValue;\n })\n }\n constructor(private zone: NgZone) {}\n}\n',template:'\x3c!-- in app.component.html--\x3e
\n
\n
\n \x3c!-- Added event listener to attach update function from component --\x3e\n \n

You\'re are currently hovering over {{selectedLabel || "______"}} whose value is {{selectedValue || "_______"}}

\n
\n
\n
\n'},t.ex8={title:"Update chart attribute",description:"Change a parameter in the components variable and see it automatically update the chart",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component } from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\',\n\n})\n\nexport class AppComponent {\n\n dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion",\n },\n "data": [{\n "label": "Venezuela",\n "value": "290"\n }, {\n "label": "Saudi",\n "value": "260"\n }, {\n "label": "Canada",\n "value": "180"\n }, {\n "label": "Iran",\n "value": "140"\n }, {\n "label": "Russia",\n "value": "115"\n }, {\n "label": "UAE",\n "value": "100"\n }, {\n "label": "US",\n "value": "30"\n }, {\n "label": "China",\n "value": "30"\n }]\n };\n\n changeBackgroundColor = function () {\n this.dataSource.chart.bgColor = "#efefef";\n };\n\n changeCaptionTextAlignment = function () {\n this.dataSource.chart.captionAlignment = "left";\n };\n\n constructor () {\n\n }\n\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n'},t._ex9={module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'import {Component} from \'@angular/core\';\n\n@Component({\n selector: \'chart\',\n templateUrl: \'ex9.html\'\n})\n\nexport class Ex9 {\n demoId = \'ex9\';\n\n dataSource = {\n chart: {\n "caption": "Sales - 2012 v 2013",\n "numberprefix": "$",\n "plotgradientcolor": "",\n "bgcolor": "FFFFFF",\n "showalternatehgridcolor": "0",\n "divlinecolor": "CCCCCC",\n "showvalues": "0",\n "showcanvasborder": "0",\n "canvasborderalpha": "0",\n "canvasbordercolor": "CCCCCC",\n "canvasborderthickness": "1",\n "yaxismaxvalue": "30000",\n "captionpadding": "30",\n "linethickness": "3",\n "yaxisvaluespadding": "15",\n "legendshadow": "0",\n "legendborderalpha": "0",\n "palettecolors": "#f8bd19,#008ee4,#33bdda,#e44a00,#6baa01,#583e78",\n "showborder": "0"\n },\n\n categories: [\n {\n "category": [\n {\n "label": "Jan"\n },\n {\n "label": "Feb"\n },\n {\n "label": "Mar"\n },\n {\n "label": "Apr"\n },\n {\n "label": "May"\n },\n {\n "label": "Jun"\n },\n {\n "label": "Jul"\n },\n {\n "label": "Aug"\n },\n {\n "label": "Sep"\n },\n {\n "label": "Oct"\n },\n {\n "label": "Nov"\n },\n {\n "label": "Dec"\n }\n ]\n }\n ],\n\n dataset: [\n {\n "seriesname": "2013",\n "data": [\n {\n "value": "22400"\n },\n {\n "value": "24800"\n },\n {\n "value": "21800"\n },\n {\n "value": "21800"\n },\n {\n "value": "24600"\n },\n {\n "value": "27600"\n },\n {\n "value": "26800"\n },\n {\n "value": "27700"\n },\n {\n "value": "23700"\n },\n {\n "value": "25900"\n },\n {\n "value": "26800"\n },\n {\n "value": "24800"\n }\n ]\n },\n {\n "seriesname": "2012",\n "data": [\n {\n "value": "10000"\n },\n {\n "value": "11500"\n },\n {\n "value": "12500"\n },\n {\n "value": "15000"\n },\n {\n "value": "16000"\n },\n {\n "value": "17600"\n },\n {\n "value": "18800"\n },\n {\n "value": "19700"\n },\n {\n "value": "21700"\n },\n {\n "value": "21900"\n },\n {\n "value": "22900"\n },\n {\n "value": "20800"\n }\n ]\n }\n ]\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n'},t.ex9={title:"Percentage Calculation",description:"Hover on a plot to see the percentage value with respect to total",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component, AfterViewInit, NgZone} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\n\nexport class AppComponent {\n\n logMessage = \'Hover on the plot to see the percentage of a column wrt total\';\n\n dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion",\n },\n "data": [{\n "label": "Venezuela",\n "value": "290"\n }, {\n "label": "Saudi",\n "value": "260"\n }, {\n "label": "Canada",\n "value": "180"\n }, {\n "label": "Iran",\n "value": "140"\n }, {\n "label": "Russia",\n "value": "115"\n }, {\n "label": "UAE",\n "value": "100"\n }, {\n "label": "US",\n "value": "30"\n }, {\n "label": "China",\n "value": "30"\n }]\n };\n\n total: number;\n\n getPercentValue() {\n return (eve, arg) => {\n this.zone.run(() => {\n \n let value = (arg.value / this.total * 100).toFixed(2);\n this.logMessage = arg.categoryLabel + " is " + value + "% of the total";\n })\n }\n }\n\n events = {\n dataPlotRollOver: this.getPercentValue()\n }\n\n constructor (private zone:NgZone) {\n let myData = this.dataSource.data;\n\n this.total = 0;\n\n // Calculate the sum of all values\n for (let i = 0; i < myData.length; i++) {\n this.total += Number(myData[i].value);\n }\n \n }\n\n \n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n\n\n\n
{{logMessage}}
'},t.ex10={title:"Export multiple charts",description:"Use Batch Export Feature to export multiple charts as a single image/PDF",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component } from \'@angular/core\';\nimport * as FusionCharts from \'fusioncharts\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\',\n})\n\nexport class Ex10 {\n dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion",\n },\n "data": [{\n "label": "Venezuela",\n "value": "290"\n }, {\n "label": "Saudi",\n "value": "260"\n }, {\n "label": "Canada",\n "value": "180"\n }, {\n "label": "Iran",\n "value": "140"\n }, {\n "label": "Russia",\n "value": "115"\n }, {\n "label": "UAE",\n "value": "100"\n }, {\n "label": "US",\n "value": "30"\n }, {\n "label": "China",\n "value": "30"\n }]\n };\n\n stackedColumnData = {\n chart: {\n caption: "Yearly Energy Production Rate",\n subCaption: " Top 5 Developed Countries",\n numbersuffix: " TWh",\n showSum: "1",\n plotToolText:\n "$label produces $dataValue of energy from $seriesName",\n theme: "fusion"\n },\n categories: [\n {\n category: [\n {\n label: "Canada"\n },\n {\n label: "China"\n },\n {\n label: "Russia"\n },\n {\n label: "Australia"\n },\n {\n label: "United States"\n },\n {\n label: "France"\n }\n ]\n }\n ],\n dataSet: [\n {\n seriesName: "Coal",\n data: [\n {\n value: "400"\n },\n {\n value: "830"\n },\n {\n value: "500"\n },\n {\n value: "420"\n },\n {\n value: "790"\n },\n {\n value: "380"\n }\n ]\n },\n {\n seriesName: "Hydro",\n data: [\n {\n value: "350"\n },\n {\n value: "620"\n },\n {\n value: "410"\n },\n {\n value: "370"\n },\n {\n value: "720"\n },\n {\n value: "310"\n }\n ]\n },\n {\n seriesName: "Nuclear",\n data: [\n {\n value: "210"\n },\n {\n value: "400"\n },\n {\n value: "450"\n },\n {\n value: "180"\n },\n {\n value: "570"\n },\n {\n value: "270"\n }\n ]\n },\n {\n seriesName: "Gas",\n data: [\n {\n value: "180"\n },\n {\n value: "330"\n },\n {\n value: "230"\n },\n {\n value: "160"\n },\n {\n value: "440"\n },\n {\n value: "350"\n }\n ]\n },\n {\n seriesName: "Oil",\n data: [\n {\n value: "60"\n },\n {\n value: "200"\n },\n {\n value: "200"\n },\n {\n value: "50"\n },\n {\n value: "230"\n },\n {\n value: "150"\n }\n ]\n }\n ]\n }\n\n exportChart(e){ \n FusionCharts.batchExport({\n exportFormat:\'pdf\'\n })\n }\n\n constructor () {\n }\n\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n\n\n\n\n\n\n
\n \n
\n\n\n\n'},t.ex11={title:"Add drill-down to chart",description:"Use LinkedCharts to quickly add drill-down to charts",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts \nimport { Component, NgZone} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent {\n \n chartInstance: any = {}; \n initialized(e){\n this.chartInstance = e.chart;\n // Configure the drill down chart\n this.chartInstance.configureLink({\n type: "pie2d",\n width: "100%",\n overlayButton: {\n message: \'Back\',\n fontColor: \'880000\',\n bgColor: \'FFEEEE\',\n borderColor: \'660000\'\n }\n });\n }\n \n dataSource = {\n "chart": {\n "caption": "Sales of top 3 juice flavors last year",\n "subcaption": "Click on a column to see details",\n "xaxisname": "Flavor",\n "yaxisname": "Amount (In USD)",\n "numberprefix": "$",\n "theme": "fusion",\n "rotateValues": "0"\n },\n "data": [\n {\n "label": "Apple",\n "value": "810000",\n "link": "newchart-xml-apple"\n },\n {\n "label": "Cranberry",\n "value": "620000",\n "link": "newchart-xml-cranberry"\n },\n {\n "label": "Grape",\n "value": "350000",\n "link": "newchart-xml-grapes"\n }],\n "linkeddata": [\n {\n "id": "apple",\n "linkedchart": {\n "chart": {\n "caption": "Apple Juice - Quarterly Sales",\n "subcaption": "Last year",\n "numberprefix": "$",\n "theme": "fusion",\n "rotateValues": "0",\n "plottooltext": "$label, $dataValue, $percentValue"\n },\n "data": [{\n "label": "Q1",\n "value": "157000"\n }, {\n "label": "Q2",\n "value": "172000"\n }, {\n "label": "Q3",\n "value": "206000"\n }, {\n "label": "Q4",\n "value": "275000"\n }]\n }\n },\n {\n "id": "cranberry",\n "linkedchart": {\n "chart": {\n "caption": "Cranberry Juice - Quarterly Sales",\n "subcaption": "Last year",\n "numberprefix": "$",\n "theme": "fusion",\n "plottooltext": "$label, $dataValue, $percentValue"\n },\n "data": [\n {\n "label": "Q1",\n "value": "102000"\n },\n {\n "label": "Q2",\n "value": "142000"\n },\n {\n "label": "Q3",\n "value": "187000"\n },\n {\n "label": "Q4",\n "value": "189000"\n }]\n }\n },\n {\n "id": "grapes",\n "linkedchart": {\n "chart": {\n "caption": "Grape Juice - Quarterly Sales",\n "subcaption": "Last year",\n "numberprefix": "$",\n "theme": "fusion",\n "rotateValues": "0",\n "plottooltext": "$label, $dataValue, $percentValue"\n },\n "data": [{\n "label": "Q1",\n "value": "45000"\n }, {\n "label": "Q2",\n "value": "72000"\n }, {\n "label": "Q3",\n "value": "95000"\n }, {\n "label": "Q4",\n "value": "108000"\n }]\n }\n }\n ]\n };\n \n constructor(private zone:NgZone){}\n}\n',template:'\x3c!-- In app.component.html --\x3e\n \x3c!-- Listen to initialized event to get the chart instance --\x3e\n\n'},t.ex12={title:"A simple gauge",description:"A simple gauge to show customer satisfaction score",module:"// Setup needed in app.module.ts\n\nimport { NgModule } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n\n// Load Widgets\nimport * as Widgets from 'fusioncharts/fusioncharts.widgets';\n\n// Load FusionTheme Theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Widgets, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n\n}\n",component:'// in app.component.ts\nimport { Component } from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent {\n dataSource = {\n "chart": {\n "caption": "Nordstorm\'s Customer Satisfaction Score for 2017",\n "lowerLimit": "0",\n "upperLimit": "100",\n "showValue": "1",\n "numberSuffix": "%",\n "theme": "fusion",\n "showToolTip": "0"\n },\n "colorRange": {\n "color": [{\n "minValue": "0",\n "maxValue": "50",\n "code": "#F2726F"\n }, {\n "minValue": "50",\n "maxValue": "75",\n "code": "#FFC533"\n }, {\n "minValue": "75",\n "maxValue": "100",\n "code": "#62B58F"\n }]\n },\n "dials": {\n "dial": [{\n "value": "81"\n }]\n }\n }\n\n constructor(){}\n\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n'},t.ex13={title:"World Map",description:"World map showing data for different continents",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n\n// Load Maps \nimport * as Maps from 'fusioncharts/fusioncharts.maps';\n\n// Load WorldMap definition\nimport * as World from 'fusioncharts/maps/fusioncharts.world';\n\n// Load FusionTheme theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies for FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Maps, World, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component } from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\n\nexport class AppComponent {\n dataSource = {\n "chart": {\n "caption": "Average Annual Population Growth",\n "subcaption": " 1955-2015",\n "numbersuffix": "%",\n "includevalueinlabels": "1",\n "labelsepchar": ": ",\n "entityFillHoverColor": "#FFF9C4",\n "theme": "fusion"\n },\n "colorrange": {\n "minvalue": "0",\n "code": "#FFE0B2",\n "gradient": "1",\n "color": [\n \n {\n "minvalue": "0.5",\n "maxvalue": "1.0",\n "color": "#FFD74D"\n },\n {\n "minvalue": "1.0",\n "maxvalue": "2.0",\n "color": "#FB8C00"\n },\n {\n "minvalue": "2.0",\n "maxvalue": "3.0",\n "color": "#E65100"\n }\n ]\n },\n "data": [{\n "id": "NA",\n "value": ".82",\n "showLabel": "1"\n \n },\n {\n "id": "SA",\n "value": "2.04",\n "showLabel": "1"\n },\n {\n "id": "AS",\n "value": "1.78",\n "showLabel": "1"\n \n },\n {\n "id": "EU",\n "value": ".40",\n "showLabel": "1"\n },\n {\n "id": "AF",\n "value": "2.58",\n "showLabel": "1"\n },\n {\n "id": "AU",\n "value": "1.30",\n "showLabel": "1"\n }\n ]\n }\n constructor(){}\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n'},t.ex14={title:"Applying a different theme",description:"Choosing from different themes available in FusionCharts Suite",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n\n// Load column2d module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n\n// Load the theme file \nimport * as Gammel from 'fusioncharts/themes/fusioncharts.theme.gammel'\n\n// Add the dependencies in FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, Gammel);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent {\n dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "gammel" // <-- Add theme type here in chart attribute\n },\n "data": [\n {\n "label": "Venezuela",\n "value": "290"\n },\n {\n "label": "Saudi",\n "value": "260"\n },\n {\n "label": "Canada",\n "value": "180"\n },\n {\n "label": "Iran",\n "value": "140"\n },\n {\n "label": "Russia",\n "value": "115"\n },\n {\n "label": "UAE",\n "value": "100"\n },\n {\n "label": "US",\n "value": "30"\n },\n {\n "label": "China",\n "value": "30"\n }\n ]\n };\n constructor(){}\n}\n',template:'\x3c!-- in app.component.html --\x3e\n'},t.ex15={title:"Render Alert",description:"Show a message that the chart is rendered on the ‘rendered’ event",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport { Component, NgZone} from \'@angular/core\';\n@Component({\n selector: \'app\',\n templateUrl: \'app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n message: any;\n constructor(private zone:NgZone){\n this.dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion",\n },\n "data": [{\n "label": "Venezuela",\n "value": "290"\n }, {\n "label": "Saudi",\n "value": "260"\n }, {\n "label": "Canada",\n "value": "180"\n }, {\n "label": "Iran",\n "value": "140"\n }, {\n "label": "Russia",\n "value": "115"\n }, {\n "label": "UAE",\n "value": "100"\n }, {\n "label": "US",\n "value": "30"\n }, {\n "label": "China",\n "value": "30"\n }]\n };\n }\n\n chartRender($event){\n this.zone.run(() => {\n this.message = \'Chart has completed rendering.\';\n })\n }\n\n}\n',template:'\x3c!-- in app.component.html --\x3e\n
\n
\n
\n \n \n

{{message || \'You will see a notification here after chart completes rendering.\'}}

\n
\n
\n
\n'},t.ex16={title:"Special Events",description:"Drag a column to see its change",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load PowerCharts module\nimport * as Powercharts from 'fusioncharts/fusioncharts.powercharts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Powercharts, FusionTheme);\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n datasetname: any;\n startvalue: any;\n finalvalue: any;\n message: any;\n\n // Format message\n getMessage(datasetname, startvalue, finalvalue, label){\n return `${datasetname} dataset, its previous value was ${startvalue} and its current value is ${finalvalue} for year ${label} `;\n }\n\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Android and iOS Devices Sales Projections",\n "subCaption": "Drag the top of columns to adjust projections for 2017 & 2018",\n "numberPrefix": "$",\n "numberSuffix": "M",\n "yaxismaxvalue": "200",\n "theme": "fusion",\n "plotToolText": "$label
$seriesName: $dataValue"\n },\n "categories": [{\n "category": [{\n "label": "2014",\n "fontItalic": "0"\n }, {\n "label": "2015",\n "fontItalic": "0"\n }, {\n "label": "2016",\n "fontItalic": "0"\n }, {\n "label": "2017 (Projected)"\n }, {\n "label": "2018 (Projected)"\n }]\n }],\n "dataset": [{\n "seriesname": "Android Devices",\n "data": [{\n "value": "73",\n "alpha": "100",\n "allowDrag": "0"\n }, {\n "value": "80",\n "alpha": "100",\n "allowDrag": "0"\n }, {\n "value": "97",\n "alpha": "100",\n "allowDrag": "0"\n }, {\n "value": "110",\n "toolText": "$label
$seriesName: $dataValue"\n }, {\n "value": "180",\n "toolText": "$label
$seriesName: $dataValue"\n }]\n }, {\n "seriesname": "iOS Devices",\n "data": [{\n "value": "63.2",\n "alpha": "100",\n "allowDrag": "0"\n }, {\n "value": "68",\n "alpha": "100",\n "allowDrag": "0"\n }, {\n "value": "82",\n "alpha": "100",\n "allowDrag": "0"\n }, {\n "value": "99",\n "toolText": "$label
$seriesName: $dataValue"\n }, {\n "value": "150",\n "toolText": "$label
$seriesName: $dataValue"\n }]\n }]\n };\n\n this.message = "Drag any column for years 2017 or 2018 to see updated value along with the label";\n }\n\n dragStart($event){\n let dataObj = $event.dataObj;\n this.datasetname = dataObj.datasetName;\n this.startvalue = dataObj.startValue;\n }\n\n dragEnd($event){\n let dataObj = $event.dataObj;\n this.finalvalue = dataObj.endValue;\n let label = this.dataSource.categories[0].category[dataObj.dataIndex].label;\n this.zone.run(() => {\n this.message = this.getMessage(this.datasetname, this.startvalue.toFixed(2), this.finalvalue.toFixed(2), label);\n })\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n

{{message}}

\n'},t.ex17={title:"Dynamically add chart event listener",description:"How you can dynamically(runtime) add & remove chart specific events in FusionCharts",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load fusion theme\nimport * as FusionTheme from 'fusioncharts/themes/es/fusioncharts.theme.fusion'\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(FusionCharts, Charts, FusionTheme)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\',\n})\nexport class AppComponent{\n dataSource: any;\n message: string;\n chartObj: any;\n handler:any;\n initMessage:any;\n iMsg:string;\n clickPlotMsg:string;\n attached: boolean;\n constructor(private zone: NgZone) {\n this.iMsg = \'Click on Track Data Plot Clicks button to listen to dataplotclick event\';\n this.initMessage = this.iMsg;\n this.clickPlotMsg = \'Click on the plot to see the value along with the label\';\n this.message = this.clickPlotMsg;\n this.attached = false;\n this.dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion"\n },\n "data": [\n {\n "label": "Venezuela",\n "value": "290"\n },\n {\n "label": "Saudi",\n "value": "260"\n },\n {\n "label": "Canada",\n "value": "180"\n },\n {\n "label": "Iran",\n "value": "140"\n },\n {\n "label": "Russia",\n "value": "115"\n },\n {\n "label": "UAE",\n "value": "100"\n },\n {\n "label": "US",\n "value": "30"\n },\n {\n "label": "China",\n "value": "30"\n }\n ]\n };\n }\n\n getMessage(dataObj){\n return `You have clicked on plot ${dataObj.categoryLabel} which has a value of ${dataObj.displayValue}`\n }\n\n dataplotClickHandler(eventObj, dataObj){\n this.zone.run(() => {\n this.message = this.getMessage(dataObj);\n });\n }\n\n initialized($event){\n this.chartObj = $event.chart;\n }\n\n attachEvent(){\n this.handler = this.dataplotClickHandler.bind(this);\n this.initMessage = \'\';\n this.message = this.clickPlotMsg;\n this.attached = true;\n this.chartObj.addEventListener(\'dataplotClick\',this.handler);\n }\n\n removeEvent(){\n this.initMessage = this.iMsg;\n this.message = this.clickPlotMsg;\n this.attached = false;\n this.chartObj.removeEventListener(\'dataplotClick\', this.handler);\n }\n}\n',template:'\x3c!-- In app.component.html --\x3e\n\n\n
\n
\n
\n \n \n\n

\n

\n \n \n

\n
\n
\n
\n\n'},t.ex18={title:"Applying a different theme",description:"Choosing from different themes available in FusionCharts Suite",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as Ocean from 'fusioncharts/themes/fusioncharts.theme.ocean';\nimport * as Fint from 'fusioncharts/themes/fusioncharts.theme.fint';\nimport * as Candy from 'fusioncharts/themes/fusioncharts.theme.candy';\nimport * as Gammel from 'fusioncharts/themes/fusioncharts.theme.gammel';\nimport * as Zune from 'fusioncharts/themes/fusioncharts.theme.zune';\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\nimport * as Carbon from 'fusioncharts/themes/fusioncharts.theme.carbon';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n Ocean,\n Fint,\n Candy,\n Gammel,\n Zune,\n Carbon,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n chartObj: any;\n theme: string = \'fusion\';\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion"\n },\n "data": [\n {\n "label": "Venezuela",\n "value": "290"\n },\n {\n "label": "Saudi",\n "value": "260"\n },\n {\n "label": "Canada",\n "value": "180"\n },\n {\n "label": "Iran",\n "value": "140"\n },\n {\n "label": "Russia",\n "value": "115"\n },\n {\n "label": "UAE",\n "value": "100"\n },\n {\n "label": "US",\n "value": "30"\n },\n {\n "label": "China",\n "value": "30"\n }\n ]\n };\n }\n\n initialized($event){\n this.chartObj = $event.chart;\n }\n onSelectionChange(theme){\n this.theme = theme;\n this.chartObj.setChartAttribute(\'theme\', this.theme);\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n\n
\n Choose a theme:\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n'},t.ex19={title:"Slice data plots",description:"Click the button to slice out Microsoft from the rest of the plots.",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n chartObj: any;\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Market Share of Web Servers",\n "plottooltext": "$percentValue of web servers run on $label servers",\n "showLegend": "1",\n "showPercentValues": "1",\n "legendPosition": "bottom",\n "useDataPlotColorForLabels": "1",\n "theme": "fusion",\n },\n "data": [{\n "label": "Apache",\n "value": "32647479"\n }, {\n "label": "Microsoft",\n "value": "22100932"\n }, {\n "label": "Zeus",\n "value": "14376"\n }, {\n "label": "Other",\n "value": "18674221"\n }]\n };\n }\n\n initialized($event){\n this.chartObj = $event.chart;\n }\n\n sliceOut(){\n this.chartObj.slicePlotItem(1, true);\n }\n\n reset(){\n this.chartObj.slicePlotItem(1, false);\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n\n\n\n

\n Slice out Microsoft\n Reset\n

'},t.ex20={title:"Responsive charts",description:"Select any of the dimensions given in the list. The chart adjusts itself to its alloted percentage",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// in app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n chartObj: any;\n size: string = "secondSize";\n allSizes = {\n firstSize: { width : \'400px\', height: \'200px\'},\n secondSize: { width: \'600px\', height: \'350px\' },\n thirdSize: { width: \'700px\', height: \'400px\' }\n }\n styleObj: object;\n \n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion"\n },\n "data": [\n {\n "label": "Venezuela",\n "value": "290"\n },\n {\n "label": "Saudi",\n "value": "260"\n },\n {\n "label": "Canada",\n "value": "180"\n },\n {\n "label": "Iran",\n "value": "140"\n },\n {\n "label": "Russia",\n "value": "115"\n },\n {\n "label": "UAE",\n "value": "100"\n },\n {\n "label": "US",\n "value": "30"\n },\n {\n "label": "China",\n "value": "30"\n }\n ]\n };\n\n this.styleObj = this.allSizes[this.size];\n }\n\n getStyle(){\n return this.styleObj;\n }\n\n initialized($event){\n this.chartObj = $event.chart;\n }\n onSelectionChange(size){\n this.size = size;\n this.styleObj = this.allSizes[this.size];\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n
\n \n \n
\n
\n Select size:\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n\n
\n
'},t.ex21={title:"Change chart type at runtime",description:"Change the chart type dynamically or at runtime",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n chartObj:any;\n chart: any = \'column2d\';\n\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Recommended Portfolio Split",\n "subCaption" : "For a net-worth of $1M",\n "showValues":"1",\n "showPercentInTooltip" : "0",\n "numberPrefix" : "$",\n "enableMultiSlicing":"1",\n "theme": "fusion"\n },\n "data": [\n {\n "label": "Equity",\n "value": "300000"\n }, {\n "label": "Debt",\n "value": "230000"\n }, {\n "label": "Bullion",\n "value": "180000"\n }, {\n "label": "Real-estate",\n "value": "270000"\n }, {\n "label": "Insurance",\n "value": "20000"\n }\n ]\n };\n }\n\n initialized($event){\n this.chartObj = $event.chart; // saving chart instance\n }\n \n onSelectionChange(chart){\n this.chart = chart;\n this.chartObj.chartType(chart); // Changing chart type using chart instance\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n
\n Select size:\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n
'},t.ex22={title:"Use annotations",description:"Add custom shapes to highlight a specific data point",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts \nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Bakersfield Central - Total footfalls",\n "subCaption": "Last week",\n "xAxisName": "Day",\n "yAxisName": "No. of Visitors (In 1000s)",\n "showValues": "0",\n "theme": "fusion"\n },\n "annotations": {\n "groups": [{\n "id": "anchor-highlight",\n "items": [{\n "id": "high-star",\n "type": "circle",\n "x": "$dataset.0.set.2.x",\n "y": "$dataset.0.set.2.y",\n "radius": "12",\n "color": "#6baa01",\n "border": "2",\n "borderColor": "#f8bd19"\n },\n {\n "id": "label",\n "type": "text",\n "text": "Highest footfall 25.5K",\n "fillcolor": "#6baa01",\n "rotate": "90",\n "x": "$dataset.0.set.2.x+75",\n "y": "$dataset.0.set.2.y-2"\n }\n ]\n }]\n },\n "data": [{\n "label": "Mon",\n "value": "15123"\n },\n {\n "label": "Tue",\n "value": "14233"\n },\n {\n "label": "Wed",\n "value": "25507"\n },\n {\n "label": "Thu",\n "value": "9110"\n },\n {\n "label": "Fri",\n "value": "15529"\n },\n {\n "label": "Sat",\n "value": "20803"\n },\n {\n "label": "Sun",\n "value": "19202"\n }\n ]\n }\n\n }\n\n}',template:'\x3c!-- in app.component.html --\x3e\n\n\n\n\n '},t.ex23={title:"Lifecycle events",description:"This sample lists the basic lifecycle events at the time of rendering FusionCharts",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts\n\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n message = \'You will see notifications here for the chart lifecycle events\';\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion"\n },\n "data": [\n {\n "label": "Venezuela",\n "value": "290"\n },\n {\n "label": "Saudi",\n "value": "260"\n },\n {\n "label": "Canada",\n "value": "180"\n },\n {\n "label": "Iran",\n "value": "140"\n },\n {\n "label": "Russia",\n "value": "115"\n },\n {\n "label": "UAE",\n "value": "100"\n },\n {\n "label": "US",\n "value": "30"\n },\n {\n "label": "China",\n "value": "30"\n }\n ]\n };\n }\n \n // Listener for beforeDataUpdate\n beforeDataUpdate($event){\n this.zone.run(() => {\n this.message = \'Status: beforeDataUpdate\';\n });\n }\n\n // Listener for dataUpdated\n dataUpdated($event){\n this.zone.run(() => {\n this.message += \', dataUpdated\';\n });\n }\n\n // Listener for drawComplete\n drawComplete($event){\n this.zone.run(() => {\n this.message += \', drawComplete\';\n });\n }\n\n // Listener for renderComplete\n renderComplete($event){\n this.zone.run(() => {\n this.message += \', renderComplete\';\n })\n }\n}\n',template:'\x3c!-- in app.component.html --\x3e\n\n\n\n

{{message}}

'},t.ex24={title:"Slice data plots",description:"Use Chart specific custom API",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",template:'\x3c!-- Chart Component --\x3e\n\n\n
\n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n \n \n
\n
\n
\n',component:'// In app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\'\n})\nexport class AppComponent {\n dataSource: any;\n selectedSlice = \'none\';\n chart: any;\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Market Share of Web Servers",\n "plottooltext": "$percentValue of web servers run on $label servers",\n "showLegend": "1",\n "showPercentValues": "1",\n "legendPosition": "bottom",\n "useDataPlotColorForLabels": "1",\n "enablemultislicing": "0",\n "showlegend": "0",\n "theme": "fusion",\n },\n "data": [{\n "label": "Apache",\n "value": "32647479"\n }, {\n "label": "Microsoft",\n "value": "22100932"\n }, {\n "label": "Zeus",\n "value": "14376"\n }, {\n "label": "Other",\n "value": "18674221"\n }]\n };\n } \n\n // FusionCharts initialized listener to get the chart instance\n initialized($event){\n this.chart = $event.chart; // saving chart instance \n }\n\n // Change listener for radio buttons\n onRadioOptionChange(option){\n this.selectedSlice = option;\n // For each data element , see if it is selected, if none then slice in all elements\n this.dataSource.data.forEach((d, index) => {\n if(option == \'none\'){\n this.chart.slicePlotItem(index, false);\n } else if(option === d.label.toLowerCase()){\n this.chart.slicePlotItem(index, true);\n }\n });\n }\n\n // Get data item label\n getLabel(index){\n return this.dataSource.data[index].label;\n }\n\n // FusionCharts Component dataPlot click listener\n dataplotClick($event){\n let dataIndex = $event.dataObj.dataIndex;\n let isSliced = $event.dataObj.isSliced;\n this.zone.run(() => {\n this.selectedSlice = isSliced ? \'none\' : this.getLabel(dataIndex).toLowerCase();\n })\n }\n \n ngOnInit() {\n setTimeout(() => {\n SelectedSingleton.change(this.sampleCode[\'ex24\'].title);\n })\n }\n}\n'},t.ex25={title:"Usage of FusionCharts methods (API)",description:"Change a chart attribute by calling FusionCharts setChartAttribute API",module:"// Setup needed in app.module.ts\n\nimport { NgModule, enableProdMode } from '@angular/core'\nimport { AppComponent } from './app.component';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Load FusionCharts\nimport * as FusionCharts from 'fusioncharts';\n// Load Charts module\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Load themes\nimport * as FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n\n// Add dependencies to FusionChartsModule\nFusionChartsModule.fcRoot(\n FusionCharts,\n Charts,\n FusionTheme\n)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule\n ],\n providers: [\n ],\n bootstrap: [ AppComponent ]\n})\nexport class AppModule {\n}\n",component:'// In app.component.ts\nimport {\n Component,\n NgZone\n} from \'@angular/core\';\n\n\n@Component({\n selector: \'app\',\n templateUrl: \'./app.component.html\',\n})\nexport class AppComponent {\n dataSource: any;\n selectedSlice = \'none\';\n chart: any;\n constructor(private zone: NgZone) {\n this.dataSource = {\n "chart": {\n "caption": "Countries With Most Oil Reserves [2017-18]",\n "subCaption": "In MMbbl = One Million barrels",\n "xAxisName": "Country",\n "yAxisName": "Reserves (MMbbl)",\n "numberSuffix": "K",\n "theme": "fusion"\n },\n "data": [{\n "label": "Venezuela",\n "value": "290"\n },\n {\n "label": "Saudi",\n "value": "260"\n },\n {\n "label": "Canada",\n "value": "180"\n },\n {\n "label": "Iran",\n "value": "140"\n },\n {\n "label": "Russia",\n "value": "115"\n },\n {\n "label": "UAE",\n "value": "100"\n },\n {\n "label": "US",\n "value": "30"\n },\n {\n "label": "China",\n "value": "30"\n }\n ]\n };\n }\n\n initialized($event) {\n this.chart = $event.chart; // saving chart instance\n }\n\n changeCaption(caption){\n this.chart.setChartAttribute(\'caption\', caption); // Changing caption\n }\n\n changeXAxisName(xaxisname){\n this.chart.setChartAttribute(\'xaxisname\', xaxisname); // Changing xaxisname using API\n }\n\n changeYAxisName(yaxisname){\n this.chart.setChartAttribute(\'yaxisname\', yaxisname); // Changing yaxisname using API\n }\n\n // Resetting chart attributes to initial data\n reset(){\n this.chart.setChartAttribute(\'caption\', this.dataSource.chart.caption); \n this.chart.setChartAttribute(\'xaxisname\', this.dataSource.chart.xAxisName);\n this.chart.setChartAttribute(\'yaxisname\', this.dataSource.chart.yAxisName);\n }\n}\n',template:'\x3c!-- In app.component.html --\x3e\n\n\n
\n \n \n \n \n
'},l.a=t},"0hLG":function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"div",[["style","width:100%;height:100%"]],[[1,"id",0]],null,null,null,null)),(n()(),o["ɵted"](1,null,["",""])),(n()(),o["ɵted"](-1,null,["\n "]))],null,function(n,l){var e=l.component;n(l,0,0,o["ɵinlineInterpolate"](1,"container-",e.containerId,"")),n(l,1,0,e.placeholder)})}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,2,"fusioncharts",[],null,null,null,t,d)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](2,5226496,null,0,u.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],null,null)],function(n,l){n(l,2,0)},null)}var o=e("/oeL"),u=e("b9rg"),r=e("Fxku");e.d(l,"b",function(){return d}),l.a=t;var i=[],d=o["ɵcrt"]({encapsulation:2,styles:i,data:{}});o["ɵccf"]("fusioncharts",u.a,a,{placeholder:"placeholder",dataSource:"dataSource",type:"type",id:"id",width:"width",height:"height",renderAt:"renderAt",dataFormat:"dataFormat",events:"events",link:"link",showDataLoadingMessage:"showDataLoadingMessage",showChartLoadingMessage:"showChartLoadingMessage",baseChartMessageFont:"baseChartMessageFont",baseChartMessageFontSize:"baseChartMessageFontSize",baseChartMessageColor:"baseChartMessageColor",dataLoadStartMessage:"dataLoadStartMessage",dataLoadErrorMessage:"dataLoadErrorMessage",dataInvalidMessage:"dataInvalidMessage",dataEmptyMessage:"dataEmptyMessage",typeNotSupportedMessage:"typeNotSupportedMessage",loadMessage:"loadMessage",renderErrorMessage:"renderErrorMessage",containerBackgroundColor:"containerBackgroundColor",containerBackgroundOpacity:"containerBackgroundOpacity",containerClassName:"containerClassName",baseChartMessageImageHAlign:"baseChartMessageImageHAlign",baseChartMessageImageVAlign:"baseChartMessageImageVAlign",baseChartMessageImageAlpha:"baseChartMessageImageAlpha",baseChartMessageImageScale:"baseChartMessageImageScale",typeNotSupportedMessageImageHAlign:"typeNotSupportedMessageImageHAlign",typeNotSupportedMessageImageVAlign:"typeNotSupportedMessageImageVAlign",typeNotSupportedMessageImageAlpha:"typeNotSupportedMessageImageAlpha",typeNotSupportedMessageImageScale:"typeNotSupportedMessageImageScale",dataLoadErrorMessageImageHAlign:"dataLoadErrorMessageImageHAlign",dataLoadErrorMessageImageVAlign:"dataLoadErrorMessageImageVAlign",dataLoadErrorMessageImageAlpha:"dataLoadErrorMessageImageAlpha",dataLoadErrorMessageImageScale:"dataLoadErrorMessageImageScale",dataLoadStartMessageImageHAlign:"dataLoadStartMessageImageHAlign",dataLoadStartMessageImageVAlign:"dataLoadStartMessageImageVAlign",dataLoadStartMessageImageAlpha:"dataLoadStartMessageImageAlpha",dataLoadStartMessageImageScale:"dataLoadStartMessageImageScale",dataInvalidMessageImageHAlign:"dataInvalidMessageImageHAlign",dataInvalidMessageImageVAlign:"dataInvalidMessageImageVAlign",dataInvalidMessageImageAlpha:"dataInvalidMessageImageAlpha",dataInvalidMessageImageScale:"dataInvalidMessageImageScale",dataEmptyMessageImageHAlign:"dataEmptyMessageImageHAlign",dataEmptyMessageImageVAlign:"dataEmptyMessageImageVAlign",dataEmptyMessageImageAlpha:"dataEmptyMessageImageAlpha",dataEmptyMessageImageScale:"dataEmptyMessageImageScale",renderErrorMessageImageHAlign:"renderErrorMessageImageHAlign",renderErrorMessageImageVAlign:"renderErrorMessageImageVAlign",renderErrorMessageImageAlpha:"renderErrorMessageImageAlpha",renderErrorMessageImageScale:"renderErrorMessageImageScale",loadMessageImageHAlign:"loadMessageImageHAlign",loadMessageImageVAlign:"loadMessageImageVAlign",loadMessageImageAlpha:"loadMessageImageAlpha",loadMessageImageScale:"loadMessageImageScale",chartConfig:"chartConfig"},{beforeLinkedItemOpen:"beforeLinkedItemOpen",linkedItemOpened:"linkedItemOpened",beforeLinkedItemClose:"beforeLinkedItemClose",linkedItemClosed:"linkedItemClosed",printReadyStateChange:"printReadyStateChange",dataLoadRequestCompleted:"dataLoadRequestCompleted",dataLoadError:"dataLoadError",dataLoadCancelled:"dataLoadCancelled",dataLoadRequestCancelled:"dataLoadRequestCancelled",dataUpdated:"dataUpdated",dataUpdateCancelled:"dataUpdateCancelled",dataLoadRequested:"dataLoadRequested",beforeDataUpdate:"beforeDataUpdate",realTimeUpdateComplete:"realTimeUpdateComplete",chartCleared:"chartCleared",slicingEnd:"slicingEnd",slicingStart:"slicingStart",entityRollOut:"entityRollOut",entityRollOver:"entityRollOver",entityClick:"entityClick",connectorRollOver:"connectorRollOver",connectorRollOut:"connectorRollOut",connectorClick:"connectorClick",markerRollOver:"markerRollOver",markerRollOut:"markerRollOut",markerClick:"markerClick",pageNavigated:"pageNavigated",rotationEnd:"rotationEnd",rotationStart:"rotationStart",centerLabelRollover:"centerLabelRollover",centerLabelRollout:"centerLabelRollout",centerLabelClick:"centerLabelClick",centerLabelChanged:"centerLabelChanged",chartClick:"chartClick",chartMouseMove:"chartMouseMove",chartRollOver:"chartRollOver",chartRollOut:"chartRollOut",backgroundLoaded:"backgroundLoaded",backgroundLoadError:"backgroundLoadError",legendItemClicked:"legendItemClicked",legendItemRollover:"legendItemRollover",legendItemRollout:"legendItemRollout",logoRollover:"logoRollover",logoRollout:"logoRollout",logoClick:"logoClick",logoLoaded:"logoLoaded",logoLoadError:"logoLoadError",beforeExport:"beforeExport",exported:"exported",exportCancelled:"exportCancelled",beforePrint:"beforePrint",printComplete:"printComplete",printCancelled:"printCancelled",dataLabelClick:"dataLabelClick",dataLabelRollOver:"dataLabelRollOver",dataLabelRollOut:"dataLabelRollOut",scrollStart:"scrollStart",scrollEnd:"scrollEnd",onScroll:"onScroll",zoomReset:"zoomReset",zoomedOut:"zoomedOut",zoomedIn:"zoomedIn",zoomed:"zoomed",zoomModeChanged:"zoomModeChanged",pinned:"pinned",dataRestored:"dataRestored",beforeDataSubmit:"beforeDataSubmit",dataSubmitError:"dataSubmitError",dataSubmitted:"dataSubmitted",dataSubmitCancelled:"dataSubmitCancelled",chartUpdated:"chartUpdated",nodeAdded:"nodeAdded",nodeUpdated:"nodeUpdated",nodeDeleted:"nodeDeleted",connectorAdded:"connectorAdded",connectorUpdated:"connectorUpdated",connectorDeleted:"connectorDeleted",labelAdded:"labelAdded",labelDeleted:"labelDeleted",selectionRemoved:"selectionRemoved",selectionStart:"selectionStart",selectionEnd:"selectionEnd",labelClick:"labelClick",labelRollOver:"labelRollOver",labelRollOut:"labelRollOut",labelDragStart:"labelDragStart",labelDragEnd:"labelDragEnd",dataplotDragStart:"dataplotDragStart",dataplotDragEnd:"dataplotDragEnd",processClick:"processClick",processRollOver:"processRollOver",processRollOut:"processRollOut",categoryClick:"categoryClick",categoryRollOver:"categoryRollOver",categoryRollOut:"categoryRollOut",milestoneClick:"milestoneClick",milestoneRollOver:"milestoneRollOver",milestoneRollOut:"milestoneRollOut",chartTypeChanged:"chartTypeChanged",overlayButtonClick:"overlayButtonClick",loaded:"loaded",rendered:"rendered",drawComplete:"drawComplete",renderComplete:"renderComplete",dataInvalid:"dataInvalid",dataXMLInvalid:"dataXMLInvalid",dataLoaded:"dataLoaded",noDataToDisplay:"noDataToDisplay",legendPointerDragStart:"legendPointerDragStart",legendPointerDragStop:"legendPointerDragStop",legendRangeUpdated:"legendRangeUpdated",alertComplete:"alertComplete",realTimeUpdateError:"realTimeUpdateError",dataplotRollOver:"dataplotRollOver",dataplotRollOut:"dataplotRollOut",dataplotClick:"dataplotClick",linkClicked:"linkClicked",beforeRender:"beforeRender",renderCancelled:"renderCancelled",beforeResize:"beforeResize",resized:"resized",resizeCancelled:"resizeCancelled",beforeDispose:"beforeDispose",disposed:"disposed",disposeCancelled:"disposeCancelled",linkedChartInvoked:"linkedChartInvoked",beforeDrillDown:"beforeDrillDown",drillDown:"drillDown",beforeDrillUp:"beforeDrillUp",drillUp:"drillUp",drillDownCancelled:"drillDownCancelled",drillUpCancelled:"drillUpCancelled",initialized:"initialized"},[])},"2UCS":function(n,l,e){"use strict";var t=["beforeLinkedItemOpen","linkedItemOpened","beforeLinkedItemClose","linkedItemClosed","printReadyStateChange","dataLoadRequestCompleted","dataLoadError","dataLoadCancelled","dataLoadRequestCancelled","dataUpdated","dataUpdateCancelled","dataLoadRequested","beforeDataUpdate","realTimeUpdateComplete","chartCleared","slicingEnd","slicingStart","entityRollOut","entityRollOver","entityClick","connectorRollOver","connectorRollOut","connectorClick","markerRollOver","markerRollOut","markerClick","pageNavigated","rotationEnd","rotationStart","centerLabelRollover","centerLabelRollout","centerLabelClick","centerLabelChanged","chartClick","chartMouseMove","chartRollOver","chartRollOut","backgroundLoaded","backgroundLoadError","legendItemClicked","legendItemRollover","legendItemRollout","logoRollover","logoRollout","logoClick","logoLoaded","logoLoadError","beforeExport","exported","exportCancelled","beforePrint","printComplete","printCancelled","dataLabelClick","dataLabelRollOver","dataLabelRollOut","scrollStart","scrollEnd","onScroll","zoomReset","zoomedOut","zoomedIn","zoomed","zoomModeChanged","pinned","dataRestored","beforeDataSubmit","dataSubmitError","dataSubmitted","dataSubmitCancelled","chartUpdated","nodeAdded","nodeUpdated","nodeDeleted","connectorAdded","connectorUpdated","connectorDeleted","labelAdded","labelDeleted","selectionRemoved","selectionStart","selectionEnd","labelClick","labelRollOver","labelRollOut","labelDragStart","labelDragEnd","dataplotDragStart","dataplotDragEnd","processClick","processRollOver","processRollOut","categoryClick","categoryRollOver","categoryRollOut","milestoneClick","milestoneRollOver","milestoneRollOut","chartTypeChanged","overlayButtonClick","loaded","rendered","drawComplete","renderComplete","dataInvalid","dataXMLInvalid","dataLoaded","noDataToDisplay","legendPointerDragStart","legendPointerDragStop","legendRangeUpdated","alertComplete","realTimeUpdateError","dataplotRollOver","dataplotRollOut","dataplotClick","linkClicked","beforeRender","renderCancelled","beforeResize","resized","resizeCancelled","beforeDispose","disposed","disposeCancelled","linkedChartInvoked","beforeDrillDown","drillDown","beforeDrillUp","drillUp","drillDownCancelled","drillUpCancelled"];l.a=t},"36bs":function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t=function(){function n(){this.cSelected="component"}return n.prototype.ngOnInit=function(){},n.prototype.selectCode=function(n){this.cSelected=n},n.ctorParameters=function(){return[]},n}()},"41Uk":function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex18",this.sampleCode=a.a,this.theme="fusion",this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.initialized=function(n){this.chartObj=n.chart},n.prototype.onSelectionChange=function(n){this.theme=n,this.chartObj.setChartAttribute("theme",this.theme)},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex18.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},"4cuC":function(n,l,e){"use strict";var t=e("/oeL");!function(){function n(n){this.el=n}n.ctorParameters=function(){return[{type:t.ElementRef}]}}()},"4iza":function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](1,0,null,null,52,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,49,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,46,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,10,"div",[["style","min-height: 450px;"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](9,0,null,null,7,"div",[["id","#chart-container-ele"]],null,null,null,null,null)),u["ɵdid"](10,278528,null,0,r.NgStyle,[u.KeyValueDiffers,u.ElementRef,u.Renderer],{ngStyle:[0,"ngStyle"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,3,"fusioncharts",[["height","100%"],["type","column2d"],["width","100%"]],null,[[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},d.a,d.b)),u["ɵprd"](512,null,s.b,s.b,[s.a]),u["ɵdid"](14,5226496,null,0,c.a,[u.ElementRef,s.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{initialized:"initialized"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n \n "])),(n()(),u["ɵeld"](19,0,null,null,31,"div",[["style","display: flex; justify-content: center"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](21,0,null,null,1,"span",[["id","select-text"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Select size:"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](24,0,null,null,25,"div",[["class","change-type"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](26,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](28,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("firstSize")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](30,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["400 X 250"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](34,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](36,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("secondSize")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](38,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["600 X 350"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](42,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](44,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("thirdSize")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](46,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["700 X 400"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](55,0,null,null,2,"tabbed-code",[],null,null,null,p.a,p.b)),u["ɵdid"](56,114688,null,0,m.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,10,0,e.getStyle());n(l,14,0,e.dataSource,"column2d","100%","100%"),n(l,56,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,28,0,"firstSize","firstSize"===e.size);n(l,36,0,"secondSize","secondSize"===e.size);n(l,44,0,"thirdSize","thirdSize"===e.size)})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,f)),u["ɵdid"](1,114688,null,0,i.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("qbdv"),i=e("qSHF"),d=e("0hLG"),s=e("Fxku"),c=e("b9rg"),p=e("JNN4"),m=e("36bs");e.d(l,"a",function(){return g});var h=['#select-text[_ngcontent-%COMP%] {\n margin: 5px;\n }\n\n .change-type[_ngcontent-%COMP%] {\n display: inline-block;\n margin: 0 10px;\n }\n\n .change-type[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n display: inline-flex;\n position: relative;\n margin: 0 10px;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n position: relative;\n padding: 5px 10px 5px 30px;\n border-radius: 4px;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%] {\n opacity: 0;\n cursor: pointer;\n z-index: 1;\n width: 100%;\n height: 100%;\n left: 0;\n position: absolute;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before, .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n content: "";\n position: absolute;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before {\n display: block;\n background: #fff;\n border: 2px solid #949697;\n box-shadow: none;\n border-radius: 50%;\n top: 11px;\n left: 8px;\n width: 1.5rem;\n height: 1.5rem;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n width: 0.9rem;\n height: 0.9rem;\n top: 14px;\n left: 11px;\n border-radius: 50%;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%] {\n color: #48b884;\n font-weight: 600;\n box-shadow: 0 4px 9px 0 rgba(104, 105, 128, .22);\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:before {\n color: #fff;\n box-shadow: none;\n border: 2px solid #48b884;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:after {\n background: #55bd8d;\n }\n\n #chart-container-ele[_ngcontent-%COMP%] {\n width: 600px;\n height: 350px;\n }',o.a],f=u["ɵcrt"]({encapsulation:0,styles:h,data:{}}),g=u["ɵccf"]("chart",i.a,a,{},{},[])},"55b+":function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](1,0,null,null,58,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,55,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,52,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","pie2d"],["width","600"]],null,[[null,"dataplotClick"],[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("dataplotClick"===l){t=!1!==a.dataplotClick(e)&&t}if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](9,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{dataplotClick:"dataplotClick",initialized:"initialized"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,44,"div",[["style","display: flex; justify-content: center; bottom: 2px;"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](14,0,null,null,41,"div",[["class","change-type"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](16,0,null,null,6,"div",[["id","radio1"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](18,0,null,null,0,"input",[["id","None"],["name","slice-selecter"],["type","radio"]],[[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onRadioOptionChange("none")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](20,0,null,null,1,"label",[["for","None"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["None"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](24,0,null,null,6,"div",[["id","radio2"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](26,0,null,null,0,"input",[["id","Apache"],["name","slice-selecter"],["type","radio"]],[[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onRadioOptionChange("apache")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](28,0,null,null,1,"label",[["for","Apache"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Apache"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](32,0,null,null,6,"div",[["id","radio3"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](34,0,null,null,0,"input",[["id","Microsoft"],["name","slice-selecter"],["type","radio"]],[[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onRadioOptionChange("microsoft")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](36,0,null,null,1,"label",[["for","Microsoft"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Microsoft"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](40,0,null,null,6,"div",[["id","radio4"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](42,0,null,null,0,"input",[["id","Zeus"],["name","slice-selecter"],["type","radio"]],[[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onRadioOptionChange("zeus")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](44,0,null,null,1,"label",[["for","Zeus"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Zeus"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](48,0,null,null,6,"div",[["id","radio5"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](50,0,null,null,0,"input",[["id","Other"],["name","slice-selecter"],["type","radio"]],[[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onRadioOptionChange("other")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](52,0,null,null,1,"label",[["for","Other"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Other"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n\n\n \n "])),(n()(),u["ɵeld"](61,0,null,null,1,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](62,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null)],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"pie2d","600","400"),n(l,62,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,18,0,"none"==e.selectedSlice),n(l,26,0,"apache"==e.selectedSlice),n(l,34,0,"microsoft"==e.selectedSlice),n(l,42,0,"zeus"==e.selectedSlice),n(l,50,0,"other"==e.selectedSlice)})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("YGdl"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=['.change-type[_ngcontent-%COMP%] {\n display: inline-block;\n margin: 0 5px;\n }\n\n .change-type[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n display: inline-flex;\n position: relative;\n margin: 0 5px;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n position: relative;\n padding: 5px 10px 5px 30px;\n border-radius: 4px;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%] {\n opacity: 0;\n cursor: pointer;\n z-index: 1;\n width: 100%;\n height: 100%;\n left: 0;\n position: absolute;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before, .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n content: "";\n position: absolute;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before {\n display: block;\n background: #fff;\n border: 2px solid #949697;\n box-shadow: none;\n border-radius: 50%;\n top: 11px;\n left: 8px;\n width: 1.5rem;\n height: 1.5rem;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n width: 0.9rem;\n height: 0.9rem;\n top: 14px;\n left: 11px;\n border-radius: 50%;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%] {\n color: #48b884;\n font-weight: 600;\n box-shadow: 0 4px 9px 0 rgba(104, 105, 128, .22);\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:before {\n color: #fff;\n box-shadow: none;\n border: 2px solid #48b884;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:after {\n background: #55bd8d;\n }\n\n #select-text[_ngcontent-%COMP%] {\n padding: 4px;\n }',o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},"5K0O":function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](1,0,null,null,3,"fusioncharts",[],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](3,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{chartConfig:[0,"chartConfig"]},null),(n()(),o["ɵted"](-1,null,[" "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](6,0,null,null,3,"fusioncharts",[["type","Spline"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](8,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{type:[0,"type"],chartConfig:[1,"chartConfig"]},null),(n()(),o["ɵted"](-1,null,[" "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](11,0,null,null,3,"fusioncharts",[["type","Pyramid"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](13,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{type:[0,"type"],chartConfig:[1,"chartConfig"]},null),(n()(),o["ɵted"](-1,null,[" "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](16,0,null,null,3,"fusioncharts",[["type","World"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](18,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{type:[0,"type"],chartConfig:[1,"chartConfig"]},null),(n()(),o["ɵted"](-1,null,[" Column2D chart will render here... "])),(n()(),o["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,3,0,e.chartConf);n(l,8,0,"Spline",e.chartConf);n(l,13,0,"Pyramid",e.chartConf);n(l,18,0,"World",e.chartConf)},null)}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,c)),o["ɵdid"](1,49152,null,0,d.a,[],null,null)],null,null)}var o=e("/oeL"),u=e("0hLG"),r=e("Fxku"),i=e("b9rg"),d=e("W/p2");e.d(l,"a",function(){return p});var s=[],c=o["ɵcrt"]({encapsulation:2,styles:s,data:{}}),p=o["ɵccf"]("chart",d.a,a,{},{},[])},"5yrD":function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](1,0,null,null,24,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,18,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,15,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","pie2d"],["width","100%"]],null,[[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](9,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{initialized:"initialized"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,7,"p",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](14,0,null,null,1,"a",[["class","btn btn-outline-secondary btn-sm"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.sliceOut()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["Slice out Microsoft"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](17,0,null,null,1,"a",[["class","btn btn-outline-secondary btn-sm"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.reset()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["Reset"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](23,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](24,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"pie2d","100%","400"),n(l,24,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("kkq6"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[".btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:hover{\n color:white;\n }\n .btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:active{\n color:gray;\n }\n .btn[_ngcontent-%COMP%]{\n margin-left:10px;\n }",o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},"6zdT":function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[o["ɵpid"](0,u.a,[r.b]),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵeld"](2,0,null,null,15,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](4,0,null,null,12,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](6,0,null,null,9,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](8,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","100%"]],null,null,null,i.a,i.b)),o["ɵprd"](512,null,d.b,d.b,[d.a]),o["ɵdid"](10,5226496,null,0,s.a,[o.ElementRef,d.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],events:[4,"events"]},null),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](13,0,null,null,1,"div",[["class","log-pane"]],[[8,"innerHTML",1]],null,null,null,null)),o["ɵppd"](14,1),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n\n\n\n\n"])),(n()(),o["ɵeld"](19,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),o["ɵdid"](20,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n\n"]))],function(n,l){var e=l.component;n(l,10,0,e.dataSource,"column2d","100%","400",e.events),n(l,20,0,o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,13,0,o["ɵunv"](l,13,0,n(l,14,0,o["ɵnov"](l,0),e.logMessage)))})}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,f)),o["ɵdid"](1,4308992,null,0,m.a,[o.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("/oeL"),u=e("jkyY"),r=e("fc+i"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs"),m=e("xCyM");e.d(l,"a",function(){return g});var h=[".log-pane[_ngcontent-%COMP%] {\n padding-top: 10px;\n padding-right: 10px;\n padding-bottom: 10px;\n padding-left: 10px;\n \n font-size: 20px;\n width: 100%;\n font-weight: 300;\n background: #efefef;\n }"],f=o["ɵcrt"]({encapsulation:0,styles:h,data:{}}),g=o["ɵccf"]("chart",m.a,a,{},{},[])},"7PW+":function(n,l,e){"use strict";var t=e("0egw"),a=e("wgS3");e.d(l,"a",function(){return o});var o=function(){function n(){this.demoId="ex8",this.sampleCode=t.a,this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]},this.changeBackgroundColor=function(){this.dataSource.chart.bgColor="#efefef"},this.changeCaptionTextAlignment=function(){this.dataSource.chart.captionAlignment="left"}}return n.prototype.reset=function(){this.dataSource.chart.bgColor="white",this.dataSource.chart.captionAlignment="center"},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){a.a.change(n.sampleCode.ex8.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},"7oks":function(n,l,e){"use strict";var t=e("0egw");e.d(l,"a",function(){return a});var a=function(){function n(){this.demoId="ex4",this.sampleCode=t.a,this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.ngOnInit=function(){},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},"8Oto":function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,15,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](2,0,null,null,12,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](4,0,null,null,9,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](6,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","600"]],null,[[null,"beforeDataUpdate"],[null,"dataUpdated"],[null,"drawComplete"],[null,"renderComplete"]],function(n,l,e){var t=!0,a=n.component;if("beforeDataUpdate"===l){t=!1!==a.beforeDataUpdate(e)&&t}if("dataUpdated"===l){t=!1!==a.dataUpdated(e)&&t}if("drawComplete"===l){t=!1!==a.drawComplete(e)&&t}if("renderComplete"===l){t=!1!==a.renderComplete(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](8,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{dataUpdated:"dataUpdated",beforeDataUpdate:"beforeDataUpdate",drawComplete:"drawComplete",renderComplete:"renderComplete"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](11,0,null,null,1,"p",[["style","font-size:18px;font-weight: 300;padding:10px;background:#efefef"]],null,null,null,null,null)),(n()(),u["ɵted"](12,null,["",""])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](17,0,null,null,1,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](18,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null)],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"column2d","600","400"),n(l,18,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){n(l,12,0,l.component.message)})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("hw+9"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},"8QWR":function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[u["ɵpid"](0,r.a,[i.b]),(n()(),u["ɵeld"](1,0,null,null,15,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,12,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,9,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["dataFormat","json"],["height","400"],["type","dragcolumn2d"],["width","100%"]],null,[[null,"dataplotDragStart"],[null,"dataplotDragEnd"]],function(n,l,e){var t=!0,a=n.component;if("dataplotDragStart"===l){t=!1!==a.dragStart(e)&&t}if("dataplotDragEnd"===l){t=!1!==a.dragEnd(e)&&t}return t},s.a,s.b)),u["ɵprd"](512,null,c.b,c.b,[c.a]),u["ɵdid"](9,5226496,null,0,p.a,[u.ElementRef,c.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},{dataplotDragStart:"dataplotDragStart",dataplotDragEnd:"dataplotDragEnd"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,1,"p",[["style","padding: 10px;background:#f5f2f0"]],[[8,"innerHTML",1]],null,null,null,null)),u["ɵppd"](13,1),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n\n"])),(n()(),u["ɵeld"](18,0,null,null,2,"tabbed-code",[],null,null,null,m.a,m.b)),u["ɵdid"](19,114688,null,0,h.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"dragcolumn2d","100%","400","json"),n(l,19,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,12,0,u["ɵunv"](l,12,0,n(l,13,0,u["ɵnov"](l,0),e.message)))})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,g)),u["ɵdid"](1,114688,null,0,d.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("jkyY"),i=e("fc+i"),d=e("VBfM"),s=e("0hLG"),c=e("Fxku"),p=e("b9rg"),m=e("JNN4"),h=e("36bs");e.d(l,"a",function(){return v});var f=[o.a],g=u["ɵcrt"]({encapsulation:0,styles:f,data:{}}),v=u["ɵccf"]("chart",d.a,a,{},{},[])},"8e1K":function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t=[""]},"9pYR":function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex25",this.sampleCode=a.a,this.selectedSlice="none",this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.initialized=function(n){this.chart=n.chart},n.prototype.changeCaption=function(n){this.chart.setChartAttribute("caption",n)},n.prototype.changeXAxisName=function(n){this.chart.setChartAttribute("xaxisname",n)},n.prototype.changeYAxisName=function(n){this.chart.setChartAttribute("yaxisname",n)},n.prototype.reset=function(){this.chart.setChartAttribute("caption",this.dataSource.chart.caption),this.chart.setChartAttribute("xaxisname",this.dataSource.chart.xAxisName),this.chart.setChartAttribute("yaxisname",this.dataSource.chart.yAxisName)},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex25.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},"9uuc":function(n,l,e){"use strict";function t(n){return s["ɵvid"](0,[(n()(),s["ɵted"](-1,null,["\n "])),(n()(),s["ɵeld"](1,0,null,null,1,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.selectedNavItem("John")&&t}return t},null,null)),(n()(),s["ɵted"](-1,null,["nav 1 (Jhon)"])),(n()(),s["ɵted"](-1,null,["\n "])),(n()(),s["ɵeld"](4,0,null,null,1,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.selectedNavItem("Michael")&&t}return t},null,null)),(n()(),s["ɵted"](-1,null,["nav 2 (Michael)"])),(n()(),s["ɵted"](-1,null,["\n "]))],null,null)}function a(n){return s["ɵvid"](0,[(n()(),s["ɵeld"](0,0,null,null,1,"my-nav",[],null,null,null,t,h)),s["ɵdid"](1,573440,null,0,c.c,[c.a],null,null)],null,null)}function o(n){return s["ɵvid"](0,[(n()(),s["ɵted"](0,null,["obs component, item: ",""]))],null,function(n,l){n(l,0,0,l.component.item.name)})}function u(n){return s["ɵvid"](0,[(n()(),s["ɵeld"](0,0,null,null,1,"obs-comp",[],null,null,null,o,g)),s["ɵdid"](1,770048,null,0,c.d,[c.a],null,null)],function(n,l){n(l,1,0)},null)}function r(n){return s["ɵvid"](0,[(n()(),s["ɵeld"](0,0,null,null,4,"div",[],null,null,null,null,null)),(n()(),s["ɵted"](-1,null,["\n "])),(n()(),s["ɵeld"](2,0,null,null,1,"obs-comp",[],null,null,null,o,g)),s["ɵdid"](3,770048,null,0,c.d,[c.a],null,null),(n()(),s["ɵted"](-1,null,["\n "]))],function(n,l){n(l,3,0)},null)}function i(n){return s["ɵvid"](0,[(n()(),s["ɵted"](0,null,["","\n "])),(n()(),s["ɵeld"](1,0,null,null,7,"p",[],null,null,null,null,null)),(n()(),s["ɵted"](-1,null,["\n "])),(n()(),s["ɵeld"](3,0,null,null,1,"my-nav",[],null,null,null,t,h)),s["ɵdid"](4,573440,null,0,c.c,[c.a],null,null),(n()(),s["ɵted"](-1,null,["\n "])),(n()(),s["ɵeld"](6,0,null,null,1,"button",[],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!=(a.showObsComp=!a.showObsComp)&&t}return t},null,null)),(n()(),s["ɵted"](-1,null,["toggle ObservingComponent"])),(n()(),s["ɵted"](-1,null,["\n "])),(n()(),s["ɵand"](16777216,null,null,1,null,r)),s["ɵdid"](10,16384,null,0,p.NgIf,[s.ViewContainerRef,s.TemplateRef],{ngIf:[0,"ngIf"]},null),(n()(),s["ɵted"](-1,null,["\n "]))],function(n,l){n(l,10,0,l.component.showObsComp)},function(n,l){n(l,0,0,l.component.title)})}function d(n){return s["ɵvid"](0,[(n()(),s["ɵeld"](0,0,null,null,1,"my-app",[],null,null,null,i,b)),s["ɵdid"](1,573440,null,0,c.b,[],null,null)],null,null)}var s=e("/oeL"),c=e("ELBA"),p=e("qbdv");e.d(l,"a",function(){return C});var m=[],h=s["ɵcrt"]({encapsulation:2,styles:m,data:{}}),f=(s["ɵccf"]("my-nav",c.c,a,{},{},[]),[]),g=s["ɵcrt"]({encapsulation:2,styles:f,data:{}}),v=(s["ɵccf"]("obs-comp",c.d,u,{},{},[]),[]),b=s["ɵcrt"]({encapsulation:2,styles:v,data:{}}),C=s["ɵccf"]("my-app",c.b,d,{},{},[])},AMsr:function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,12,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n\t\t"])),(n()(),o["ɵeld"](2,0,null,null,9,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n\t\t\t"])),(n()(),o["ɵeld"](4,0,null,null,6,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n\t\t\t"])),(n()(),o["ɵeld"](6,0,null,null,3,"fusioncharts",[["dataFormat","jsonurl"],["dataSource","./assets/data/data.json"],["height","400"],["type","column2d"],["width","100%"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](8,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},null),(n()(),o["ɵted"](-1,null,["\n\t\t\t"])),(n()(),o["ɵted"](-1,null,["\n\t\t"])),(n()(),o["ɵted"](-1,null,["\n\t"])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n\n"])),(n()(),o["ɵeld"](14,0,null,null,2,"tabbed-code",[],null,null,null,d.a,d.b)),o["ɵdid"](15,114688,null,0,s.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,"./assets/data/data.json","column2d","100%","400","jsonurl"),n(l,15,0,o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,m)),o["ɵdid"](1,4308992,null,0,c.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("/oeL"),u=e("0hLG"),r=e("Fxku"),i=e("b9rg"),d=e("JNN4"),s=e("36bs"),c=e("hObm");e.d(l,"a",function(){return h});var p=[],m=o["ɵcrt"]({encapsulation:2,styles:p,data:{}}),h=o["ɵccf"]("chart",c.a,a,{},{},[])},B1Qq:function(n,l,e){"use strict";var t=e("0egw"),a=e("wgS3");e.d(l,"a",function(){return o});var o=function(){function n(){this.demoId="ex1",this.sampleCode=t.a,this.sampleCode=t.a,this.chartConfig={width:"100%",height:"400",type:"column2d",dataFormat:"json",creditLabel:"false"},this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){a.a.change(n.sampleCode.ex1.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},BKcj:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex13",this.sampleCode=a.a,this.dataSource={chart:{caption:"Average Annual Population Growth",subcaption:" 1955-2015",numbersuffix:"%",includevalueinlabels:"1",labelsepchar:": ",entityFillHoverColor:"#FFF9C4",theme:"fusion"},colorrange:{minvalue:"0",code:"#FFE0B2",gradient:"1",color:[{minvalue:"0.5",maxvalue:"1.0",color:"#FFD74D"},{minvalue:"1.0",maxvalue:"2.0",color:"#FB8C00"},{minvalue:"2.0",maxvalue:"3.0",color:"#E65100"}]},data:[{id:"NA",value:".82",showLabel:"1"},{id:"SA",value:"2.04",showLabel:"1"},{id:"AS",value:"1.78",showLabel:"1"},{id:"EU",value:".40",showLabel:"1"},{id:"AF",value:"2.58",showLabel:"1"},{id:"AU",value:"1.30",showLabel:"1"}]}}return n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex13.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},CGAk:function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,12,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](2,0,null,null,9,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](4,0,null,null,6,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](6,0,null,null,3,"fusioncharts",[],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](8,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],chartConfig:[1,"chartConfig"]},null),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n\n"])),(n()(),o["ɵeld"](14,0,null,null,2,"tabbed-code",[],null,null,null,d.a,d.b)),o["ɵdid"](15,114688,null,0,s.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,e.chartConfig),n(l,15,0,o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,m)),o["ɵdid"](1,4308992,null,0,c.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("/oeL"),u=e("0hLG"),r=e("Fxku"),i=e("b9rg"),d=e("JNN4"),s=e("36bs"),c=e("B1Qq");e.d(l,"a",function(){return h});var p=[],m=o["ɵcrt"]({encapsulation:2,styles:p,data:{}}),h=o["ɵccf"]("chart",c.a,a,{},{},[])},DxOh:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,12,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](2,0,null,null,9,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](4,0,null,null,6,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](6,0,null,null,3,"fusioncharts",[["height","400"],["type","spline"],["width","600"]],null,null,null,r.a,r.b)),u["ɵprd"](512,null,i.b,i.b,[i.a]),u["ɵdid"](8,5226496,null,0,d.a,[u.ElementRef,i.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](14,0,null,null,2,"tabbed-code",[],null,null,null,s.a,s.b)),u["ɵdid"](15,114688,null,0,c.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"spline","600","400"),n(l,15,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,p.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("0hLG"),i=e("Fxku"),d=e("b9rg"),s=e("JNN4"),c=e("36bs"),p=e("Vm4j");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",p.a,a,{},{},[])},ELBA:function(n,l,e){"use strict";var t=e("bKpL"),a=(e.n(t),e("qm+V"));e.n(a);e.d(l,"a",function(){return o}),e.d(l,"d",function(){return u}),e.d(l,"c",function(){return r}),e.d(l,"b",function(){return i});var o=function(){function n(){var n=this;this.navChange$=new t.Observable(function(l){return n._observer=l}).share(),this.dataStore={name:"Rohit",lname:"Kumar"}}return n.prototype.changeNav=function(n){this.dataStore.name=n,this._observer.next(n)},n.prototype.navItem=function(){return this.dataStore},n}(),u=function(){function n(n){this._navService=n}return n.prototype.ngOnChanges=function(){console.log("changes obs")},n.prototype.ngOnInit=function(){var n=this;this.item=this._navService.navItem(),this.subscription=this._navService.navChange$.subscribe(function(l){return n.selectedNavItem(l)})},n.prototype.selectedNavItem=function(n){this.item.name=""+n},n.prototype.ngOnDestroy=function(){this.subscription.unsubscribe()},n.ctorParameters=function(){return[{type:o}]},n}(),r=function(){function n(n){this._navService=n}return n.prototype.ngOnChanges=function(){console.log("changes Nav")},n.prototype.selectedNavItem=function(n){console.log("selected nav item "+n),this._navService.changeNav(n)},n.ctorParameters=function(){return[{type:o}]},n}(),i=function(){function n(){this.title="Angular 2 - event delegation",this.showObsComp=!0}return n.prototype.ngOnChanges=function(){console.log("changes MyApp")},n.ctorParameters=function(){return[]},n}()},Fxku:function(n,l,e){"use strict";e.d(l,"a",function(){return t}),e.d(l,"b",function(){return a});var t=function(){function n(){}return n}(),a=function(){function n(l){var e;e=n.isFCRootSet()?n.getFCRoot():{core:l.core,modules:l.modules},this.resolveFusionCharts(e.core,e.modules)}return n.setFCRoot=function(l){n._fcRoot=l},n.getFCRoot=function(){return n._fcRoot},n.isFCRootSet=function(){return!!n._fcRoot},n.prototype.resolveFusionCharts=function(n,l){n&&n.id&&"FusionCharts"===n.id?this._fusionchartsStatice=n:this._fusionchartsStatice=n(),l&&l.forEach(function(l){l.getName||l.name?n.addDep(l):l(n)})},n.prototype.getFusionChartsStatic=function(){return this._fusionchartsStatice},n.prototype.getNextItemCount=function(){return++n.itemCount},n.ctorParameters=function(){return[{type:t}]},n._fcRoot=null,n.itemCount=0,n}()},GXMW:function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t=[".sub-title{opacity:.8}.container-1440{max-width:1400px;margin:0 auto}.container-1200{max-width:1170px;margin:0 auto}.feature-list{padding:0;list-style:none}.feature-list li span{position:absolute;left:0}.icn-success{color:#59d99d}.feature-list li{position:relative;padding-left:23px;margin-bottom:8px;color:#434456}.icn-inline{font-size:18px;position:relative;top:3px;margin-right:5px}.bg-light-purple{background-color:#f8f9fd}.demo{height:100%;display:-ms-flexbox;display:flex}.nav-heading{text-transform:uppercase;font-size:12px;padding:10px 0;color:rgba(0,0,0,.6);border-bottom:1px solid rgba(0,0,0,.15)}.nav-list{padding:20px 0}.nav-item{margin:5px 0;padding:10px 20px;color:rgba(0,0,0,.6);cursor:pointer}.nav-item.selected{color:#fff;background:#6957da;border-radius:4px;overflow:hidden;box-shadow:0 4px 9px 0 rgba(23,28,33,.06);cursor:auto}.item-desc{opacity:.8;line-height:120%}.header-link{color:rgba(0,0,0,.6)}.side-nav .nav-list .nav-item:hover{color:#fff;background:#6957da;border-radius:4px;overflow:hidden;box-shadow:0 4px 9px 0 rgba(23,28,33,.06)}.side-nav .nav-list{height:550px;overflow-y:scroll}.chart-view .card-body{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;min-height:350px}.chart-wrapper-inner{width:100%;height:100%;text-align:center}.code-view,.code-view .card{overflow:hidden;border-radius:4px}.code-view{width:100%;margin-bottom:15px;box-shadow:0 2px 4px 0 rgba(104,105,128,.3)}.code-view .code-panel{background:#22263b;margin:0!important}#chartCode{width:100%}.codeMirrorDiv .CodeMirror{height:auto!important;padding:8px}.code-view .code-panel-header{padding:10px 15px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.code-view .code-panel-view{padding:0;background:#22263b;max-height:300px;height:100%;overflow:scroll}.ref-link{font-weight:600}.btn-code{border-radius:0;background:#03040b;color:#73748c}.btn-code.selected{border-radius:0;background:#22263b;color:#fff}#chart-code{width:100%}.chart-selector{max-width:320px;width:100%;margin-bottom:24px}.base-dropdown .selector{width:100%;display:block;padding:12px 35px 12px 15px;font-size:14px;font-weight:600;cursor:pointer}.base-dropdown{display:inline-block;border:1px solid rgba(62,57,107,.13);border-radius:4px;position:relative}.base-dropdown .placeholder{position:absolute;top:-10px;left:12px;font-size:12px;font-weight:600;padding:0 3px;color:#9f9fb9;background:#f9f9fc;pointer-events:none}.base-dropdown .caret{position:absolute;top:10px;right:12px;pointer-events:none}.foot-item{color:#9fa0b7;font-weight:300!important}#navbar{height:64px}#footbar{height:100px;background-color:#1b192f}body{overflow-x:hidden}.modal{display:none;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.5)}.modal-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:80%}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}@media (min-width:768px){.navbar{padding:.5rem}}@media (min-width:992px){.navbar .navbar-nav .nav-item{margin-right:1rem}}@media (min-width:1200px){.navbar{padding:.6rem 4%}.navbar .navbar-nav .nav-item{margin-right:1.4rem}}"]},H23u:function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t=[".cm-s-dracula.CodeMirror,.cm-s-dracula .CodeMirror-gutters{background-color:#23273b!important;color:#f8f8f2!important;border:none}.cm-s-dracula .CodeMirror-gutters{color:#23273b}.cm-s-dracula .CodeMirror-cursor{border-left:thin solid #f8f8f0}.cm-s-dracula .CodeMirror-linenumber{color:#6d8a88}.cm-s-dracula .CodeMirror-selected{background:hsla(0,0%,100%,.1)}.cm-s-dracula .CodeMirror-line::selection,.cm-s-dracula .CodeMirror-line>span::selection,.cm-s-dracula .CodeMirror-line>span>span::selection{background:hsla(0,0%,100%,.1)}.cm-s-dracula .CodeMirror-line::-moz-selection,.cm-s-dracula .CodeMirror-line>span::-moz-selection,.cm-s-dracula .CodeMirror-line>span>span::-moz-selection{background:hsla(0,0%,100%,.1)}.cm-s-dracula span.cm-comment{color:#6272a4}.cm-s-dracula span.cm-string,.cm-s-dracula span.cm-string-2{color:#f1fa8c}.cm-s-dracula span.cm-number{color:#bd93f9}.cm-s-dracula span.cm-variable{color:#50fa7b}.cm-s-dracula span.cm-variable-2{color:#fff}.cm-s-dracula span.cm-def{color:#50fa7b}.cm-s-dracula span.cm-keyword,.cm-s-dracula span.cm-operator{color:#ff79c6}.cm-s-dracula span.cm-atom{color:#bd93f9}.cm-s-dracula span.cm-meta{color:#f8f8f2}.cm-s-dracula span.cm-tag{color:#ff79c6}.cm-s-dracula span.cm-attribute,.cm-s-dracula span.cm-qualifier{color:#50fa7b}.cm-s-dracula span.cm-property{color:#66d9ef}.cm-s-dracula span.cm-builtin{color:#50fa7b}.cm-s-dracula span.cm-type,.cm-s-dracula span.cm-variable-3{color:#ffb86c}.cm-s-dracula .CodeMirror-activeline-background{background:hsla(0,0%,100%,.1)}.cm-s-dracula .CodeMirror-matchingbracket{text-decoration:underline;color:#fff!important}"]},I8Bx:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex11",this.sampleCode=a.a,this.chartInstance={},this.dataSource={chart:{caption:"Sales of top 3 juice flavors last year",subcaption:"Click on a column to see details",xaxisname:"Flavor",yaxisname:"Amount (In USD)",numberprefix:"$",theme:"fusion",rotateValues:"0"},data:[{label:"Apple",value:"810000",link:"newchart-xml-apple"},{label:"Cranberry",value:"620000",link:"newchart-xml-cranberry"},{label:"Grape",value:"350000",link:"newchart-xml-grapes"}],linkeddata:[{id:"apple",linkedchart:{chart:{caption:"Apple Juice - Quarterly Sales",subcaption:"Last year",numberprefix:"$",theme:"fusion",rotateValues:"0",plottooltext:"$label, $dataValue, $percentValue"},data:[{label:"Q1",value:"157000"},{label:"Q2",value:"172000"},{label:"Q3",value:"206000"},{label:"Q4",value:"275000"}]}},{id:"cranberry",linkedchart:{chart:{caption:"Cranberry Juice - Quarterly Sales",subcaption:"Last year",numberprefix:"$",theme:"fusion",plottooltext:"$label, $dataValue, $percentValue"},data:[{label:"Q1",value:"102000"},{label:"Q2",value:"142000"},{label:"Q3",value:"187000"},{label:"Q4",value:"189000"}]}},{id:"grapes",linkedchart:{chart:{caption:"Grape Juice - Quarterly Sales",subcaption:"Last year",numberprefix:"$",theme:"fusion",rotateValues:"0",plottooltext:"$label, $dataValue, $percentValue"},data:[{label:"Q1",value:"45000"},{label:"Q2",value:"72000"},{label:"Q3",value:"95000"},{label:"Q4",value:"108000"}]}}]}}return n.prototype.initialized=function(n){this.chartInstance=n.chart,this.chartInstance.configureLink({type:"pie2d",width:"100%",overlayButton:{message:"Back",fontColor:"880000",bgColor:"FFEEEE",borderColor:"660000"}})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex11.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},IV6f:function(n,l,e){"use strict";var t=e("0egw"),a=e("wgS3");e.d(l,"a",function(){return o});var o=function(){function n(){this.demoId="ex5a",this.sampleCode=t.a}return n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){a.a.change(n.sampleCode.ex5a.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},ImqV:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](1,0,null,null,69,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,66,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,63,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","100%"]],null,[[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](9,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{initialized:"initialized"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,55,"div",[["style","display: flex; justify-content: center"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](14,0,null,null,1,"span",[["id","select-text"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Choose a theme:"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](17,0,null,null,49,"div",[["class","change-type"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](19,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](21,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("fusion")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](23,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Fusion"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](27,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](29,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("gammel")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](31,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Gammel"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](35,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](37,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("candy")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](39,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Candy"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](43,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](45,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("zune")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](47,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Zune"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](51,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](53,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("ocean")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](55,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Ocean"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](59,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](61,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("carbon")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](63,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Carbon"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n \n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](72,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](73,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"column2d","100%","400"),n(l,73,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,21,0,"fusion","fusion"===e.theme);n(l,29,0,"gammel","gammel"===e.theme);n(l,37,0,"candy","candy"===e.theme);n(l,45,0,"zune","zune"===e.theme);n(l,53,0,"ocean","ocean"===e.theme);n(l,61,0,"carbon","carbon"===e.theme)})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("41Uk"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=['#select-text[_ngcontent-%COMP%] {\n margin: 5px;\n }\n\n .change-type[_ngcontent-%COMP%] {\n display: inline-block;\n margin: 0 10px;\n }\n\n .change-type[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n display: inline-flex;\n position: relative;\n margin: 0 10px;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n position: relative;\n padding: 5px 10px 5px 30px;\n border-radius: 4px;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%] {\n opacity: 0;\n cursor: pointer;\n z-index: 1;\n width: 100%;\n height: 100%;\n left: 0;\n position: absolute;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before, .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n content: "";\n position: absolute;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before {\n display: block;\n background: #fff;\n border: 2px solid #949697;\n box-shadow: none;\n border-radius: 50%;\n top: 11px;\n left: 8px;\n width: 1.5rem;\n height: 1.5rem;\n }\n\n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n width: 0.9rem;\n height: 0.9rem;\n top: 14px;\n left: 11px;\n border-radius: 50%;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%] {\n color: #48b884;\n font-weight: 600;\n box-shadow: 0 4px 9px 0 rgba(104, 105, 128, .22);\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:before {\n color: #fff;\n box-shadow: none;\n border: 2px solid #48b884;\n }\n\n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:after {\n background: #55bd8d;\n }',o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},JNN4:function(n,l,e){"use strict";function t(n){return i["ɵvid"](0,[(n()(),i["ɵeld"](0,0,null,null,9,"div",[],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](2,0,null,null,6,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.moduleCode=e)&&t}return t},d.a,d.b)),i["ɵdid"](3,4374528,null,0,s.CodemirrorComponent,[],{config:[0,"config"]},null),i["ɵpod"](4,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),i["ɵprd"](1024,null,c.NG_VALUE_ACCESSOR,function(n){return[n]},[s.CodemirrorComponent]),i["ɵdid"](6,671744,null,0,c.NgModel,[[8,null],[8,null],[8,null],[2,c.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),i["ɵprd"](2048,null,c.NgControl,null,[c.NgModel]),i["ɵdid"](8,16384,null,0,c.NgControlStatus,[c.NgControl],null,null),(n()(),i["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,3,0,n(l,4,0,!0,"dracula","4",!0,!0,"javascript")),n(l,6,0,e.moduleCode)},function(n,l){n(l,2,0,i["ɵnov"](l,8).ngClassUntouched,i["ɵnov"](l,8).ngClassTouched,i["ɵnov"](l,8).ngClassPristine,i["ɵnov"](l,8).ngClassDirty,i["ɵnov"](l,8).ngClassValid,i["ɵnov"](l,8).ngClassInvalid,i["ɵnov"](l,8).ngClassPending)})}function a(n){return i["ɵvid"](0,[(n()(),i["ɵeld"](0,0,null,null,9,"div",[],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](2,0,null,null,6,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.componentCode=e)&&t}return t},d.a,d.b)),i["ɵdid"](3,4374528,null,0,s.CodemirrorComponent,[],{config:[0,"config"]},null),i["ɵpod"](4,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),i["ɵprd"](1024,null,c.NG_VALUE_ACCESSOR,function(n){return[n]},[s.CodemirrorComponent]),i["ɵdid"](6,671744,null,0,c.NgModel,[[8,null],[8,null],[8,null],[2,c.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),i["ɵprd"](2048,null,c.NgControl,null,[c.NgModel]),i["ɵdid"](8,16384,null,0,c.NgControlStatus,[c.NgControl],null,null),(n()(),i["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,3,0,n(l,4,0,!0,"dracula","4",!0,!0,"javascript")),n(l,6,0,e.componentCode)},function(n,l){n(l,2,0,i["ɵnov"](l,8).ngClassUntouched,i["ɵnov"](l,8).ngClassTouched,i["ɵnov"](l,8).ngClassPristine,i["ɵnov"](l,8).ngClassDirty,i["ɵnov"](l,8).ngClassValid,i["ɵnov"](l,8).ngClassInvalid,i["ɵnov"](l,8).ngClassPending)})}function o(n){return i["ɵvid"](0,[(n()(),i["ɵeld"](0,0,null,null,9,"div",[],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](2,0,null,null,6,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.templateCode=e)&&t}return t},d.a,d.b)),i["ɵdid"](3,4374528,null,0,s.CodemirrorComponent,[],{config:[0,"config"]},null),i["ɵpod"](4,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),i["ɵprd"](1024,null,c.NG_VALUE_ACCESSOR,function(n){return[n]},[s.CodemirrorComponent]),i["ɵdid"](6,671744,null,0,c.NgModel,[[8,null],[8,null],[8,null],[2,c.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),i["ɵprd"](2048,null,c.NgControl,null,[c.NgModel]),i["ɵdid"](8,16384,null,0,c.NgControlStatus,[c.NgControl],null,null),(n()(),i["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,3,0,n(l,4,0,!0,"dracula","4",!0,!0,"xml")),n(l,6,0,e.templateCode)},function(n,l){n(l,2,0,i["ɵnov"](l,8).ngClassUntouched,i["ɵnov"](l,8).ngClassTouched,i["ɵnov"](l,8).ngClassPristine,i["ɵnov"](l,8).ngClassDirty,i["ɵnov"](l,8).ngClassValid,i["ɵnov"](l,8).ngClassInvalid,i["ɵnov"](l,8).ngClassPending)})}function u(n){return i["ɵvid"](0,[(n()(),i["ɵeld"](0,0,null,null,44,"div",[["class","code-view mt-2"]],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](2,0,null,null,41,"div",[["class","card-shadow"],["style","background: #03040B;"]],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](4,0,null,null,13,"div",[["aria-label","Basic example"],["class","code-nav-btns btn-group"],["role","group"]],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](6,0,null,null,2,"button",[["class","btn btn-code"],["type","button"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.selectCode("module")&&t}return t},null,null)),i["ɵdid"](7,278528,null,0,m.NgClass,[i.IterableDiffers,i.KeyValueDiffers,i.ElementRef,i.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),i["ɵted"](-1,null,["Module"])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](10,0,null,null,2,"button",[["class","btn btn-code"],["type","button"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.selectCode("component")&&t}return t},null,null)),i["ɵdid"](11,278528,null,0,m.NgClass,[i.IterableDiffers,i.KeyValueDiffers,i.ElementRef,i.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),i["ɵted"](-1,null,["Component"])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](14,0,null,null,2,"button",[["class","btn btn-code"],["type","button"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.selectCode("template")&&t}return t},null,null)),i["ɵdid"](15,278528,null,0,m.NgClass,[i.IterableDiffers,i.KeyValueDiffers,i.ElementRef,i.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),i["ɵted"](-1,null,["Template"])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](19,0,null,null,23,"div",[["class","card-body p-0"]],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](21,0,null,null,20,"div",[["class","code-panel"]],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](23,0,null,null,17,"div",[["class","code-panel-header"]],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](25,0,null,null,14,"div",[["id","chartCode"]],null,null,null,null,null)),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵeld"](27,0,null,null,11,"div",[],null,null,null,null,null)),i["ɵdid"](28,16384,null,0,m.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵand"](16777216,null,null,1,null,t)),i["ɵdid"](31,278528,null,0,m.NgSwitchCase,[i.ViewContainerRef,i.TemplateRef,m.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵand"](16777216,null,null,1,null,a)),i["ɵdid"](34,278528,null,0,m.NgSwitchCase,[i.ViewContainerRef,i.TemplateRef,m.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵand"](16777216,null,null,1,null,o)),i["ɵdid"](37,278528,null,0,m.NgSwitchCase,[i.ViewContainerRef,i.TemplateRef,m.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵted"](-1,null,["\n "])),(n()(),i["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,7,0,"btn btn-code","module"===e.cSelected&&"selected");n(l,11,0,"btn btn-code","component"===e.cSelected&&"selected");n(l,15,0,"btn btn-code","template"===e.cSelected&&"selected"),n(l,28,0,e.cSelected);n(l,31,0,"module");n(l,34,0,"component");n(l,37,0,"template")},null)}function r(n){return i["ɵvid"](0,[(n()(),i["ɵeld"](0,0,null,null,1,"tabbed-code",[],null,null,null,u,f)),i["ɵdid"](1,114688,null,0,p.a,[],null,null)],function(n,l){n(l,1,0)},null)}var i=e("/oeL"),d=e("KPCT"),s=e("nfVm"),c=(e.n(s),e("bm2B")),p=e("36bs"),m=e("qbdv");e.d(l,"b",function(){return f}),l.a=u;var h=[],f=i["ɵcrt"]({encapsulation:2,styles:h,data:{}});i["ɵccf"]("tabbed-code",p.a,r,{moduleCode:"moduleCode",componentCode:"componentCode",templateCode:"templateCode"},{},[])},KZ2H:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex14",this.sampleCode=a.a,this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"gammel"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex14.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},Li4n:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](1,0,null,null,20,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,17,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,14,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","100%"]],null,[[null,"dataplotRollOver"]],function(n,l,e){var t=!0,a=n.component;if("dataplotRollOver"===l){t=!1!==a.update(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](9,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{dataplotRollOver:"dataplotRollOver"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,6,"p",[["style","font-size:18px;font-weight: 300;padding:10px;background:#efefef"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["You're are currently hovering over "])),(n()(),u["ɵeld"](14,0,null,null,1,"b",[],null,null,null,null,null)),(n()(),u["ɵted"](15,null,["",""])),(n()(),u["ɵted"](-1,null,[" whose value is "])),(n()(),u["ɵeld"](17,0,null,null,1,"b",[],null,null,null,null,null)),(n()(),u["ɵted"](18,null,[""," "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](23,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](24,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"column2d","100%","400"),n(l,24,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,15,0,e.selectedLabel||"______"),n(l,18,0,e.selectedValue||"_______")})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("TdwY"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=["b[_ngcontent-%COMP%]{\n font-weight: bold;\n }",o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},Lk0x:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](1,0,null,null,45,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,42,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,39,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","100%"]],null,[[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](9,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{initialized:"initialized"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,31,"div",[["style","display: flex; justify-content: center"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](14,0,null,null,1,"span",[["id","select-text"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Select size:"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](17,0,null,null,25,"div",[["class","change-type"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](19,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](21,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("column2d")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](23,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Column2d"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](27,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](29,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("bar2d")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](31,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Bar2d"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](35,0,null,null,6,"div",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](37,0,null,null,0,"input",[["name","options"],["type","radio"]],[[8,"value",0],[8,"checked",0]],[[null,"change"]],function(n,l,e){var t=!0,a=n.component;if("change"===l){t=!1!==a.onSelectionChange("pie2d")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](39,0,null,null,1,"label",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["Pie2d"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n \n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n \n "])),(n()(),u["ɵeld"](48,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](49,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"column2d","100%","400"),n(l,49,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,21,0,"column2d","column2d"===e.chart);n(l,29,0,"bar2d","bar2d"===e.chart);n(l,37,0,"pie2d","pie2d"===e.chart)})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("f1Qw"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=['#select-text[_ngcontent-%COMP%] {\n margin: 5px;\n }\n \n .change-type[_ngcontent-%COMP%] {\n display: inline-block;\n margin: 0 10px;\n }\n \n .change-type[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n display: inline-flex;\n position: relative;\n margin: 0 10px;\n }\n \n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%] {\n position: relative;\n padding: 5px 10px 5px 30px;\n border-radius: 4px;\n }\n \n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%] {\n opacity: 0;\n cursor: pointer;\n z-index: 1;\n width: 100%;\n height: 100%;\n left: 0;\n position: absolute;\n }\n \n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before, .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n content: "";\n position: absolute;\n }\n \n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:before {\n display: block;\n background: #fff;\n border: 2px solid #949697;\n box-shadow: none;\n border-radius: 50%;\n top: 11px;\n left: 8px;\n width: 1.5rem;\n height: 1.5rem;\n }\n \n .change-type[_ngcontent-%COMP%] label[_ngcontent-%COMP%]:after {\n width: 0.9rem;\n height: 0.9rem;\n top: 14px;\n left: 11px;\n border-radius: 50%;\n }\n \n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%] {\n color: #48b884;\n font-weight: 600;\n box-shadow: 0 4px 9px 0 rgba(104, 105, 128, .22);\n }\n \n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:before {\n color: #fff;\n box-shadow: none;\n border: 2px solid #48b884;\n }\n \n .change-type[_ngcontent-%COMP%] input[_ngcontent-%COMP%]:checked ~ label[_ngcontent-%COMP%]:after {\n background: #55bd8d;\n }\n \n #chart-container-ele[_ngcontent-%COMP%] {\n width: 600px;\n height: 350px;\n }',o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},LyBi:function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,12,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n\t"])),(n()(),o["ɵeld"](2,0,null,null,9,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n\t\t"])),(n()(),o["ɵeld"](4,0,null,null,6,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n\t\t\t"])),(n()(),o["ɵeld"](6,0,null,null,3,"fusioncharts",[["dataFormat","xmlurl"],["dataSource","./assets/data/data.xml"],["height","400"],["type","column2d"],["width","100%"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](8,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},null),(n()(),o["ɵted"](-1,null,["\n\t\t\t"])),(n()(),o["ɵted"](-1,null,["\n\t\t"])),(n()(),o["ɵted"](-1,null,["\n\t"])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n\n"])),(n()(),o["ɵeld"](14,0,null,null,2,"tabbed-code",[],null,null,null,d.a,d.b)),o["ɵdid"](15,114688,null,0,s.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),o["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,"./assets/data/data.xml","column2d","100%","400","xmlurl"),n(l,15,0,o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,m)),o["ɵdid"](1,4308992,null,0,c.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("/oeL"),u=e("0hLG"),r=e("Fxku"),i=e("b9rg"),d=e("JNN4"),s=e("36bs"),c=e("IV6f");e.d(l,"a",function(){return h});var p=[],m=o["ɵcrt"]({encapsulation:2,styles:p,data:{}}),h=o["ɵccf"]("chart",c.a,a,{},{},[])},MqD1:function(n,l,e){"use strict";function t(n,l){return new(n.getFusionChartsStatic())(l)}l.a=t},Nbkf:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](1,0,null,null,13,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,10,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,7,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,4,"fusioncharts",[["dataFormat","json"],["height","400"],["type","column2d"],["width","100%"]],null,[[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](9,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},{initialized:"initialized"}),(n()(),u["ɵted"](-1,null,[" "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](16,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](17,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"column2d","100%","400","json"),n(l,17,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("I8Bx"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},O1mc:function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,12,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](2,0,null,null,9,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](4,0,null,null,6,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](6,0,null,null,3,"fusioncharts",[["height","400"],["type","pie3d"],["width","100%"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](8,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},null),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵeld"](14,0,null,null,2,"tabbed-code",[],null,null,null,d.a,d.b)),o["ɵdid"](15,114688,null,0,s.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"pie3d","100%","400"),n(l,15,0,o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,m)),o["ɵdid"](1,4308992,null,0,c.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("/oeL"),u=e("0hLG"),r=e("Fxku"),i=e("b9rg"),d=e("JNN4"),s=e("36bs"),c=e("jXrO");e.d(l,"a",function(){return h});var p=[],m=o["ɵcrt"]({encapsulation:2,styles:p,data:{}}),h=o["ɵccf"]("chart",c.a,a,{},{},[])},O6r7:function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t=[".codepreview pre{height:592px}.masthead{margin-bottom:20px;padding-bottom:5px;border-bottom:1px solid #eee}.masthead .logo{height:38px;width:210px}.masthead h3 a,.masthead h3 a:hover{color:#333;text-decoration:none}.jumbotron .logo{height:60px;width:119px;float:left;margin-right:15px;margin-top:26px}.jumbotron p{margin-left:133px}.tabset,tabset{display:none}.tabset .nav-tabs{overflow:hidden;list-style:none;margin:0;padding:0;border-bottom:1px solid #ccc}.tabset .nav-tabs li{float:left}.tabset .nav-tabs li.active{border:1px solid #ccc;border-bottom-color:#fff}.ng2-tabs{margin-top:20px}.list-group{border:1px solid #ddd;border-radius:5px;padding:2px 0}.list-group nav{height:1071px;overflow:auto}.list-group nav .list-group-item{border:none;border-top:1px solid #ddd}.list-group nav .list-group-item:first-child{border-top:none}.list-group nav .list-group-item.active{color:#333;background-color:#f1f1f1}"]},Oeuw:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](1,0,null,null,24,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,21,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,18,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","100%"]],null,null,null,r.a,r.b)),u["ɵprd"](512,null,i.b,i.b,[i.a]),u["ɵdid"](9,5226496,null,0,d.a,[u.ElementRef,i.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](12,0,null,null,10,"div",[["style","display: flex; justify-content: center"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](14,0,null,null,1,"a",[["class","btn btn-outline-secondary btn-sm"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.changeBackgroundColor()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["Change chart background color"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](17,0,null,null,1,"a",[["class","btn btn-outline-secondary btn-sm"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.changeCaptionTextAlignment()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["Make Caption text left-aligned"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](20,0,null,null,1,"a",[["class","btn btn-outline-danger btn-sm"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.reset()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["Reset"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n\n\n"])),(n()(),u["ɵeld"](27,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](28,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"column2d","100%","400"),n(l,28,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,s.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("0hLG"),i=e("Fxku"),d=e("b9rg"),s=e("7PW+"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[".btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:hover, .btn.btn-outline-danger.btn-sm[_ngcontent-%COMP%]:hover, \n{\n color:white;\n}\n.btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:active, .btn.btn-outline-danger.btn-sm[_ngcontent-%COMP%]:active{\n color:gray;\n}\n.btn[_ngcontent-%COMP%]{\n margin-left:10px;\n}",o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",s.a,a,{},{},[])},QgPG:function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t=['.CodeMirror{font-family:monospace;height:300px;color:#000;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,.5);animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:-20px;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none!important;border:none!important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}']},RdZy:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex17",this.sampleCode=a.a,this.iMsg="Click on Track Data Plot Clicks button to listen to dataplotclick event",this.initMessage=this.iMsg,this.clickPlotMsg="Click on the plot to see the value along with the label",this.message=this.clickPlotMsg,this.attached=!1,this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.getMessage=function(n){return"You have clicked on plot "+n.categoryLabel+" which has a value of "+n.displayValue+""},n.prototype.dataplotClickHandler=function(n,l){var e=this;this.zone.run(function(){e.message=e.getMessage(l)})},n.prototype.initialized=function(n){this.chartObj=n.chart},n.prototype.attachEvent=function(){this.handler=this.dataplotClickHandler.bind(this),this.initMessage="",this.message=this.clickPlotMsg,this.attached=!0,this.chartObj.addEventListener("dataplotClick",this.handler)},n.prototype.removeEvent=function(){this.initMessage=this.iMsg,this.message=this.clickPlotMsg,this.attached=!1,this.chartObj.removeEventListener("dataplotClick",this.handler)},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex17.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},S8JM:function(n,l,e){"use strict";var t=(e("b9rg"),e("4cuC"),e("qYEO"),e("Fxku"));e.d(l,"a",function(){return a});var a=function(){function n(){}return n.forRoot=function(l){for(var e=[],a=1;a$label
$seriesName: $dataValue"},categories:[{category:[{label:"2014",fontItalic:"0"},{label:"2015",fontItalic:"0"},{label:"2016",fontItalic:"0"},{label:"2017 (Projected)"},{label:"2018 (Projected)"}]}],dataset:[{seriesname:"Android Devices",data:[{value:"73",alpha:"100",allowDrag:"0"},{value:"80",alpha:"100",allowDrag:"0"},{value:"97",alpha:"100",allowDrag:"0"},{value:"110",toolText:"$label
$seriesName: $dataValue"},{value:"180",toolText:"$label
$seriesName: $dataValue"}]},{seriesname:"iOS Devices",data:[{value:"63.2",alpha:"100",allowDrag:"0"},{value:"68",alpha:"100",allowDrag:"0"},{value:"82",alpha:"100",allowDrag:"0"},{value:"99",toolText:"$label
$seriesName: $dataValue"},{value:"150",toolText:"$label
$seriesName: $dataValue"}]}]},this.message="Drag any column for years 2017 or 2018 to see updated value along with the label"}return n.prototype.getMessage=function(n,l,e,t){return""+n+" dataset, its previous value was "+l+" and its current value is "+e+" for year "+t+" "},n.prototype.dragStart=function(n){var l=n.dataObj;this.datasetname=l.datasetName,this.startvalue=l.startValue},n.prototype.dragEnd=function(n){var l=this,e=n.dataObj;this.finalvalue=e.endValue;var t=this.dataSource.categories[0].category[e.dataIndex].label;this.zone.run(function(){l.message=l.getMessage(l.datasetname,l.startvalue.toFixed(2),l.finalvalue.toFixed(2),t)})},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex16.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},Vm4j:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex22",this.sampleCode=a.a,this.dataSource={chart:{caption:"Bakersfield Central - Total footfalls",subCaption:"Last week",xAxisName:"Day",yAxisName:"No. of Visitors (In 1000s)",showValues:"0",theme:"fusion"},annotations:{groups:[{id:"anchor-highlight",items:[{id:"high-star",type:"circle",x:"$dataset.0.set.2.x",y:"$dataset.0.set.2.y",radius:"12",color:"#6baa01",border:"2",borderColor:"#f8bd19"},{id:"label",type:"text",text:"Highest footfall 25.5K",fillcolor:"#6baa01",rotate:"90",x:"$dataset.0.set.2.x+75",y:"$dataset.0.set.2.y-2"}]}]},data:[{label:"Mon",value:"15123"},{label:"Tue",value:"14233"},{label:"Wed",value:"25507"},{label:"Thu",value:"9110"},{label:"Fri",value:"15529"},{label:"Sat",value:"20803"},{label:"Sun",value:"19202"}]}}return n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex22.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},"W/p2":function(n,l,e){"use strict";e.d(l,"a",function(){return o});var t={chart:{theme:"fint"},data:[{value:50},{value:55},{value:70},{value:60}]},a={type:"Column2D",width:500,height:300,dataFormat:"json",dataSource:t},o=function(){function n(){this.chartData=JSON.stringify(t),this.chartConf=JSON.stringify(a)}return n}()},XJUe:function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,17,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](2,0,null,null,14,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](4,0,null,null,11,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](6,0,null,null,3,"fusioncharts",[["class","chart1"],["height","200"],["type","column2d"],["width","300"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](8,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},null),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n\n "])),(n()(),o["ɵeld"](11,0,null,null,3,"fusioncharts",[["height","200"],["type","column2d"],["width","300"]],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](13,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},null),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n\n"])),(n()(),o["ɵeld"](19,0,null,null,2,"tabbed-code",[],null,null,null,d.a,d.b)),o["ɵdid"](20,114688,null,0,s.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"column2d","300","200");n(l,13,0,e.dataSource,"column2d","300","200"),n(l,20,0,o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,m)),o["ɵdid"](1,4308992,null,0,c.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("/oeL"),u=e("0hLG"),r=e("Fxku"),i=e("b9rg"),d=e("JNN4"),s=e("36bs"),c=e("7oks");e.d(l,"a",function(){return h});var p=["\n .chart1 div {\n float: left;\n }\n "],m=o["ɵcrt"]({encapsulation:2,styles:p,data:{}}),h=o["ɵccf"]("chart",c.a,a,{},{},[])},YGdl:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex24",this.sampleCode=a.a,this.selectedSlice="none",this.dataSource={chart:{caption:"Market Share of Web Servers",plottooltext:"$percentValue of web servers run on $label servers",showLegend:"1",showPercentValues:"1",legendPosition:"bottom",useDataPlotColorForLabels:"1",enablemultislicing:"0",showlegend:"0",theme:"fusion"},data:[{label:"Apache",value:"32647479"},{label:"Microsoft",value:"22100932"},{label:"Zeus",value:"14376"},{label:"Other",value:"18674221"}]}}return n.prototype.initialized=function(n){this.chart=n.chart},n.prototype.onRadioOptionChange=function(n){var l=this;this.selectedSlice=n,this.dataSource.data.forEach(function(e,t){"none"==n?l.chart.slicePlotItem(t,!1):n===e.label.toLowerCase()&&l.chart.slicePlotItem(t,!0)})},n.prototype.getLabel=function(n){return this.dataSource.data[n].label},n.prototype.dataplotClick=function(n){var l=this,e=n.dataObj.dataIndex,t=n.dataObj.isSliced;this.zone.run(function(){l.selectedSlice=t?"none":l.getLabel(e).toLowerCase()})},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex24.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},"aR8+":function(n,l,e){"use strict";var t=e("S8JM"),a=e("FzFg"),o=(e.n(a),e("vgHh")),u=(e.n(o),e("CTng")),r=(e.n(u),e("6aEH")),i=(e.n(r),e("Pmnm")),d=(e.n(i),e("24Tz")),s=(e.n(d),e("+s/i")),c=(e.n(s),e("5ear")),p=(e.n(c),e("eZ8/")),m=(e.n(p),e("Kj4B")),h=(e.n(m),e("gdFg")),f=(e.n(h),e("9AID")),g=(e.n(f),e("whsy"));e.n(g);e.d(l,"a",function(){return v}),t.a.fcRoot(a,o,u,r,i,d,s,c,m,h,f,p,g);var v=function(){function n(){}return n}()},b9rg:function(n,l,e){"use strict";var t=e("/oeL"),a=e("Fxku"),o=e("MqD1"),u=e("2UCS");e.d(l,"a",function(){return r});var r=function(){function n(n,l,e,a){this.differs=e,this.zone=a,this.eventList=u.a,this.beforeLinkedItemOpen=new t.EventEmitter,this.linkedItemOpened=new t.EventEmitter,this.beforeLinkedItemClose=new t.EventEmitter,this.linkedItemClosed=new t.EventEmitter,this.printReadyStateChange=new t.EventEmitter,this.dataLoadRequestCompleted=new t.EventEmitter,this.dataLoadError=new t.EventEmitter,this.dataLoadCancelled=new t.EventEmitter,this.dataLoadRequestCancelled=new t.EventEmitter,this.dataUpdated=new t.EventEmitter,this.dataUpdateCancelled=new t.EventEmitter,this.dataLoadRequested=new t.EventEmitter,this.beforeDataUpdate=new t.EventEmitter,this.realTimeUpdateComplete=new t.EventEmitter,this.chartCleared=new t.EventEmitter,this.slicingEnd=new t.EventEmitter,this.slicingStart=new t.EventEmitter,this.entityRollOut=new t.EventEmitter,this.entityRollOver=new t.EventEmitter,this.entityClick=new t.EventEmitter,this.connectorRollOver=new t.EventEmitter,this.connectorRollOut=new t.EventEmitter,this.connectorClick=new t.EventEmitter,this.markerRollOver=new t.EventEmitter,this.markerRollOut=new t.EventEmitter,this.markerClick=new t.EventEmitter,this.pageNavigated=new t.EventEmitter,this.rotationEnd=new t.EventEmitter,this.rotationStart=new t.EventEmitter,this.centerLabelRollover=new t.EventEmitter,this.centerLabelRollout=new t.EventEmitter,this.centerLabelClick=new t.EventEmitter,this.centerLabelChanged=new t.EventEmitter,this.chartClick=new t.EventEmitter,this.chartMouseMove=new t.EventEmitter,this.chartRollOver=new t.EventEmitter,this.chartRollOut=new t.EventEmitter,this.backgroundLoaded=new t.EventEmitter,this.backgroundLoadError=new t.EventEmitter,this.legendItemClicked=new t.EventEmitter,this.legendItemRollover=new t.EventEmitter,this.legendItemRollout=new t.EventEmitter,this.logoRollover=new t.EventEmitter,this.logoRollout=new t.EventEmitter,this.logoClick=new t.EventEmitter,this.logoLoaded=new t.EventEmitter,this.logoLoadError=new t.EventEmitter,this.beforeExport=new t.EventEmitter,this.exported=new t.EventEmitter,this.exportCancelled=new t.EventEmitter,this.beforePrint=new t.EventEmitter,this.printComplete=new t.EventEmitter,this.printCancelled=new t.EventEmitter,this.dataLabelClick=new t.EventEmitter,this.dataLabelRollOver=new t.EventEmitter,this.dataLabelRollOut=new t.EventEmitter,this.scrollStart=new t.EventEmitter,this.scrollEnd=new t.EventEmitter,this.onScroll=new t.EventEmitter,this.zoomReset=new t.EventEmitter,this.zoomedOut=new t.EventEmitter,this.zoomedIn=new t.EventEmitter,this.zoomed=new t.EventEmitter,this.zoomModeChanged=new t.EventEmitter,this.pinned=new t.EventEmitter,this.dataRestored=new t.EventEmitter,this.beforeDataSubmit=new t.EventEmitter,this.dataSubmitError=new t.EventEmitter,this.dataSubmitted=new t.EventEmitter,this.dataSubmitCancelled=new t.EventEmitter,this.chartUpdated=new t.EventEmitter,this.nodeAdded=new t.EventEmitter,this.nodeUpdated=new t.EventEmitter,this.nodeDeleted=new t.EventEmitter,this.connectorAdded=new t.EventEmitter,this.connectorUpdated=new t.EventEmitter,this.connectorDeleted=new t.EventEmitter,this.labelAdded=new t.EventEmitter,this.labelDeleted=new t.EventEmitter,this.selectionRemoved=new t.EventEmitter,this.selectionStart=new t.EventEmitter,this.selectionEnd=new t.EventEmitter,this.labelClick=new t.EventEmitter,this.labelRollOver=new t.EventEmitter,this.labelRollOut=new t.EventEmitter,this.labelDragStart=new t.EventEmitter,this.labelDragEnd=new t.EventEmitter,this.dataplotDragStart=new t.EventEmitter,this.dataplotDragEnd=new t.EventEmitter,this.processClick=new t.EventEmitter,this.processRollOver=new t.EventEmitter,this.processRollOut=new t.EventEmitter,this.categoryClick=new t.EventEmitter,this.categoryRollOver=new t.EventEmitter,this.categoryRollOut=new t.EventEmitter,this.milestoneClick=new t.EventEmitter,this.milestoneRollOver=new t.EventEmitter,this.milestoneRollOut=new t.EventEmitter,this.chartTypeChanged=new t.EventEmitter,this.overlayButtonClick=new t.EventEmitter,this.loaded=new t.EventEmitter,this.rendered=new t.EventEmitter,this.drawComplete=new t.EventEmitter,this.renderComplete=new t.EventEmitter,this.dataInvalid=new t.EventEmitter,this.dataXMLInvalid=new t.EventEmitter,this.dataLoaded=new t.EventEmitter,this.noDataToDisplay=new t.EventEmitter,this.legendPointerDragStart=new t.EventEmitter,this.legendPointerDragStop=new t.EventEmitter,this.legendRangeUpdated=new t.EventEmitter,this.alertComplete=new t.EventEmitter,this.realTimeUpdateError=new t.EventEmitter,this.dataplotRollOver=new t.EventEmitter,this.dataplotRollOut=new t.EventEmitter,this.dataplotClick=new t.EventEmitter,this.linkClicked=new t.EventEmitter,this.beforeRender=new t.EventEmitter,this.renderCancelled=new t.EventEmitter,this.beforeResize=new t.EventEmitter,this.resized=new t.EventEmitter,this.resizeCancelled=new t.EventEmitter,this.beforeDispose=new t.EventEmitter,this.disposed=new t.EventEmitter,this.disposeCancelled=new t.EventEmitter,this.linkedChartInvoked=new t.EventEmitter,this.beforeDrillDown=new t.EventEmitter,this.drillDown=new t.EventEmitter,this.beforeDrillUp=new t.EventEmitter,this.drillUp=new t.EventEmitter,this.drillDownCancelled=new t.EventEmitter,this.drillUpCancelled=new t.EventEmitter,this.initialized=new t.EventEmitter,this.oldDataSource=this.dataSource,this.constructerParams={type:!0,id:!0,width:!0,height:!0,renderAt:!0,dataFormat:!0,dataSource:!0,events:!0,link:!0,showDataLoadingMessage:!0,showChartLoadingMessage:!0,baseChartMessageFont:!0,baseChartMessageFontSize:!0,baseChartMessageColor:!0,dataLoadStartMessage:!0,dataLoadErrorMessage:!0,dataInvalidMessage:!0,dataEmptyMessage:!0,typeNotSupportedMessage:!0,loadMessage:!0,renderErrorMessage:!0,containerBackgroundColor:!0,containerBackgroundOpacity:!0,containerClassName:!0,baseChartMessageImageHAlign:!0,baseChartMessageImageVAlign:!0,baseChartMessageImageAlpha:!0,baseChartMessageImageScale:!0,typeNotSupportedMessageImageHAlign:!0,typeNotSupportedMessageImageVAlign:!0,typeNotSupportedMessageImageAlpha:!0,typeNotSupportedMessageImageScale:!0,dataLoadErrorMessageImageHAlign:!0,dataLoadErrorMessageImageVAlign:!0,dataLoadErrorMessageImageAlpha:!0,dataLoadErrorMessageImageScale:!0,dataLoadStartMessageImageHAlign:!0,dataLoadStartMessageImageVAlign:!0,dataLoadStartMessageImageAlpha:!0,dataLoadStartMessageImageScale:!0,dataInvalidMessageImageHAlign:!0,dataInvalidMessageImageVAlign:!0,dataInvalidMessageImageAlpha:!0,dataInvalidMessageImageScale:!0,dataEmptyMessageImageHAlign:!0,dataEmptyMessageImageVAlign:!0,dataEmptyMessageImageAlpha:!0,dataEmptyMessageImageScale:!0,renderErrorMessageImageHAlign:!0,renderErrorMessageImageVAlign:!0,renderErrorMessageImageAlpha:!0,renderErrorMessageImageScale:!0,loadMessageImageHAlign:!0,loadMessageImageVAlign:!0,loadMessageImageAlpha:!0,loadMessageImageScale:!0,chartConfig:!0},this.element=n,this.fusionchartsService=l,this.containerId=l.getNextItemCount()}return n.prototype.ngOnInit=function(){this.oldDataSource=JSON.stringify(this.dataSource),this.placeholder=this.placeholder||"FusionCharts will render here"},n.prototype.ngOnChanges=function(n){for(var l=0,e=Object.keys(n);l$dataValue of energy from $seriesName",theme:"fusion"},categories:[{category:[{label:"Canada"},{label:"China"},{label:"Russia"},{label:"Australia"},{label:"United States"},{label:"France"}]}],dataSet:[{seriesName:"Coal",data:[{value:"400"},{value:"830"},{value:"500"},{value:"420"},{value:"790"},{value:"380"}]},{seriesName:"Hydro",data:[{value:"350"},{value:"620"},{value:"410"},{value:"370"},{value:"720"},{value:"310"}]},{seriesName:"Nuclear",data:[{value:"210"},{value:"400"},{value:"450"},{value:"180"},{value:"570"},{value:"270"}]},{seriesName:"Gas",data:[{value:"180"},{value:"330"},{value:"230"},{value:"160"},{value:"440"},{value:"350"}]},{seriesName:"Oil",data:[{value:"60"},{value:"200"},{value:"200"},{value:"50"},{value:"230"},{value:"150"}]}]}}return n.prototype.getChartInstance=function(n){},n.prototype.exportChart=function(n){a.batchExport({exportFormat:"pdf"})},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex10.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},"c+c+":function(n,l,e){"use strict";var t=e("0egw"),a=e("wgS3");e.d(l,"a",function(){return o});var o=function(){function n(){this.demoId="ex6",this.type="Column2D",this.width="100%",this.height="400",this.dataFormat="json",this.sampleCode=t.a,this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion",updateAnimDuration:"0.4"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]},this.getRandomNumber=function(){return Math.round(260*Math.random()+30)}}return n.prototype.updateMyChartData=function(){this.dataSource.data[2].value=this.getRandomNumber(),this.dataSource.data[3].value=this.getRandomNumber()},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){a.a.change(n.sampleCode.ex6.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},cDNt:function(n,l,e){"use strict";Object.defineProperty(l,"__esModule",{value:!0});var t=e("/oeL"),a=e("p5Ee"),o=e("+h1B"),u=e("fc+i");a.a.production&&e.i(t.enableProdMode)(),e.i(u.a)().bootstrapModuleFactory(o.a)},"eBH+":function(n,l,e){"use strict";function t(n){return o["ɵvid"](0,[(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵeld"](1,0,null,null,16,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](3,0,null,null,13,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](5,0,null,null,10,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](7,0,null,null,3,"fusioncharts",[],null,null,null,u.a,u.b)),o["ɵprd"](512,null,r.b,r.b,[r.a]),o["ɵdid"](9,5226496,null,0,i.a,[o.ElementRef,r.b,o.KeyValueDiffers,o.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},null),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵeld"](12,0,null,null,2,"div",[["style","display: flex; justify-content: center"]],null,null,null,null,null)),(n()(),o["ɵeld"](13,0,null,null,1,"a",[["class","btn btn-outline-secondary btn-sm"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.updateMyChartData()&&t}return t},null,null)),(n()(),o["ɵted"](-1,null,["Click me to change data"])),(n()(),o["ɵted"](-1,null,["\n\n "])),(n()(),o["ɵted"](-1,null,["\n "])),(n()(),o["ɵted"](-1,null,["\n"])),(n()(),o["ɵted"](-1,null,["\n\n"])),(n()(),o["ɵeld"](19,0,null,null,2,"tabbed-code",[],null,null,null,s.a,s.b)),o["ɵdid"](20,114688,null,0,c.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),o["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,o["ɵinlineInterpolate"](1,"",e.type,""),o["ɵinlineInterpolate"](1,"",e.width,""),o["ɵinlineInterpolate"](1,"",e.height,""),o["ɵinlineInterpolate"](1,"",e.dataFormat,"")),n(l,20,0,o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),o["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return o["ɵvid"](0,[(n()(),o["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,m)),o["ɵdid"](1,4308992,null,0,d.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("/oeL"),u=e("0hLG"),r=e("Fxku"),i=e("b9rg"),d=e("c+c+"),s=e("JNN4"),c=e("36bs");e.d(l,"a",function(){return h});var p=[".btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:hover{\n color:white;\n }\n .btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:active{\n color:gray;\n }"],m=o["ɵcrt"]({encapsulation:0,styles:p,data:{}}),h=o["ɵccf"]("chart",d.a,a,{},{},[])},f1Qw:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex21",this.sampleCode=a.a,this.chart="column2d",this.dataSource={chart:{caption:"Recommended Portfolio Split",subCaption:"For a net-worth of $1M",showValues:"1",showPercentInTooltip:"0",numberPrefix:"$",enableMultiSlicing:"1",theme:"fusion"},data:[{label:"Equity",value:"300000"},{label:"Debt",value:"230000"},{label:"Bullion",value:"180000"},{label:"Real-estate",value:"270000"},{label:"Insurance",value:"20000"}]}}return n.prototype.initialized=function(n){this.chartObj=n.chart},n.prototype.onSelectionChange=function(n){this.chart=n,this.chartObj.chartType(n)},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex21.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},g63e:function(n,l,e){"use strict";var t=e("0egw"),a=e("wgS3");e.d(l,"a",function(){return o});var o=function(){function n(){this.demoId="ex3",this.sampleCode=t.a,this.dataSource={chart:{caption:"Expense Analysis",subCaption:"ACME Inc.",xAxisname:"Region",yAxisName:"Amount (In USD)",numberPrefix:"$",exportenabled:"1",theme:"fusion"},categories:[{category:[{label:"East"},{label:"West"},{label:"South"},{label:"North"}]}],dataset:[{seriesName:"Actual Expenses",data:[{value:"1441290"},{value:"855912"},{value:"911404"},{value:"648136"}]},{seriesName:"Budgeted Expenses",renderAs:"line",data:[{value:"1297430"},{value:"776485"},{value:"685352"},{value:"726791"}]},{seriesName:"Unknown liabilities",renderAs:"area",showAnchors:"0",data:[{value:"143860"},{value:"79427"},{value:"226052"},{value:"78655"}]}]}}return n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){a.a.change(n.sampleCode.ex3.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},gWVM:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](1,0,null,null,23,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,20,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,17,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","100%"]],null,[[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](9,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{initialized:"initialized"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n\n "])),(n()(),u["ɵeld"](12,0,null,null,0,"p",[["style","padding:10px; background: #efefef"]],[[8,"innerHTML",1]],null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](14,0,null,null,7,"p",[],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](16,0,null,null,1,"button",[["class","btn btn-outline-secondary btn-sm"]],[[8,"disabled",0]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.attachEvent()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["ADD/LISTEN TO DATAPLOTCLICK EVENT"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](19,0,null,null,1,"button",[["class","btn btn-outline-secondary btn-sm"]],[[8,"disabled",0]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.removeEvent()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["REMOVE DATAPLOTCLICK EVENT"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n\n"])),(n()(),u["ɵeld"](26,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](27,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"column2d","100%","400"),n(l,27,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){var e=l.component;n(l,12,0,e.initMessage||e.message),n(l,16,0,e.attached),n(l,19,0,!e.attached)})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("RdZy"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[".btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:hover{\n color:white;\n }\n .btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:active{\n color:gray;\n }\n div[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{\n margin: 0px 10px;\n }",o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},hObm:function(n,l,e){"use strict";var t=e("0egw"),a=e("wgS3");e.d(l,"a",function(){return o});var o=function(){function n(){this.demoId="ex5",this.sampleCode=t.a}return n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){a.a.change(n.sampleCode.ex5.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},"hw+9":function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex23",this.sampleCode=a.a,this.temp_message="",this.message="You will see notifications here for the chart lifecycle events",this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.beforeDataUpdate=function(n){var l=this;this.zone.run(function(){l.message="Status: beforeDataUpdate"})},n.prototype.dataUpdated=function(n){var l=this;this.zone.run(function(){l.message+=", dataUpdated"})},n.prototype.drawComplete=function(n){var l=this;this.zone.run(function(){l.message+=", drawComplete"})},n.prototype.renderComplete=function(n){var l=this;this.zone.run(function(){l.message+=", renderComplete"})},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex23.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},iK3h:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex15",this.sampleCode=a.a,this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]}}return n.prototype.chartRender=function(n){var l=this;this.zone.run(function(){l.message="Chart has completed rendering."})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex15.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},jXrO:function(n,l,e){"use strict";var t=e("0egw"),a=e("wgS3");e.d(l,"a",function(){return o});var o=function(){function n(){this.demoId="ex2",this.sampleCode=t.a,this.dataSource={chart:{caption:"Recommended Portfolio Split",subCaption:"For a net-worth of $1M",showValues:"1",showPercentInTooltip:"0",numberPrefix:"$",enableMultiSlicing:"1",theme:"fusion"},data:[{label:"Equity",value:"300000"},{label:"Debt",value:"230000"},{label:"Bullion",value:"180000"},{label:"Real-estate",value:"270000"},{label:"Insurance",value:"20000"}]}}return n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){a.a.change(n.sampleCode.ex2.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[]},n}()},jkyY:function(n,l,e){"use strict";var t=e("fc+i");e.d(l,"a",function(){return a});var a=function(){function n(n){this.sanitized=n}return n.prototype.transform=function(n){return this.sanitized.bypassSecurityTrustHtml(n)},n.ctorParameters=function(){return[{type:t.b}]},n}()},kkq6:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex19",this.sampleCode=a.a,this.dataSource={chart:{caption:"Market Share of Web Servers",plottooltext:"$percentValue of web servers run on $label servers",showLegend:"1",showPercentValues:"1",legendPosition:"bottom",useDataPlotColorForLabels:"1",theme:"fusion"},data:[{label:"Apache",value:"32647479"},{label:"Microsoft",value:"22100932"},{label:"Zeus",value:"14376"},{label:"Other",value:"18674221"}]}}return n.prototype.initialized=function(n){this.chartObj=n.chart},n.prototype.sliceOut=function(){this.chartObj.slicePlotItem(1,!0)},n.prototype.reset=function(){this.chartObj.slicePlotItem(1,!1)},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex19.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},l0WT:function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t=['@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans Pro Light;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}']},p5Ee:function(n,l,e){"use strict";e.d(l,"a",function(){return t});var t={production:!0}},q4dy:function(n,l,e){"use strict";function t(n){return c["ɵvid"](0,[(n()(),c["ɵeld"](0,0,null,null,1088,"div",[["id","app"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](3,0,null,null,17,"nav",[["class","navbar navbar-light navbar-expand-lg bg-light"],["id","navbar"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](6,0,null,null,3,"a",[["class","navbar-brand active"],["href","/"],["target","_self"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](8,0,null,null,0,"img",[["alt","FusionCharts"],["height","27"],["src","assets/images/fc-logo.svg"],["width","149"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](12,0,null,null,7,"ul",[["class","navbar-nav ml-auto"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](14,0,null,null,4,"li",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](16,0,null,null,1,"a",[["class","header-link"],["href","//github.com/fusioncharts/angular-fusioncharts"],["target","_blank"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["GitHub Repository"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](23,0,null,null,1064,"div",[["class","page-container"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](25,0,null,null,1061,"div",[["class","main-container"],["id","mainContainer"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](27,0,null,null,36,"div",[["class","content-container"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](30,0,null,null,32,"div",[["class","jumbotron banner-bg-3 heroContainer fixed-bg home-banner pl-2 pr-2 pl-sm-3 pr-sm-3 pl-md-3 pr-md-3 pl-lg-6 pr-lg-6 pb-4 pt-4"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](32,0,null,null,29,"div",[["class","container container-1440 info-wrapper"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](34,0,null,null,26,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](36,0,null,null,23,"div",[["class","col-md-8 offset-md-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](38,0,null,null,8,"div",[["class","h1 text-white text-center"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](40,0,null,null,0,"img",[["alt","Angular"],["class","img-valign"],["height","55"],["src","assets/images/angular.svg"],["width","55"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](42,0,null,null,0,"img",[["alt","FusionCharts"],["class","img-valign"],["height","40"],["id","fc-logo"],["src","assets/images/fc-min-logo.svg"],["width","40"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](44,0,null,null,1,"span",[["class","title pl-1"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Angular FusionCharts"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](48,0,null,null,4,"div",[["class","h3 text-white text-center mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](50,0,null,null,1,"span",[["class","sub-title primary"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n A simple and effective Angular module for FusionCharts javascript charting library.\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](54,0,null,null,4,"div",[["class","p text-white text-center mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](56,0,null,null,1,"span",[["class","sub-title secondary"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n The Angular-FusionCharts module lets you easily include FusionCharts in your Angular projects and add interactive charts\n to your Angular applications.\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](67,0,null,null,82,"div",[["class","container container-1200 info-wrapper pb-3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](69,0,null,null,79,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](71,0,null,null,76,"div",[["class","col"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](73,0,null,null,1,"div",[["class","h2 mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Features"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](77,0,null,null,68,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](79,0,null,null,37,"div",[["class","col-md-6"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](81,0,null,null,34,"ul",[["class","feature-list"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](83,0,null,null,9,"li",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](85,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](87,0,null,null,0,"i",[["class","icn-inline icn-success fc_select"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](90,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Adds a chart using just one single component."])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](94,0,null,null,9,"li",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](96,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](98,0,null,null,0,"i",[["class","icn-inline icn-success fc_select"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](101,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Auto-updates the chart object when the data source is modified."])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](105,0,null,null,9,"li",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](107,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](109,0,null,null,0,"i",[["class","icn-inline icn-success fc_select"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](112,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Adds a chart from a JSON URL, from a XML URL, or using props Binding."])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](118,0,null,null,26,"div",[["class","col-md-6"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](120,0,null,null,23,"ul",[["class","feature-list"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](122,0,null,null,9,"li",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](124,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](126,0,null,null,0,"i",[["class","icn-inline icn-success fc_select"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](129,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Allows you to enable interactivity between Javascript charts"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](133,0,null,null,9,"li",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](135,0,null,null,3,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](137,0,null,null,0,"i",[["class","icn-inline icn-success fc_select"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](140,0,null,null,1,"div",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Offers advanced control by giving you access to the complete FusionCharts object (containing the chart\n configuration).\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](153,0,null,null,613,"div",[["class","demo bg-light-purple pt-4 pb-4"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](155,0,null,null,610,"div",[["class","container container-1200 info-wrapper"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](158,0,null,null,18,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](160,0,null,null,15,"div",[["class","col-12 d-flex justify-content-center d-md-none"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](162,0,null,null,12,"div",[["class","base-dropdown chart-selector"],["id","mobileChart-selector"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](164,0,null,null,1,"div",[["class","selector"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.toggleModal(!0)&&t}return t},null,null)),(n()(),c["ɵted"](165,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](167,0,null,null,1,"div",[["class","placeholder"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Quick Demo:"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](170,0,null,null,3,"div",[["class","caret"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](172,0,null,null,0,"i",[["class","fc_dropdown"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](179,0,null,null,168,"div",[["class","modal"],["id","myModal"],["style","z-index: 100;"]],null,null,null,null,null)),c["ɵdid"](180,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),c["ɵdid"](181,278528,null,0,m.NgStyle,[c.KeyValueDiffers,c.ElementRef,c.Renderer],{ngStyle:[0,"ngStyle"]},null),c["ɵpod"](182,{display:0,"padding-left":1}),c["ɵpod"](183,{display:0}),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](186,0,null,null,160,"div",[["class","modal-content"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](188,0,null,null,157,"div",[["class","nav-list"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](190,0,null,null,5,"div",[["class","nav-item"]],null,null,null,null,null)),c["ɵdid"](191,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](193,0,null,null,1,"div",[["class","p"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex1")&&t}return t},null,null)),(n()(),c["ɵted"](194,null,["\n ","\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](197,0,null,null,5,"div",[["class","nav-item"]],null,null,null,null,null)),c["ɵdid"](198,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](200,0,null,null,1,"div",[["class","p"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex2")&&t}return t},null,null)),(n()(),c["ɵted"](201,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](204,0,null,null,5,"div",[["class","nav-item"]],null,null,null,null,null)),c["ɵdid"](205,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](207,0,null,null,1,"div",[["class","p"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex3")&&t}return t},null,null)),(n()(),c["ɵted"](208,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](211,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex5")&&t}return t},null,null)),c["ɵdid"](212,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](214,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](215,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](218,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex5a")&&t}return t},null,null)),c["ɵdid"](219,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](221,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](222,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](225,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex6")&&t}return t},null,null)),c["ɵdid"](226,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](228,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](229,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](232,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex8")&&t}return t},null,null)),c["ɵdid"](233,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](235,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](236,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](239,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex7")&&t}return t},null,null)),c["ɵdid"](240,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](242,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](243,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n \n "])),(n()(),c["ɵeld"](246,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex9")&&t}return t},null,null)),c["ɵdid"](247,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](249,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](250,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](253,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex10")&&t}return t},null,null)),c["ɵdid"](254,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](256,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](257,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](260,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex11")&&t}return t},null,null)),c["ɵdid"](261,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](263,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](264,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](267,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex12")&&t}return t},null,null)),c["ɵdid"](268,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](270,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](271,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](274,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex13")&&t}return t},null,null)),c["ɵdid"](275,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](277,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](278,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](283,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex16")&&t}return t},null,null)),c["ɵdid"](284,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](286,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](287,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](290,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex23")&&t}return t},null,null)),c["ɵdid"](291,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](293,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](294,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](297,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex17")&&t}return t},null,null)),c["ɵdid"](298,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](300,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](301,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](304,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex24")&&t}return t},null,null)),c["ɵdid"](305,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](307,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](308,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](311,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex20")&&t}return t},null,null)),c["ɵdid"](312,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](314,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](315,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](318,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex21")&&t}return t},null,null)),c["ɵdid"](319,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](321,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](322,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](325,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex22")&&t}return t},null,null)),c["ɵdid"](326,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](328,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](329,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](332,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex25")&&t}return t},null,null)),c["ɵdid"](333,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](335,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](336,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](339,0,null,null,5,"div",[["class","nav-item"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.openPage("/ex18")&&t}return t},null,null)),c["ɵdid"](340,278528,null,0,m.NgClass,[c.IterableDiffers,c.KeyValueDiffers,c.ElementRef,c.Renderer],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](342,0,null,null,1,"div",[["class","p"]],null,null,null,null,null)),(n()(),c["ɵted"](343,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵeld"](350,0,null,null,414,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](352,0,null,null,405,"div",[["class","side-nav col-3 d-none d-md-block"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](354,0,null,null,1,"div",[["class","nav-heading"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Quick Demo:"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](358,0,null,null,398,"div",[["class","nav-list demo-list"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](360,0,null,null,16,"a",[["href","#/demos/ex1"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,361).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex1")&&t}return t},null,null)),c["ɵdid"](361,671744,[[2,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](362,1),c["ɵdid"](363,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,1,{links:1}),c["ɵqud"](603979776,2,{linksWithHrefs:1}),c["ɵpad"](366,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](368,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](370,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](371,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](373,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](374,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](378,0,null,null,16,"a",[["href","#/demos/ex2"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,379).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex2")&&t}return t},null,null)),c["ɵdid"](379,671744,[[4,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](380,1),c["ɵdid"](381,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,3,{links:1}),c["ɵqud"](603979776,4,{linksWithHrefs:1}),c["ɵpad"](384,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](386,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](388,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](389,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](391,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](392,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](396,0,null,null,16,"a",[["href","#/demos/ex3"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,397).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex3")&&t}return t},null,null)),c["ɵdid"](397,671744,[[6,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](398,1),c["ɵdid"](399,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,5,{links:1}),c["ɵqud"](603979776,6,{linksWithHrefs:1}),c["ɵpad"](402,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](404,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](406,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](407,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](409,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](410,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](414,0,null,null,16,"a",[["href","#/demos/ex5"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,415).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex5")&&t}return t},null,null)),c["ɵdid"](415,671744,[[8,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](416,1),c["ɵdid"](417,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,7,{links:1}),c["ɵqud"](603979776,8,{linksWithHrefs:1}),c["ɵpad"](420,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](422,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](424,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](425,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](427,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](428,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](432,0,null,null,16,"a",[["href","#/demos/ex5a"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,433).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex5a")&&t}return t},null,null)),c["ɵdid"](433,671744,[[10,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](434,1),c["ɵdid"](435,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,9,{links:1}),c["ɵqud"](603979776,10,{linksWithHrefs:1}),c["ɵpad"](438,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](440,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](442,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](443,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](445,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](446,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](450,0,null,null,16,"a",[["href","#/demos/ex6"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,451).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex6")&&t}return t},null,null)),c["ɵdid"](451,671744,[[12,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](452,1),c["ɵdid"](453,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,11,{links:1}),c["ɵqud"](603979776,12,{linksWithHrefs:1}),c["ɵpad"](456,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](458,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](460,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](461,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](463,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](464,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](468,0,null,null,16,"a",[["href","#/demos/ex8"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,469).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex8")&&t}return t},null,null)),c["ɵdid"](469,671744,[[14,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](470,1),c["ɵdid"](471,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,13,{links:1}),c["ɵqud"](603979776,14,{linksWithHrefs:1}),c["ɵpad"](474,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](476,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](478,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](479,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](481,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](482,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵeld"](486,0,null,null,16,"a",[["href","#/demos/ex7"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,487).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex7")&&t}return t},null,null)),c["ɵdid"](487,671744,[[16,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](488,1),c["ɵdid"](489,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,15,{links:1}),c["ɵqud"](603979776,16,{linksWithHrefs:1}),c["ɵpad"](492,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](494,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](496,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](497,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](499,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](500,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n \n "])),(n()(),c["ɵeld"](504,0,null,null,16,"a",[["href","#/demos/ex9"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,505).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex9")&&t}return t},null,null)),c["ɵdid"](505,671744,[[18,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](506,1),c["ɵdid"](507,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,17,{links:1}),c["ɵqud"](603979776,18,{linksWithHrefs:1}),c["ɵpad"](510,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](512,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](514,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](515,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](517,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](518,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](522,0,null,null,16,"a",[["href","#/demos/ex10"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,523).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex10")&&t}return t},null,null)),c["ɵdid"](523,671744,[[20,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](524,1),c["ɵdid"](525,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,19,{links:1}),c["ɵqud"](603979776,20,{linksWithHrefs:1}),c["ɵpad"](528,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](530,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](532,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](533,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](535,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](536,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](540,0,null,null,16,"a",[["href","#/demos/ex11"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,541).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex11")&&t}return t},null,null)),c["ɵdid"](541,671744,[[22,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](542,1),c["ɵdid"](543,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,21,{links:1}),c["ɵqud"](603979776,22,{linksWithHrefs:1}),c["ɵpad"](546,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](548,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](550,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](551,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](553,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](554,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](558,0,null,null,16,"a",[["href","#/demos/ex12"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,559).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex12")&&t}return t},null,null)),c["ɵdid"](559,671744,[[24,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](560,1),c["ɵdid"](561,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,23,{links:1}),c["ɵqud"](603979776,24,{linksWithHrefs:1}),c["ɵpad"](564,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](566,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](568,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](569,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](571,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](572,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](576,0,null,null,16,"a",[["href","#/demos/ex13"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,577).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex13")&&t}return t},null,null)),c["ɵdid"](577,671744,[[26,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](578,1),c["ɵdid"](579,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,25,{links:1}),c["ɵqud"](603979776,26,{linksWithHrefs:1}),c["ɵpad"](582,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](584,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](586,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](587,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](589,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](590,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](594,0,null,null,16,"a",[["href","#/demos/ex16"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,595).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex16")&&t}return t},null,null)),c["ɵdid"](595,671744,[[28,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](596,1),c["ɵdid"](597,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,27,{links:1}),c["ɵqud"](603979776,28,{linksWithHrefs:1}),c["ɵpad"](600,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](602,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](604,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](605,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](607,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](608,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](612,0,null,null,16,"a",[["href","#/demos/ex23"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,613).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex23")&&t}return t},null,null)),c["ɵdid"](613,671744,[[30,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](614,1),c["ɵdid"](615,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,29,{links:1}),c["ɵqud"](603979776,30,{linksWithHrefs:1}),c["ɵpad"](618,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](620,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](622,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](623,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](625,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](626,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](630,0,null,null,16,"a",[["href","#/demos/ex17"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,631).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex17")&&t}return t},null,null)),c["ɵdid"](631,671744,[[32,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](632,1),c["ɵdid"](633,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,31,{links:1}),c["ɵqud"](603979776,32,{linksWithHrefs:1}),c["ɵpad"](636,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](638,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](640,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](641,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](643,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](644,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](648,0,null,null,16,"a",[["href","#/demos/ex24"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,649).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex24")&&t}return t},null,null)),c["ɵdid"](649,671744,[[34,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](650,1),c["ɵdid"](651,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,33,{links:1}),c["ɵqud"](603979776,34,{linksWithHrefs:1}),c["ɵpad"](654,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](656,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](658,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](659,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](661,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](662,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](666,0,null,null,16,"a",[["href","#/demos/ex20"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,667).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex20")&&t}return t},null,null)),c["ɵdid"](667,671744,[[36,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](668,1),c["ɵdid"](669,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,35,{links:1}),c["ɵqud"](603979776,36,{linksWithHrefs:1}),c["ɵpad"](672,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](674,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](676,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](677,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](679,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](680,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](684,0,null,null,16,"a",[["href","#/demos/ex21"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,685).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex21")&&t}return t},null,null)),c["ɵdid"](685,671744,[[38,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](686,1),c["ɵdid"](687,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,37,{links:1}),c["ɵqud"](603979776,38,{linksWithHrefs:1}),c["ɵpad"](690,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](692,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](694,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](695,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](697,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](698,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](702,0,null,null,16,"a",[["href","#/demos/ex22"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,703).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex22")&&t}return t},null,null)),c["ɵdid"](703,671744,[[40,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](704,1),c["ɵdid"](705,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,39,{links:1}),c["ɵqud"](603979776,40,{linksWithHrefs:1}),c["ɵpad"](708,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](710,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](712,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](713,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](715,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](716,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](720,0,null,null,16,"a",[["href","#/demos/ex25"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,721).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex25")&&t}return t},null,null)),c["ɵdid"](721,671744,[[42,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](722,1),c["ɵdid"](723,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,41,{links:1}),c["ɵqud"](603979776,42,{linksWithHrefs:1}),c["ɵpad"](726,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](728,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](730,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](731,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](733,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](734,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](738,0,null,null,16,"a",[["href","#/demos/ex18"]],[[1,"target",0],[8,"href",4]],[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==c["ɵnov"](n,739).onClick(e.button,e.ctrlKey,e.metaKey,e.shiftKey)&&t}if("click"===l){t=!1!==a.updateId("ex18")&&t}return t},null,null)),c["ɵdid"](739,671744,[[44,4]],0,h.y,[h.c,h.a,m.LocationStrategy],{routerLink:[0,"routerLink"]},null),c["ɵpad"](740,1),c["ɵdid"](741,1720320,null,2,h.z,[h.c,c.ElementRef,c.Renderer2,c.ChangeDetectorRef],{routerLinkActive:[0,"routerLinkActive"]},null),c["ɵqud"](603979776,43,{links:1}),c["ɵqud"](603979776,44,{linksWithHrefs:1}),c["ɵpad"](744,1),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](746,0,null,null,7,"div",[["class","nav-item"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](748,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](749,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](751,0,null,null,1,"div",[["class","p item-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](752,null,["",""])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n \n \n \n \n "])),(n()(),c["ɵted"](-1,null,["\n \n \n \n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](759,0,null,null,4,"div",[["class","col-md-9 col-12"],["ng-controller","DemoController"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵeld"](761,16777216,null,null,1,"router-outlet",[],null,null,null,null,null)),c["ɵdid"](762,212992,null,0,h.A,[h.q,c.ViewContainerRef,c.ComponentFactoryResolver,[8,null],c.ChangeDetectorRef],null,null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](770,0,null,null,304,"div",[["class","container container-1200 info-wrapper pt-4"],["style","z-index: 0;"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](772,0,null,null,7,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](774,0,null,null,4,"div",[["class","col"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](776,0,null,null,1,"div",[["class","h2 mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Quick Start"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](782,0,null,null,64,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](784,0,null,null,61,"div",[["class","col-12 pt-3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](786,0,null,null,4,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](788,0,null,null,1,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Step 1: Install the Angular-FusionCharts"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](792,0,null,null,1,"p",[["class","code-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["In the terminal run the following command:"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](795,0,null,null,22,"div",[["class","code-view mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](797,0,null,null,19,"div",[["class","card-shadow"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](799,0,null,null,16,"div",[["class","card-body p-0"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](801,0,null,null,13,"div",[["class","code-panel"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](803,0,null,null,10,"div",[["class","codeMirrorDiv"],["id","c1"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](805,0,null,null,7,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.installCode=e)&&t}return t},f.a,f.b)),c["ɵdid"](806,4374528,null,0,g.CodemirrorComponent,[],{config:[0,"config"]},null),c["ɵpod"](807,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),c["ɵprd"](1024,null,v.NG_VALUE_ACCESSOR,function(n){return[n]},[g.CodemirrorComponent]),c["ɵdid"](809,671744,null,0,v.NgModel,[[8,null],[8,null],[8,null],[2,v.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),c["ɵprd"](2048,null,v.NgControl,null,[v.NgModel]),c["ɵdid"](811,16384,null,0,v.NgControlStatus,[v.NgControl],null,null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](819,0,null,null,1,"p",[["class","code-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Also install FusionCharts, if it is not already installed:"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](822,0,null,null,22,"div",[["class","code-view mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](824,0,null,null,19,"div",[["class","card-shadow"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](826,0,null,null,16,"div",[["class","card-body p-0"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](828,0,null,null,13,"div",[["class","code-panel"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](830,0,null,null,10,"div",[["class","codeMirrorDiv"],["id","c2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](832,0,null,null,7,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.installFusionCharts=e)&&t}return t},f.a,f.b)),c["ɵdid"](833,4374528,null,0,g.CodemirrorComponent,[],{config:[0,"config"]},null),c["ɵpod"](834,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),c["ɵprd"](1024,null,v.NG_VALUE_ACCESSOR,function(n){return[n]},[g.CodemirrorComponent]),c["ɵdid"](836,671744,null,0,v.NgModel,[[8,null],[8,null],[8,null],[2,v.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),c["ɵprd"](2048,null,v.NgControl,null,[v.NgModel]),c["ɵdid"](838,16384,null,0,v.NgControlStatus,[v.NgControl],null,null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵeld"](849,0,null,null,49,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](851,0,null,null,46,"div",[["class","col-12 pt-3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](853,0,null,null,7,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](855,0,null,null,4,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Step 2: Import the\n "])),(n()(),c["ɵeld"](857,0,null,null,1,"a",[["href","//www.npmjs.com/package/angular-fusioncharts"],["target","_blank"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Angular FusionCharts "])),(n()(),c["ɵted"](-1,null,[" module"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](862,0,null,null,10,"p",[["class","code-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n In the root Angular\n "])),(n()(),c["ɵeld"](864,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["@NgModule"])),(n()(),c["ɵted"](-1,null,[" import FusionChartsModule from\n "])),(n()(),c["ɵeld"](867,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["angular-fusioncharts"])),(n()(),c["ɵted"](-1,null,[" and add the\n "])),(n()(),c["ɵeld"](870,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["FusionChartsModule"])),(n()(),c["ɵted"](-1,null,[" as a dependency.\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](874,0,null,null,22,"div",[["class","code-view mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](876,0,null,null,19,"div",[["class","card-shadow"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](878,0,null,null,16,"div",[["class","card-body p-0"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](880,0,null,null,13,"div",[["class","code-panel"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](882,0,null,null,10,"div",[["class","codeMirrorDiv"],["id","c3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](884,0,null,null,7,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.includeInModule=e)&&t}return t},f.a,f.b)),c["ɵdid"](885,4374528,null,0,g.CodemirrorComponent,[],{config:[0,"config"]},null),c["ɵpod"](886,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),c["ɵprd"](1024,null,v.NG_VALUE_ACCESSOR,function(n){return[n]},[g.CodemirrorComponent]),c["ɵdid"](888,671744,null,0,v.NgModel,[[8,null],[8,null],[8,null],[2,v.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),c["ɵprd"](2048,null,v.NgControl,null,[v.NgModel]),c["ɵdid"](890,16384,null,0,v.NgControlStatus,[v.NgControl],null,null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵeld"](900,0,null,null,46,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](902,0,null,null,43,"div",[["class","col-12 pt-3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](904,0,null,null,7,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](906,0,null,null,4,"span",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Step 3: Add the\n "])),(n()(),c["ɵeld"](908,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["fusiocharts"])),(n()(),c["ɵted"](-1,null,[" directive"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](913,0,null,null,7,"p",[["class","code-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n In the template, add a\n "])),(n()(),c["ɵeld"](915,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,[""])),(n()(),c["ɵted"](-1,null,[" directive in the section where you wish to render the chart. We are assuming it's\n "])),(n()(),c["ɵeld"](918,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["AppComponent"])),(n()(),c["ɵted"](-1,null,[" which would change based on your usage.\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](922,0,null,null,22,"div",[["class","code-view mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](924,0,null,null,19,"div",[["class","card-shadow"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](926,0,null,null,16,"div",[["class","card-body p-0"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](928,0,null,null,13,"div",[["class","code-panel"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](930,0,null,null,10,"div",[["class","codeMirrorDiv"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](932,0,null,null,7,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.useDirective=e)&&t}return t},f.a,f.b)),c["ɵdid"](933,4374528,null,0,g.CodemirrorComponent,[],{config:[0,"config"]},null),c["ɵpod"](934,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),c["ɵprd"](1024,null,v.NG_VALUE_ACCESSOR,function(n){return[n]},[g.CodemirrorComponent]),c["ɵdid"](936,671744,null,0,v.NgModel,[[8,null],[8,null],[8,null],[2,v.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),c["ɵprd"](2048,null,v.NgControl,null,[v.NgModel]),c["ɵdid"](938,16384,null,0,v.NgControlStatus,[v.NgControl],null,null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](949,0,null,null,7,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](951,0,null,null,4,"div",[["class","col"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](953,0,null,null,1,"div",[["class","h2 mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Render FusionMaps"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](958,0,null,null,13,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](960,0,null,null,10,"div",[["class","col-12"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](962,0,null,null,7,"p",[["class","code-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["To render a map, import the FusionMaps module along with the map definition. Then pass as a dependency to\n "])),(n()(),c["ɵeld"](964,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["FusionChartsModule"])),(n()(),c["ɵted"](-1,null,[" in the\n "])),(n()(),c["ɵeld"](967,0,null,null,1,"code",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["@NgModule"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](973,0,null,null,28,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](975,0,null,null,25,"div",[["class","col-12 pt-1"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](977,0,null,null,22,"div",[["class","code-view mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](979,0,null,null,19,"div",[["class","card-shadow"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](981,0,null,null,16,"div",[["class","card-body p-0"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](983,0,null,null,13,"div",[["class","code-panel"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](985,0,null,null,10,"div",[["class","codeMirrorDiv"],["id","c3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](987,0,null,null,7,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.renderFusionMaps=e)&&t}return t},f.a,f.b)),c["ɵdid"](988,4374528,null,0,g.CodemirrorComponent,[],{config:[0,"config"]},null),c["ɵpod"](989,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),c["ɵprd"](1024,null,v.NG_VALUE_ACCESSOR,function(n){return[n]},[g.CodemirrorComponent]),c["ɵdid"](991,671744,null,0,v.NgModel,[[8,null],[8,null],[8,null],[2,v.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),c["ɵprd"](2048,null,v.NgControl,null,[v.NgModel]),c["ɵdid"](993,16384,null,0,v.NgControlStatus,[v.NgControl],null,null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1003,0,null,null,1,"p",[["class","code-desc"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["In the template"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1006,0,null,null,28,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1008,0,null,null,25,"div",[["class","col-12 pt-1"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1010,0,null,null,22,"div",[["class","code-view mt-2"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1012,0,null,null,19,"div",[["class","card-shadow"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1014,0,null,null,16,"div",[["class","card-body p-0"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1016,0,null,null,13,"div",[["class","code-panel"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1018,0,null,null,10,"div",[["class","codeMirrorDiv"],["id","c3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1020,0,null,null,7,"codemirror",[],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"]],function(n,l,e){var t=!0,a=n.component;if("ngModelChange"===l){t=!1!==(a.mapHtml=e)&&t}return t},f.a,f.b)),c["ɵdid"](1021,4374528,null,0,g.CodemirrorComponent,[],{config:[0,"config"]},null),c["ɵpod"](1022,{lineNumbers:0,theme:1,tabSize:2,smartIndent:3,readOnly:4,mode:5}),c["ɵprd"](1024,null,v.NG_VALUE_ACCESSOR,function(n){return[n]},[g.CodemirrorComponent]),c["ɵdid"](1024,671744,null,0,v.NgModel,[[8,null],[8,null],[8,null],[2,v.NG_VALUE_ACCESSOR]],{model:[0,"model"]},{update:"ngModelChange"}),c["ɵprd"](2048,null,v.NgControl,null,[v.NgModel]),c["ɵdid"](1026,16384,null,0,v.NgControlStatus,[v.NgControl],null,null),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n\n "])),(n()(),c["ɵeld"](1036,0,null,null,16,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1038,0,null,null,13,"div",[["class","col-12 pt-3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1040,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Support"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1043,0,null,null,7,"p",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1045,0,null,null,1,"a",[["class","ref-link"],["href","//github.com/fusioncharts/angular-fusioncharts/issues"],["target","_blank"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["GitHub Issues"])),(n()(),c["ɵted"](-1,null,[" |\n "])),(n()(),c["ɵeld"](1048,0,null,null,1,"a",[["class","ref-link"],["href","mailto:support@fusioncharts.com"],["target","_blank"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Contact FusionCharts Support"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1055,0,null,null,16,"div",[["class","row"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1057,0,null,null,13,"div",[["class","col-12 pt-3"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1059,0,null,null,1,"div",[["class","h5"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Licensing"])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1062,0,null,null,7,"p",[],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["Angular FusionCharts module is licensed under open-source, distributed under the terms of the MIT/X11 License.\n You will still need to include FusionCharts in your page, as this project provides no direct functionality.\n You can download a free evaluation version\n "])),(n()(),c["ɵeld"](1064,0,null,null,1,"a",[["class","ref-link"],["href","//www.fusioncharts.com/download/"],["target","_blank"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["here"])),(n()(),c["ɵted"](-1,null,[". To use in a commercial environment, please\n "])),(n()(),c["ɵeld"](1067,0,null,null,1,"a",[["class","ref-link"],["href","//www.fusioncharts.com/buy/"],["target","_blank"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["purchase a FusionCharts license"])),(n()(),c["ɵted"](-1,null,["."])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1077,0,null,null,7,"div",[["class","row text-center mt-2"],["id","footbar"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1079,0,null,null,4,"div",[["class","col-12"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵeld"](1081,0,null,null,1,"p",[["class","foot-item pt-4"]],null,null,null,null,null)),(n()(),c["ɵted"](-1,null,["© 2002-2018 InfoSoft Global Private Limited. All Rights Reserved."])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n "])),(n()(),c["ɵted"](-1,null,["\n "])),(n()(),c["ɵted"](-1,null,["\n\n\n\n\n"])),(n()(),c["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,180,0,"modal",e.isModalOpen?e.modalClasses:"fade"),n(l,181,0,e.isModalOpen?n(l,182,0,"block","0px"):n(l,183,0,"none"));n(l,191,0,"nav-item",e.sampleCode.ex1.title===e.selectedTitle?"selected":"");n(l,198,0,"nav-item",e.sampleCode.ex2.title===e.selectedTitle?"selected":"");n(l,205,0,"nav-item",e.sampleCode.ex3.title===e.selectedTitle?"selected":"");n(l,212,0,"nav-item",e.sampleCode.ex5.title===e.selectedTitle?"selected":"");n(l,219,0,"nav-item",e.sampleCode.ex5a.title===e.selectedTitle?"selected":"");n(l,226,0,"nav-item",e.sampleCode.ex6.title===e.selectedTitle?"selected":"");n(l,233,0,"nav-item",e.sampleCode.ex8.title===e.selectedTitle?"selected":"");n(l,240,0,"nav-item",e.sampleCode.ex7.title===e.selectedTitle?"selected":"");n(l,247,0,"nav-item",e.sampleCode.ex9.title===e.selectedTitle?"selected":"");n(l,254,0,"nav-item",e.sampleCode.ex10.title===e.selectedTitle?"selected":"");n(l,261,0,"nav-item",e.sampleCode.ex11.title===e.selectedTitle?"selected":"");n(l,268,0,"nav-item",e.sampleCode.ex12.title===e.selectedTitle?"selected":"");n(l,275,0,"nav-item",e.sampleCode.ex13.title===e.selectedTitle?"selected":"");n(l,284,0,"nav-item",e.sampleCode.ex16.title===e.selectedTitle?"selected":"");n(l,291,0,"nav-item",e.sampleCode.ex23.title===e.selectedTitle?"selected":"");n(l,298,0,"nav-item",e.sampleCode.ex17.title===e.selectedTitle?"selected":"");n(l,305,0,"nav-item",e.sampleCode.ex24.title===e.selectedTitle?"selected":"");n(l,312,0,"nav-item",e.sampleCode.ex20.title===e.selectedTitle?"selected":"");n(l,319,0,"nav-item",e.sampleCode.ex21.title===e.selectedTitle?"selected":"");n(l,326,0,"nav-item",e.sampleCode.ex22.title===e.selectedTitle?"selected":"");n(l,333,0,"nav-item",e.sampleCode.ex25.title===e.selectedTitle?"selected":"");n(l,340,0,"nav-item",e.sampleCode.ex18.title===e.selectedTitle?"selected":""),n(l,361,0,n(l,362,0,"/ex1")),n(l,363,0,n(l,366,0,"active")),n(l,379,0,n(l,380,0,"/ex2")),n(l,381,0,n(l,384,0,"active")),n(l,397,0,n(l,398,0,"/ex3")),n(l,399,0,n(l,402,0,"active")),n(l,415,0,n(l,416,0,"/ex5")),n(l,417,0,n(l,420,0,"active")),n(l,433,0,n(l,434,0,"/ex5a")),n(l,435,0,n(l,438,0,"active")),n(l,451,0,n(l,452,0,"/ex6")),n(l,453,0,n(l,456,0,"active")),n(l,469,0,n(l,470,0,"/ex8")),n(l,471,0,n(l,474,0,"active")),n(l,487,0,n(l,488,0,"/ex7")),n(l,489,0,n(l,492,0,"active")),n(l,505,0,n(l,506,0,"/ex9")),n(l,507,0,n(l,510,0,"active")),n(l,523,0,n(l,524,0,"/ex10")),n(l,525,0,n(l,528,0,"active")),n(l,541,0,n(l,542,0,"/ex11")),n(l,543,0,n(l,546,0,"active")),n(l,559,0,n(l,560,0,"/ex12")),n(l,561,0,n(l,564,0,"active")),n(l,577,0,n(l,578,0,"/ex13")),n(l,579,0,n(l,582,0,"active")),n(l,595,0,n(l,596,0,"/ex16")),n(l,597,0,n(l,600,0,"active")),n(l,613,0,n(l,614,0,"/ex23")),n(l,615,0,n(l,618,0,"active")),n(l,631,0,n(l,632,0,"/ex17")),n(l,633,0,n(l,636,0,"active")),n(l,649,0,n(l,650,0,"/ex24")),n(l,651,0,n(l,654,0,"active")),n(l,667,0,n(l,668,0,"/ex20")),n(l,669,0,n(l,672,0,"active")),n(l,685,0,n(l,686,0,"/ex21")),n(l,687,0,n(l,690,0,"active")),n(l,703,0,n(l,704,0,"/ex22")),n(l,705,0,n(l,708,0,"active")),n(l,721,0,n(l,722,0,"/ex25")),n(l,723,0,n(l,726,0,"active")),n(l,739,0,n(l,740,0,"/ex18")),n(l,741,0,n(l,744,0,"active")),n(l,762,0),n(l,806,0,n(l,807,0,!0,"dracula","4",!0,!0,"javascript")),n(l,809,0,e.installCode),n(l,833,0,n(l,834,0,!0,"dracula","4",!0,!0,"javascript")),n(l,836,0,e.installFusionCharts),n(l,885,0,n(l,886,0,!0,"dracula","4",!0,!0,"javascript")),n(l,888,0,e.includeInModule),n(l,933,0,n(l,934,0,!0,"dracula","4",!0,!0,"javascript")),n(l,936,0,e.useDirective),n(l,988,0,n(l,989,0,!0,"dracula","4",!0,!0,"javascript")),n(l,991,0,e.renderFusionMaps),n(l,1021,0,n(l,1022,0,!0,"dracula","4",!0,!0,"htmlembedded")),n(l,1024,0,e.mapHtml)},function(n,l){var e=l.component;n(l,165,0,e.selectedTitle),n(l,194,0,e.sampleCode.ex1.title),n(l,201,0,e.sampleCode.ex2.title),n(l,208,0,e.sampleCode.ex3.title),n(l,215,0,e.sampleCode.ex5.title),n(l,222,0,e.sampleCode.ex5a.title),n(l,229,0,e.sampleCode.ex6.title),n(l,236,0,e.sampleCode.ex8.title),n(l,243,0,e.sampleCode.ex7.title),n(l,250,0,e.sampleCode.ex9.title),n(l,257,0,e.sampleCode.ex10.title),n(l,264,0,e.sampleCode.ex11.title),n(l,271,0,e.sampleCode.ex12.title),n(l,278,0,e.sampleCode.ex13.title),n(l,287,0,e.sampleCode.ex16.title),n(l,294,0,e.sampleCode.ex23.title),n(l,301,0,e.sampleCode.ex17.title),n(l,308,0,e.sampleCode.ex24.title),n(l,315,0,e.sampleCode.ex20.title),n(l,322,0,e.sampleCode.ex21.title),n(l,329,0,e.sampleCode.ex22.title),n(l,336,0,e.sampleCode.ex25.title),n(l,343,0,e.sampleCode.ex18.title),n(l,360,0,c["ɵnov"](l,361).target,c["ɵnov"](l,361).href),n(l,371,0,e.sampleCode.ex1.title),n(l,374,0,e.sampleCode.ex1.description),n(l,378,0,c["ɵnov"](l,379).target,c["ɵnov"](l,379).href),n(l,389,0,e.sampleCode.ex2.title),n(l,392,0,e.sampleCode.ex2.description),n(l,396,0,c["ɵnov"](l,397).target,c["ɵnov"](l,397).href),n(l,407,0,e.sampleCode.ex3.title),n(l,410,0,e.sampleCode.ex3.description),n(l,414,0,c["ɵnov"](l,415).target,c["ɵnov"](l,415).href),n(l,425,0,e.sampleCode.ex5.title),n(l,428,0,e.sampleCode.ex5.description),n(l,432,0,c["ɵnov"](l,433).target,c["ɵnov"](l,433).href),n(l,443,0,e.sampleCode.ex5a.title),n(l,446,0,e.sampleCode.ex5a.description),n(l,450,0,c["ɵnov"](l,451).target,c["ɵnov"](l,451).href),n(l,461,0,e.sampleCode.ex6.title),n(l,464,0,e.sampleCode.ex6.description),n(l,468,0,c["ɵnov"](l,469).target,c["ɵnov"](l,469).href),n(l,479,0,e.sampleCode.ex8.title),n(l,482,0,e.sampleCode.ex8.description),n(l,486,0,c["ɵnov"](l,487).target,c["ɵnov"](l,487).href),n(l,497,0,e.sampleCode.ex7.title),n(l,500,0,e.sampleCode.ex7.description),n(l,504,0,c["ɵnov"](l,505).target,c["ɵnov"](l,505).href),n(l,515,0,e.sampleCode.ex9.title),n(l,518,0,e.sampleCode.ex9.description),n(l,522,0,c["ɵnov"](l,523).target,c["ɵnov"](l,523).href),n(l,533,0,e.sampleCode.ex10.title),n(l,536,0,e.sampleCode.ex10.description),n(l,540,0,c["ɵnov"](l,541).target,c["ɵnov"](l,541).href),n(l,551,0,e.sampleCode.ex11.title),n(l,554,0,e.sampleCode.ex11.description),n(l,558,0,c["ɵnov"](l,559).target,c["ɵnov"](l,559).href),n(l,569,0,e.sampleCode.ex12.title),n(l,572,0,e.sampleCode.ex12.description),n(l,576,0,c["ɵnov"](l,577).target,c["ɵnov"](l,577).href),n(l,587,0,e.sampleCode.ex13.title),n(l,590,0,e.sampleCode.ex13.description),n(l,594,0,c["ɵnov"](l,595).target,c["ɵnov"](l,595).href),n(l,605,0,e.sampleCode.ex16.title),n(l,608,0,e.sampleCode.ex16.description),n(l,612,0,c["ɵnov"](l,613).target,c["ɵnov"](l,613).href),n(l,623,0,e.sampleCode.ex23.title),n(l,626,0,e.sampleCode.ex23.description),n(l,630,0,c["ɵnov"](l,631).target,c["ɵnov"](l,631).href),n(l,641,0,e.sampleCode.ex17.title),n(l,644,0,e.sampleCode.ex17.description),n(l,648,0,c["ɵnov"](l,649).target,c["ɵnov"](l,649).href),n(l,659,0,e.sampleCode.ex24.title),n(l,662,0,e.sampleCode.ex24.description),n(l,666,0,c["ɵnov"](l,667).target,c["ɵnov"](l,667).href),n(l,677,0,e.sampleCode.ex20.title),n(l,680,0,e.sampleCode.ex20.description),n(l,684,0,c["ɵnov"](l,685).target,c["ɵnov"](l,685).href),n(l,695,0,e.sampleCode.ex21.title),n(l,698,0,e.sampleCode.ex21.description),n(l,702,0,c["ɵnov"](l,703).target,c["ɵnov"](l,703).href),n(l,713,0,e.sampleCode.ex22.title),n(l,716,0,e.sampleCode.ex22.description),n(l,720,0,c["ɵnov"](l,721).target,c["ɵnov"](l,721).href),n(l,731,0,e.sampleCode.ex25.title),n(l,734,0,e.sampleCode.ex25.description),n(l,738,0,c["ɵnov"](l,739).target,c["ɵnov"](l,739).href),n(l,749,0,e.sampleCode.ex18.title),n(l,752,0,e.sampleCode.ex18.description),n(l,805,0,c["ɵnov"](l,811).ngClassUntouched,c["ɵnov"](l,811).ngClassTouched,c["ɵnov"](l,811).ngClassPristine,c["ɵnov"](l,811).ngClassDirty,c["ɵnov"](l,811).ngClassValid,c["ɵnov"](l,811).ngClassInvalid,c["ɵnov"](l,811).ngClassPending),n(l,832,0,c["ɵnov"](l,838).ngClassUntouched,c["ɵnov"](l,838).ngClassTouched,c["ɵnov"](l,838).ngClassPristine,c["ɵnov"](l,838).ngClassDirty,c["ɵnov"](l,838).ngClassValid,c["ɵnov"](l,838).ngClassInvalid,c["ɵnov"](l,838).ngClassPending),n(l,884,0,c["ɵnov"](l,890).ngClassUntouched,c["ɵnov"](l,890).ngClassTouched,c["ɵnov"](l,890).ngClassPristine,c["ɵnov"](l,890).ngClassDirty,c["ɵnov"](l,890).ngClassValid,c["ɵnov"](l,890).ngClassInvalid,c["ɵnov"](l,890).ngClassPending),n(l,932,0,c["ɵnov"](l,938).ngClassUntouched,c["ɵnov"](l,938).ngClassTouched,c["ɵnov"](l,938).ngClassPristine,c["ɵnov"](l,938).ngClassDirty,c["ɵnov"](l,938).ngClassValid,c["ɵnov"](l,938).ngClassInvalid,c["ɵnov"](l,938).ngClassPending),n(l,987,0,c["ɵnov"](l,993).ngClassUntouched,c["ɵnov"](l,993).ngClassTouched,c["ɵnov"](l,993).ngClassPristine,c["ɵnov"](l,993).ngClassDirty,c["ɵnov"](l,993).ngClassValid,c["ɵnov"](l,993).ngClassInvalid,c["ɵnov"](l,993).ngClassPending),n(l,1020,0,c["ɵnov"](l,1026).ngClassUntouched,c["ɵnov"](l,1026).ngClassTouched,c["ɵnov"](l,1026).ngClassPristine,c["ɵnov"](l,1026).ngClassDirty,c["ɵnov"](l,1026).ngClassValid,c["ɵnov"](l,1026).ngClassInvalid,c["ɵnov"](l,1026).ngClassPending)})}function a(n){return c["ɵvid"](0,[(n()(),c["ɵeld"](0,0,null,null,1,"app",[],null,null,null,t,C)),c["ɵdid"](1,49152,null,0,p.a,[h.c],null,null)],null,null)}var o=e("O6r7"),u=e("X8ae"),r=e("l0WT"),i=e("QgPG"),d=e("H23u"),s=e("GXMW"),c=e("/oeL"),p=e("wQAS"),m=e("qbdv"),h=e("BkNc"),f=e("KPCT"),g=e("nfVm"),v=(e.n(g),e("bm2B"));e.d(l,"a",function(){return y});var b=[o.a,u.a,r.a,i.a,d.a,s.a],C=c["ɵcrt"]({encapsulation:2,styles:b,data:{}}),y=c["ɵccf"]("app",p.a,a,{},{},[])},q8tD:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,11,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](2,0,null,null,8,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](4,0,null,null,5,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](6,0,null,null,2,"fusioncharts",[["dataFormat","json"],["height","400"],["type","world"],["width","100%"]],null,null,null,r.a,r.b)),u["ɵprd"](512,null,i.b,i.b,[i.a]),u["ɵdid"](8,5226496,null,0,d.a,[u.ElementRef,i.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](13,0,null,null,2,"tabbed-code",[],null,null,null,s.a,s.b)),u["ɵdid"](14,114688,null,0,c.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"world","100%","400","json"),n(l,14,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,p.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("0hLG"),i=e("Fxku"),d=e("b9rg"),s=e("JNN4"),c=e("36bs"),p=e("BKcj");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",p.a,a,{},{},[])},qFiI:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,12,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](2,0,null,null,9,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](4,0,null,null,6,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](6,0,null,null,3,"fusioncharts",[["dataFormat","json"],["height","400"],["type","angulargauge"],["width","100%"]],null,null,null,r.a,r.b)),u["ɵprd"](512,null,i.b,i.b,[i.a]),u["ɵdid"](8,5226496,null,0,d.a,[u.ElementRef,i.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](14,0,null,null,2,"tabbed-code",[],null,null,null,s.a,s.b)),u["ɵdid"](15,114688,null,0,c.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"angulargauge","100%","400","json"),n(l,15,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,p.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("0hLG"),i=e("Fxku"),d=e("b9rg"),s=e("JNN4"),c=e("36bs"),p=e("tqAr");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",p.a,a,{},{},[])},qSHF:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex20",this.sampleCode=a.a,this.size="secondSize",this.allSizes={firstSize:{width:"400px",height:"200px"},secondSize:{width:"600px",height:"350px"},thirdSize:{width:"700px",height:"400px"}},this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]},this.styleObj=this.allSizes[this.size]}return n.prototype.getStyle=function(){return this.styleObj},n.prototype.initialized=function(n){this.chartObj=n.chart},n.prototype.onSelectionChange=function(n){this.size=n,this.styleObj=this.allSizes[this.size]},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex20.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},qYEO:function(n,l,e){"use strict";!function(){function n(){}n.prototype.transform=function(n,l){return n}}()},qtrl:function(n,l){function e(n){throw new Error("Cannot find module '"+n+"'.")}e.keys=function(){return[]},e.resolve=e,n.exports=e,e.id="qtrl"},tqAr:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex12",this.sampleCode=a.a,this.dataSource={chart:{caption:"Nordstorm's Customer Satisfaction Score for 2017",lowerLimit:"0",upperLimit:"100",showValue:"1",numberSuffix:"%",theme:"fusion",showToolTip:"0"},colorRange:{color:[{minValue:"0",maxValue:"50",code:"#F2726F"},{minValue:"50",maxValue:"75",code:"#FFC533"},{minValue:"75",maxValue:"100",code:"#62B58F"}]},dials:{dial:[{value:"81"}]}}}return n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex12.title)})},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},u76y:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,12,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](2,0,null,null,9,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](4,0,null,null,6,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](6,0,null,null,3,"fusioncharts",[["dataFormat","json"],["height","400"],["type","column2d"],["width","100%"]],null,null,null,r.a,r.b)),u["ɵprd"](512,null,i.b,i.b,[i.a]),u["ɵdid"](8,5226496,null,0,d.a,[u.ElementRef,i.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵeld"](14,0,null,null,2,"tabbed-code",[],null,null,null,s.a,s.b)),u["ɵdid"](15,114688,null,0,c.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"column2d","100%","400","json"),n(l,15,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,p.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("0hLG"),i=e("Fxku"),d=e("b9rg"),s=e("JNN4"),c=e("36bs"),p=e("KZ2H");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",p.a,a,{},{},[])},upFm:function(n,l,e){"use strict";l.a={importCode:"import { NgModule } from '@angular/core';\nimport { BrowserModule } from '@angular/platform-browser';\n\n// Import angular-fusioncharts\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Import FusionCharts library\nimport * as FusionCharts from 'fusioncharts';\n\n// Load FusionCharts Individual Charts\nimport * as Charts from 'fusioncharts/fusioncharts.charts';\n// Add other dependecies like Charts, PowerCharts, Widgets, Maps\n// import FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';\n// import Maps from 'fusioncharts/fusioncharts.maps';\n// import World from 'fusioncharts/maps/fusioncharts.world';\n\n\n\n// Use fcRoot function to inject FusionCharts library, and the modules \n// you want to use\n//FusionChartsModule.fcRoot(FusionCharts, [Comma separated charts and features]) \nFusionChartsModule.fcRoot(FusionCharts, Charts)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n FusionChartsModule // Include in imports\n ],\n bootstrap: [AppComponent]\n})\nexport class AppModule { }",installCode:"$ npm install angular-fusioncharts --save",installFusionCharts:"$ npm install fusioncharts --save",useDirective:'import { Component } from \'@angular/core\';\n\n@Component({\n selector: \'my-app\',\n template: `\n \n `,\n})\nexport class AppComponent {\n data: Object;\n \n constructor() {\n this.data = {\n chart: { },\n data: [\n {value: 500},\n {value: 600},\n {value: 700}\n ]\n };\n }\n}',renderFusionMaps:"import { NgModule } from '@angular/core';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { AppComponent } from './app.component';\n\n// Import FusionChartsModule from angular-fusioncharts\nimport { FusionChartsModule } from 'angular-fusioncharts';\n\n// Import FusionCharts library\nimport * as FusionCharts from 'fusioncharts';\n\n\n// Load FusionCharts Maps module\nimport * as Maps from 'fusioncharts/fusioncharts.maps';\n\n// Load WorldMap map definition module\nimport * as World from 'fusioncharts/maps/fusioncharts.world';\n\n// Use FusionChartsModule.fcRoot(FusionCharts, [Comma separated modules])\nFusionChartsModule.fcRoot(FusionCharts, Maps, World)\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule, \n FusionChartsModule // Include in the imports\n ],\n bootstrap: [AppComponent]\n})\nexport class AppModule { }",mapHtml:'\x3c!-- in app.component.html --\x3e\n\n'}},vTfp:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,27,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](2,0,null,null,24,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](4,0,null,null,21,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](6,0,null,null,3,"fusioncharts",[["height","400"],["type","column2d"],["width","600"]],null,[[null,"initialized"]],function(n,l,e){var t=!0,a=n.component;if("initialized"===l){t=!1!==a.initialized(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](8,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},{initialized:"initialized"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](11,0,null,null,13,"div",[["style","justify-content: center; margin: 0px"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](13,0,null,null,1,"button",[["class","btn btn-outline-secondary btn-sm"],["id","caption"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.changeCaption("CAPTION")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["CHANGE CAPTION: CAPTION"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](16,0,null,null,1,"button",[["class","btn btn-outline-secondary btn-sm"],["id","xaxis-name"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.changeXAxisName("X-AXIS NAME")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["CHANGE X-AXIS NAME: X-AXIS NAME"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](19,0,null,null,1,"button",[["class","btn btn-outline-secondary btn-sm"],["id","yaxis-name"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.changeYAxisName("Y-AXIS NAME")&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["CHANGE Y-AXIS NAME: Y-AXIS NAME"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](22,0,null,null,1,"button",[["class","btn btn-outline-secondary btn-sm"],["id","reset"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.reset()&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["RESET"])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n\n"])),(n()(),u["ɵeld"](29,0,null,null,1,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](30,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null)],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"column2d","600","400"),n(l,30,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,114688,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("9pYR"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},wQAS:function(n,l,e){"use strict";var t=e("BkNc"),a=e("waH/"),o=(e.n(a),e("pCNy")),u=(e.n(o),e("4thQ")),r=(e.n(u),e("upFm")),i=e("wgS3"),d=e("0egw");e.d(l,"a",function(){return s});var s=function(){function n(n){var l=this;this.router=n,this.installCode=r.a.installCode,this.installFusionCharts=r.a.installFusionCharts,this.includeInModule=r.a.importCode,this.useDirective=r.a.useDirective,this.renderFusionMaps=r.a.renderFusionMaps,this.mapHtml=r.a.mapHtml,this.modalClasses="show fade in",this.isModalOpen=!1,this.sampleCode=d.a,this.selectedTitle="",this.toggleModal=function(n){l.isModalOpen=n},this.openPage=function(n){l.isModalOpen=!1,l.router.navigate([n])},i.a.on=function(n){l.selectedTitle=n}}return n.prototype.updateId=function(n){},n.ctorParameters=function(){return[{type:t.c}]},n}()},wgS3:function(n,l,e){"use strict";function t(){this.on=function(){},this.value="",this.change=function(n){this.value=n,this.on&&this.on(n)}}var a=new t;l.a=a},xCyM:function(n,l,e){"use strict";var t=e("/oeL"),a=e("0egw"),o=e("wgS3");e.d(l,"a",function(){return u});var u=function(){function n(n){this.zone=n,this.demoId="ex9",this.sampleCode=a.a,this.logMessage="Hover on the plot to see the percentage of a column wrt total",this.dataSource={chart:{caption:"Countries With Most Oil Reserves [2017-18]",subCaption:"In MMbbl = One Million barrels",xAxisName:"Country",yAxisName:"Reserves (MMbbl)",numberSuffix:"K",theme:"fusion"},data:[{label:"Venezuela",value:"290"},{label:"Saudi",value:"260"},{label:"Canada",value:"180"},{label:"Iran",value:"140"},{label:"Russia",value:"115"},{label:"UAE",value:"100"},{label:"US",value:"30"},{label:"China",value:"30"}]},this.events={dataPlotRollOver:this.getPercentValue()};var l=this.dataSource.data;this.total=0;for(var e=0;e"+e.categoryLabel+" is "+l+"% of the total"})}},n.prototype.ngOnInit=function(){var n=this;setTimeout(function(){o.a.change(n.sampleCode.ex9.title)})},n.prototype.ngAfterViewInit=function(){Prism&&Prism.highlightAll()},n.ctorParameters=function(){return[{type:t.NgZone}]},n}()},xsck:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,15,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](2,0,null,null,12,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](4,0,null,null,9,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](6,0,null,null,3,"fusioncharts",[["dataFormat","json"],["height","400"],["type","column2d"],["width","100%"]],null,[[null,"rendered"]],function(n,l,e){var t=!0,a=n.component;if("rendered"===l){t=!1!==a.chartRender(e)&&t}return t},i.a,i.b)),u["ɵprd"](512,null,d.b,d.b,[d.a]),u["ɵdid"](8,5226496,null,0,s.a,[u.ElementRef,d.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},{rendered:"rendered"}),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](11,0,null,null,1,"p",[["style","padding: 10px;background:#efefef"]],null,null,null,null,null)),(n()(),u["ɵted"](12,null,["",""])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n\n"])),(n()(),u["ɵeld"](17,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](18,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"]))],function(n,l){var e=l.component;n(l,8,0,e.dataSource,"column2d","100%","400","json"),n(l,18,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},function(n,l){n(l,12,0,l.component.message||"You will see a notification here after chart completes rendering.")})}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,r.a,[u.NgZone],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("iK3h"),i=e("0hLG"),d=e("Fxku"),s=e("b9rg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",r.a,a,{},{},[])},yjRl:function(n,l,e){"use strict";function t(n){return u["ɵvid"](0,[(n()(),u["ɵted"](-1,null,["\n\n"])),(n()(),u["ɵeld"](1,0,null,null,23,"div",[["class","card shadow"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](3,0,null,null,20,"div",[["class","card-body chart-wrapper"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](5,0,null,null,17,"div",[["class","chart-wrapper-inner"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](7,0,null,null,3,"fusioncharts",[["height","400"],["type","column2D"],["width","800"]],null,null,null,r.a,r.b)),u["ɵprd"](512,null,i.b,i.b,[i.a]),u["ɵdid"](9,5226496,null,0,d.a,[u.ElementRef,i.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n\n "])),(n()(),u["ɵeld"](12,0,null,null,3,"fusioncharts",[["dataFormat","json"],["height","400"],["type","stackedcolumn2d"],["width","800"]],null,null,null,r.a,r.b)),u["ɵprd"](512,null,i.b,i.b,[i.a]),u["ɵdid"](14,5226496,null,0,d.a,[u.ElementRef,i.b,u.KeyValueDiffers,u.NgZone],{dataSource:[0,"dataSource"],type:[1,"type"],width:[2,"width"],height:[3,"height"],dataFormat:[4,"dataFormat"]},null),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n\n "])),(n()(),u["ɵeld"](17,0,null,null,4,"div",[["style","display: flex;justify-content: center"]],null,null,null,null,null)),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵeld"](19,0,null,null,1,"button",[["class","btn btn-outline-secondary btn-sm"]],null,[[null,"click"]],function(n,l,e){var t=!0,a=n.component;if("click"===l){t=!1!==a.exportChart(e)&&t}return t},null,null)),(n()(),u["ɵted"](-1,null,["\n Export both charts as a single PDF\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n "])),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n\n\n\n"])),(n()(),u["ɵeld"](26,0,null,null,2,"tabbed-code",[],null,null,null,c.a,c.b)),u["ɵdid"](27,114688,null,0,p.a,[],{moduleCode:[0,"moduleCode"],componentCode:[1,"componentCode"],templateCode:[2,"templateCode"]},null),(n()(),u["ɵted"](-1,null,["\n"])),(n()(),u["ɵted"](-1,null,["\n\n"]))],function(n,l){var e=l.component;n(l,9,0,e.dataSource,"column2D","800","400");n(l,14,0,e.stackedColumnData,"stackedcolumn2d","800","400","json"),n(l,27,0,u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].module,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].component,""),u["ɵinlineInterpolate"](1,"",e.sampleCode[e.demoId].template,""))},null)}function a(n){return u["ɵvid"](0,[(n()(),u["ɵeld"](0,0,null,null,1,"chart",[],null,null,null,t,h)),u["ɵdid"](1,4308992,null,0,s.a,[],null,null)],function(n,l){n(l,1,0)},null)}var o=e("8e1K"),u=e("/oeL"),r=e("0hLG"),i=e("Fxku"),d=e("b9rg"),s=e("bTEg"),c=e("JNN4"),p=e("36bs");e.d(l,"a",function(){return f});var m=[".btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:hover{\n color:white;\n }\n .btn.btn-outline-secondary.btn-sm[_ngcontent-%COMP%]:active{\n color:gray;\n }\n div[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]{\n margin: 0px 10px;\n }",o.a],h=u["ɵcrt"]({encapsulation:0,styles:m,data:{}}),f=u["ɵccf"]("chart",s.a,a,{},{},[])}},[0]); \ No newline at end of file diff --git a/docs/polyfills.adb2df9f86a0c3842e67.bundle.js b/docs/polyfills.adb2df9f86a0c3842e67.bundle.js deleted file mode 100644 index e6ea52b..0000000 --- a/docs/polyfills.adb2df9f86a0c3842e67.bundle.js +++ /dev/null @@ -1 +0,0 @@ -webpackJsonp([0],{"+GRi":function(t,e,n){var r=n("Wo2w"),o=n("Wy9r");t.exports=function(t){return r(o(t))}},"+Q6C":function(t,e,n){var r=n("CDXM"),o=n("6De9").f,i=n("+pQw");r(r.S,"Reflect",{deleteProperty:function(t,e){var n=o(i(t),e);return!(n&&!n.configurable)&&delete t[e]}})},"+iEx":function(t,e,n){n("fHxy"),n("5GJ3"),n("X0O/"),n("HCkn"),n("ncNB"),n("soMw"),n("8sYH"),n("IJ3P"),n("t6ta"),t.exports=n("b4gG").Reflect},"+pQw":function(t,e,n){var r=n("JXkd");t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},"/XRd":function(t,e,n){var r=n("tose"),o=n("CDXM"),i=n("+pQw"),a=n("A1WY");o(o.S+o.F*n("umMR")(function(){Reflect.defineProperty(r.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(t,e,n){i(t),e=a(e,!0),i(n);try{return r.f(t,e,n),!0}catch(t){return!1}}})},"/wY1":function(t,e,n){n("rMMT"),n("dlwK"),n("/XRd"),n("+Q6C"),n("dBNB"),n("7Fno"),n("gZpL"),n("dSHT"),n("d+61"),n("V2Dj"),n("wJYt"),n("gdNQ"),n("VsLy"),n("wLW2"),t.exports=n("b4gG").Reflect},1:function(t,e,n){t.exports=n("TU+8")},"2Fuj":function(t,e,n){var r=n("R5c1"),o=n("a/Sk");t.exports=Object.keys||function(t){return r(t,o)}},"3LDD":function(t,e,n){"use strict";var r=n("tose").f,o=n("51pc"),i=n("pBmS"),a=n("pa70"),c=n("Lcie"),u=n("p/bR"),s=n("WsSm"),f=n("w/BM"),l=n("KpXt"),p=n("V+0c"),h=n("xI8H").fastKey,v=n("Y5fy"),d=p?"_s":"size",g=function(t,e){var n,r=h(e);if("F"!==r)return t._i[r];for(n=t._f;n;n=n.n)if(n.k==e)return n};t.exports={getConstructor:function(t,e,n,s){var f=t(function(t,r){c(t,f,e,"_i"),t._t=e,t._i=o(null),t._f=void 0,t._l=void 0,t[d]=0,void 0!=r&&u(r,n,t[s],t)});return i(f.prototype,{clear:function(){for(var t=v(this,e),n=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];t._f=t._l=void 0,t[d]=0},delete:function(t){var n=v(this,e),r=g(n,t);if(r){var o=r.n,i=r.p;delete n._i[r.i],r.r=!0,i&&(i.n=o),o&&(o.p=i),n._f==r&&(n._f=o),n._l==r&&(n._l=i),n[d]--}return!!r},forEach:function(t){v(this,e);for(var n,r=a(t,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(t){return!!g(v(this,e),t)}}),p&&r(f.prototype,"size",{get:function(){return v(this,e)[d]}}),f},def:function(t,e,n){var r,o,i=g(t,e);return i?i.v=n:(t._l=i={i:o=h(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=i),r&&(r.n=i),t[d]++,"F"!==o&&(t._i[o]=i)),t},getEntry:g,setStrong:function(t,e,n){s(t,e,function(t,n){this._t=v(t,e),this._k=n,this._l=void 0},function(){for(var t=this,e=t._k,n=t._l;n&&n.r;)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?"keys"==e?f(0,n.k):"values"==e?f(0,n.v):f(0,[n.k,n.v]):(t._t=void 0,f(1))},n?"entries":"values",!n,!0),l(e)}}},"3r0D":function(t,e,n){var r=n("Iclu")("wks"),o=n("c09d"),i=n("ptrv").Symbol,a="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=a&&i[t]||(a?i:o)("Symbol."+t))}).store=r},"51pc":function(t,e,n){var r=n("+pQw"),o=n("ewdp"),i=n("a/Sk"),a=n("yIWP")("IE_PROTO"),c=function(){},u=function(){var t,e=n("BQSv")("iframe"),r=i.length;for(e.style.display="none",n("Ed9o").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("