Initial commit
ad90f25d
HristoP96
committed
66 changed files
app.e2e-spec.ts
/e2e/src/app.e2e-spec.ts+24
/e2e/src/app.e2e-spec.ts
Add comment 1 Plus  import { AppPage } from './app.po';
Add comment 2 Plus  import { browser, logging } from 'protractor';
Add comment 3 Plus  
Add comment 4 Plus  describe('workspace-project App', () => {
Add comment 5 Plus   let page: AppPage;
Add comment 6 Plus  
Add comment 7 Plus   beforeEach(() => {
Add comment 8 Plus   page = new AppPage();
Add comment 9 Plus   });
Add comment 10 Plus  
Add comment 11 Plus   it('should display welcome message', () => {
Add comment 12 Plus   page.navigateTo();
Add comment 13 Plus   expect(page.getTitleText()).toEqual('igniteui-angular-extras app is running!');
Add comment 14 Plus   });
Add comment 15 Plus  
Add comment 16 Plus   afterEach(async () => {
Add comment 17 Plus   // Assert that there are no errors emitted from the browser
Add comment 18 Plus   const logs = await browser.manage().logs().get(logging.Type.BROWSER);
Add comment 19 Plus   expect(logs).not.toContain(jasmine.objectContaining({
Add comment 20 Plus   level: logging.Level.SEVERE,
Add comment 21 Plus   } as logging.Entry));
Add comment 22 Plus   });
Add comment 23 Plus  });
Add comment 24 Plus  
app.po.ts
/e2e/src/app.po.ts+12
/e2e/src/app.po.ts
Add comment 1 Plus  import { browser, by, element } from 'protractor';
Add comment 2 Plus  
Add comment 3 Plus  export class AppPage {
Add comment 4 Plus   navigateTo() {
Add comment 5 Plus   return browser.get(browser.baseUrl) as Promise<any>;
Add comment 6 Plus   }
Add comment 7 Plus  
Add comment 8 Plus   getTitleText() {
Add comment 9 Plus   return element(by.css('app-root .content span')).getText() as Promise<string>;
Add comment 10 Plus   }
Add comment 11 Plus  }
Add comment 12 Plus  
protractor.conf.js
/e2e/protractor.conf.js+32
/e2e/protractor.conf.js
Add comment 1 Plus  // @ts-check
Add comment 2 Plus  // Protractor configuration file, see link for more information
Add comment 3 Plus  // https://github.com/angular/protractor/blob/master/lib/config.ts
Add comment 4 Plus  
Add comment 5 Plus  const { SpecReporter } = require('jasmine-spec-reporter');
Add comment 6 Plus  
Add comment 7 Plus  /**
Add comment 8 Plus   * @type { import("protractor").Config }
Add comment 9 Plus   */
Add comment 10 Plus  exports.config = {
Add comment 11 Plus   allScriptsTimeout: 11000,
Add comment 12 Plus   specs: [
Add comment 13 Plus   './src/**/*.e2e-spec.ts'
Add comment 14 Plus   ],
Add comment 15 Plus   capabilities: {
Add comment 16 Plus   browserName: 'chrome'
Add comment 17 Plus   },
Add comment 18 Plus   directConnect: true,
Add comment 19 Plus   baseUrl: 'http://localhost:4200/',
Add comment 20 Plus   framework: 'jasmine',
Add comment 21 Plus   jasmineNodeOpts: {
Add comment 22 Plus   showColors: true,
Add comment 23 Plus   defaultTimeoutInterval: 30000,
Add comment 24 Plus   print: function() {}
Add comment 25 Plus   },
Add comment 26 Plus   onPrepare() {
Add comment 27 Plus   require('ts-node').register({
Add comment 28 Plus   project: require('path').join(__dirname, './tsconfig.json')
Add comment 29 Plus   });
Add comment 30 Plus   jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
Add comment 31 Plus   }
Add comment 32 Plus  };
tsconfig.json
/e2e/tsconfig.json+14
/e2e/tsconfig.json
Add comment 1 Plus  {
Add comment 2 Plus   "extends": "../tsconfig.json",
Add comment 3 Plus   "compilerOptions": {
Add comment 4 Plus   "outDir": "../out-tsc/e2e",
Add comment 5 Plus   "module": "commonjs",
Add comment 6 Plus   "target": "es5",
Add comment 7 Plus   "types": [
Add comment 8 Plus   "jasmine",
Add comment 9 Plus   "jasminewd2",
Add comment 10 Plus   "node"
Add comment 11 Plus   ]
Add comment 12 Plus   }
Add comment 13 Plus  }
Add comment 14 Plus  
charts.ts
/projects/igniteui-angular-extras/src/images/charts.ts+408
/projects/igniteui-angular-extras/src/images/charts.ts
Add comment 1 Plus  // tslint:disable: max-line-length
Add comment 2 Plus  export const Area100Stacked = `
Add comment 3 Plus   <svg id="Layer_1" data-name="Layer 1"
Add comment 4 Plus   xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 5 Plus   <defs>
Add comment 6 Plus   <style>.cls-Area100Stacked-1{fill:#ab4191;}.cls-Area100Stacked-2{fill:#f05951;}.cls-Area100Stacked-2,.cls-Area100Stacked-3,.cls-Area100Stacked-4{fill-rule:evenodd;}.cls-Area100Stacked-3{fill:#fa8d3d;}.cls-Area100Stacked-4{fill:#0f6860;}</style>
Add comment 7 Plus   </defs>
Add comment 8 Plus   <rect class="cls-Area100Stacked-1" width="96" height="95.7"/>
Add comment 9 Plus   <polygon class="cls-Area100Stacked-2" points="0 11.1 3.78 11.99 11.33 25.27 20.15 13.04 30.53 15.31 43.12 26.54 50.13 28.07 65.78 24.5 72.08 16.84 82.15 17.61 88.45 11.99 91.91 9.57 96 6.13 96 95.7 0 95.7 0 11.1"/>
Add comment 10 Plus   <path class="cls-Area100Stacked-3" d="M0,54V95.7H96V18.37l-3.79,6.51-3.79,18-3.16,6.51-5.68,3.06-2.84,3.45s-3.42,6-3.48,6.12-7.58,4.6-7.58,4.6L60,67l-2.21.77-7.9-4.6-3.78,1.15-7.58-3.44L34.42,62.4l-3.79-1.15-4.1,3.44-3.48-.76L15.16,53.21,7.26,54,3.47,49Z"/>
Add comment 11 Plus   <polygon class="cls-Area100Stacked-4" points="0 78.75 4.72 77.11 7.87 78.2 15.42 76.56 19.52 80.39 26.44 83.67 36.2 83.67 45.33 85.31 50.05 78.75 58.23 84.22 68.3 85.86 87.82 90.23 96 83.12 96 95.7 0 95.7 0 78.75"/>
Add comment 12 Plus  </svg>
Add comment 13 Plus  `;
Add comment 14 Plus  export const AreaGrouped = `
Add comment 15 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 16 Plus   <defs>
Add comment 17 Plus   <style>.cls-AreaGrouped-1{fill:#ab4191;}.cls-AreaGrouped-1,.cls-AreaGrouped-2,.cls-AreaGrouped-3,.cls-AreaGrouped-4{fill-rule:evenodd;}.cls-AreaGrouped-2{fill:#f05951;}.cls-AreaGrouped-3{fill:#fa8d3d;}.cls-AreaGrouped-4{fill:#0f6860;}</style>
Add comment 18 Plus   </defs>
Add comment 19 Plus   <g id="ChartNames">
Add comment 20 Plus   <polygon class="cls-AreaGrouped-1" points="96 69.18 96 13.76 80.22 37.03 64.11 42.35 48.34 63.44 32.56 72.38 16.45 70.78 0 86.13 0 96 96 96 96 69.18"/>
Add comment 21 Plus   <polygon class="cls-AreaGrouped-2" points="96 84.43 96 38.72 80.22 48.72 64.11 72.86 48.34 72.62 32.56 81.54 16.78 79.11 0 90.25 0 96 96 96 96 84.43"/>
Add comment 22 Plus   <path class="cls-AreaGrouped-3" d="M96,91V62.08L80.22,66.71l-16.11,15-15.77.9L32.56,88s-16.12-.84-16.11-.76S0,92.65,0,92.65V96H96Z"/>
Add comment 23 Plus   <polygon class="cls-AreaGrouped-4" points="96 93.77 96 77.49 80.22 81.31 64.11 91.54 48.34 93.13 32.56 94.09 0 95.37 0 96 96 96 96 93.77"/>
Add comment 24 Plus   </g>
Add comment 25 Plus  </svg>
Add comment 26 Plus  `;
Add comment 27 Plus  export const AreaStacked = `
Add comment 28 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 29 Plus   <defs>
Add comment 30 Plus   <style>.cls-AreaStacked-1{fill:#ab4191;}.cls-AreaStacked-1,.cls-AreaStacked-2,.cls-AreaStacked-3,.cls-AreaStacked-4{fill-rule:evenodd;}.cls-AreaStacked-2{fill:#f05951;}.cls-AreaStacked-3{fill:#fa8d3d;}.cls-AreaStacked-4{fill:#0f6860;}</style>
Add comment 31 Plus   </defs>
Add comment 32 Plus   <g id="ChartNames">
Add comment 33 Plus   <path class="cls-AreaStacked-1" d="M0,17.24,3.73,4.7l7.56,19.2,4.09-.78,7.87,11.75,3.46,1.57,3.78-3.13,4.41,2,3.46-2.75,4.72,2.35L45.91,38s4-.26,4.09-.39,7.45,4.57,7.56,4.7a35.11,35.11,0,0,0,3.77-1.57h4.41L72,43.49,82.11,28.21,88.4,10.32,91.86,0,96,12.15V96H0Z"/>
Add comment 34 Plus   <path class="cls-AreaStacked-2" d="M0,53.29V96H96V16.85l-3.79,6.66L88.38,41.93l-3.16,6.66-5.68,3.13-2.85,3.53s-3.42,6.14-3.47,6.27-7.58,4.7-7.58,4.7L60,66.61l-2.21.79-7.9-4.71-3.79,1.18-7.58-3.53-4.1,1.57-3.79-1.18-4.11,3.53L23,63.48l-7.89-11-7.9.78L3.43,48.2Z"/>
Add comment 35 Plus   <polygon class="cls-AreaStacked-3" points="0.14 78.65 4.85 76.97 7.99 78.09 15.54 76.41 19.62 80.33 26.53 83.69 36.27 83.69 45.38 85.37 50.09 78.65 58.26 84.25 68.31 85.93 87.79 90.4 95.96 83.12 95.96 96 0.14 96 0.14 78.65"/>
Add comment 36 Plus   <polygon class="cls-AreaStacked-4" points="0.14 96 95.96 96 95.96 74.45 92.19 79.15 80.56 83.07 69.25 91.3 58.57 91.69 54.17 92.08 49.78 90.12 45.38 91.3 38.47 91.3 28.73 91.69 23.7 91.3 18.99 92.86 13.96 92.08 0.14 93.65 0.14 96"/>
Add comment 37 Plus   </g>
Add comment 38 Plus  </svg>
Add comment 39 Plus  `;
Add comment 40 Plus  export const Bar100Stacked = `
Add comment 41 Plus   <svg id="Layer_1" data-name="Layer 1"
Add comment 42 Plus   xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 43 Plus   <defs>
Add comment 44 Plus   <style>.cls-Bar100Stacked-1{fill:#ab4191;}.cls-Bar100Stacked-1,.cls-Bar100Stacked-2,.cls-Bar100Stacked-3,.cls-Bar100Stacked-4{fill-rule:evenodd;}.cls-Bar100Stacked-2{fill:#f05951;}.cls-Bar100Stacked-3{fill:#fa8d3d;}.cls-Bar100Stacked-4,.cls-Bar100Stacked-5{fill:#0f6860;}</style>
Add comment 45 Plus   </defs>
Add comment 46 Plus   <path class="cls-Bar100Stacked-1" d="M96,7.84H45.71v11.1H96Zm0,13.38H47.67V32.33H96Zm0,13.39H42.45V46H96Zm0,13.72H48.33v11.1H96Zm0,13.38H43.43V72.82H96ZM96,75.1H42.12V86.2H96Z"/>
Add comment 47 Plus   <path class="cls-Bar100Stacked-2" d="M75.76,21.22H29.71V32.33H75.76ZM66,61.71H27.1V72.82H66Zm4.24-27.1h-48V46h48ZM56.82,48.33H30v11.1H56.82ZM73.47,75.1H25.8V86.2H73.47ZM60.73,7.84h-33v11.1h33Z"/>
Add comment 48 Plus   <path class="cls-Bar100Stacked-3" d="M47.67,21.22H8.16V32.33H47.67ZM39.51,61.71H5.88V72.82H39.51Zm3.59-27.1H1.63V46H43.1ZM31.35,48.33H8.16v11.1H31.35ZM45.71,75.1H4.57V86.2H45.71ZM34.61,7.84H6.2v11.1H34.61Z"/>
Add comment 49 Plus   <path class="cls-Bar100Stacked-4" d="M14,34.61H0V46H14Zm4.25,13.72H0v11.1H18.29ZM15,75.1H0V86.2H15ZM22.2,21.22H0V32.33H22.2ZM11.43,61.71H0V72.82H11.43Z"/>
Add comment 50 Plus   <rect class="cls-Bar100Stacked-5" y="7.84" width="10.78" height="11.1"/>
Add comment 51 Plus  </svg>
Add comment 52 Plus  `;
Add comment 53 Plus  export const BarGrouped = `
Add comment 54 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 55 Plus   <defs>
Add comment 56 Plus   <style>.cls-BarGrouped-1{fill:#f05951;}.cls-BarGrouped-2{fill:#ab4191;}.cls-BarGrouped-3{fill:#0f6860;}.cls-BarGrouped-4{fill:#fa8d3d;}</style>
Add comment 57 Plus   </defs>
Add comment 58 Plus   <g id="ChartNames">
Add comment 59 Plus   <rect class="cls-BarGrouped-1" y="77.13" width="21.19" height="6.29"/>
Add comment 60 Plus   <rect class="cls-BarGrouped-1" y="49.66" width="48.99" height="6.29"/>
Add comment 61 Plus   <rect class="cls-BarGrouped-1" y="22.18" width="72.5" height="6.29"/>
Add comment 62 Plus   <rect class="cls-BarGrouped-2" y="70.84" width="81.43" height="6.29"/>
Add comment 63 Plus   <rect class="cls-BarGrouped-3" y="89.71" width="60.25" height="6.29"/>
Add comment 64 Plus   <rect class="cls-BarGrouped-2" y="43.37" width="96" height="6.29"/>
Add comment 65 Plus   <rect class="cls-BarGrouped-3" y="62.23" width="33.43" height="6.29"/>
Add comment 66 Plus   <rect class="cls-BarGrouped-2" y="15.89" width="55.61" height="6.29"/>
Add comment 67 Plus   <rect class="cls-BarGrouped-3" y="34.76" width="45.35" height="6.29"/>
Add comment 68 Plus   <rect class="cls-BarGrouped-4" y="83.42" width="89.38" height="6.29"/>
Add comment 69 Plus   <rect class="cls-BarGrouped-4" y="55.94" width="70.84" height="6.29"/>
Add comment 70 Plus   <rect class="cls-BarGrouped-4" y="28.47" width="33.43" height="6.29"/>
Add comment 71 Plus   </g>
Add comment 72 Plus  </svg>
Add comment 73 Plus  `;
Add comment 74 Plus  export const BarStacked = `
Add comment 75 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 76 Plus   <defs>
Add comment 77 Plus   <style>.cls-BarStacked-1{fill:#ab4191;}.cls-BarStacked-1,.cls-BarStacked-2,.cls-BarStacked-3,.cls-BarStacked-4{fill-rule:evenodd;}.cls-BarStacked-2{fill:#f05951;}.cls-BarStacked-3{fill:#fa8d3d;}.cls-BarStacked-4{fill:#0f6860;}</style>
Add comment 78 Plus   </defs>
Add comment 79 Plus   <g id="ChartNames">
Add comment 80 Plus   <path class="cls-BarStacked-1" d="M53.9,8.85H14.58V19.66H53.9ZM86.33,22.28H21.46V33.09H86.33ZM71.26,35.71H14.91V46.85H71.26ZM53.57,49.47H11.63V60.29H53.57ZM95.84,62.91H21.46V73.72H95.84Zm-36,13.43H14.91V87.15H59.8Z"/>
Add comment 81 Plus   <path class="cls-BarStacked-2" d="M41.12,8.85H14.58V19.66H41.12ZM61.76,22.28H21.46V33.09h40.3ZM46.69,35.71H14.91V46.85H46.69ZM41.77,49.47H11.63V60.29H41.77ZM62.09,62.91H21.46V73.72H62.09ZM42.76,76.34H14.91V87.15H42.76Z"/>
Add comment 82 Plus   <path class="cls-BarStacked-3" d="M31.62,8.85h-17V19.66h17ZM45.38,22.28H21.46V33.09H45.38Zm-9.5,13.43h-21V46.85h21Zm-2.3,13.76H11.63V60.29H33.58Zm8.85,13.44h-21V73.72h21ZM31,76.34h-16V87.15H31Z"/>
Add comment 83 Plus   <path class="cls-BarStacked-4" d="M14.91,8.85H.16V19.66H14.91ZM27.36,22.28H.16V33.09h27.2ZM19.17,35.71H.16V46.85h19ZM15.56,49.47H.16V60.29h15.4ZM27.69,62.91H.16V73.72H27.69ZM16.22,76.34H.16V87.15H16.22Z"/>
Add comment 84 Plus   </g>
Add comment 85 Plus  </svg>
Add comment 86 Plus  `;
Add comment 87 Plus  export const Column100Stacked = `
Add comment 88 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 89 Plus   <defs>
Add comment 90 Plus   <style>.cls-Column100Stacked-1{fill:#ab4191;}.cls-Column100Stacked-1,.cls-Column100Stacked-2,.cls-Column100Stacked-3,.cls-Column100Stacked-4{fill-rule:evenodd;}.cls-Column100Stacked-2{fill:#f05951;}.cls-Column100Stacked-3{fill:#fa8d3d;}.cls-Column100Stacked-4{fill:#0f6860;}</style>
Add comment 91 Plus   </defs>
Add comment 92 Plus   <g id="ChartNames">
Add comment 93 Plus   <path class="cls-Column100Stacked-1" d="M0,0V50.28H13.81V0ZM16.44,0V48.44H30.25V0ZM32.88,0V53.51h13.8V0ZM49.32,0V47.78h13.8V0ZM65.75,0V52.68H79.56V0ZM82.19,0V54H96V0Z"/>
Add comment 94 Plus   <path class="cls-Column100Stacked-2" d="M16.44,20.35V66.43H30.25V20.35ZM65.75,30V68.74H79.56V30ZM32.88,25.73v48h13.8v-48ZM49.32,39.17V66.05h13.8V39.17ZM82.19,22.66V70.27H96V22.66ZM0,35.33v33H13.81v-33Z"/>
Add comment 95 Plus   <path class="cls-Column100Stacked-3" d="M16.44,48.38V87.94H30.25V48.38Zm49.31,8.07V90.24H79.56V56.45ZM32.88,53V94.46h13.8V53ZM49.32,64.51V87.94h13.8V64.51ZM82.19,50.3V91.39H96V50.3ZM0,61.44V89.86H13.81V61.44Z"/>
Add comment 96 Plus   <path class="cls-Column100Stacked-4" d="M32.88,82.11V96h13.8V82.11Zm16.44-4.45V96h13.8V77.66Zm32.87,3.41V96H96V81.07ZM16.44,73.73V96H30.25V73.73ZM65.75,84.47V96H79.56V84.47ZM0,85.08V96H13.81V85.08Z"/>
Add comment 97 Plus   </g>
Add comment 98 Plus  </svg>
Add comment 99 Plus  `;
Add comment 100 Plus  export const ColumnGrouped = `
Add comment 101 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 102 Plus   <defs>
Add comment 103 Plus   <style>.cls-ColumnGrouped-1{fill:#fa8d3d;}.cls-ColumnGrouped-2{fill:#f05951;}.cls-ColumnGrouped-3{fill:#0f6860;}.cls-ColumnGrouped-4{fill:#ab4191;}</style>
Add comment 104 Plus   </defs>
Add comment 105 Plus   <g id="ChartNames">
Add comment 106 Plus   <rect class="cls-ColumnGrouped-1" x="14.87" y="30.42" width="7.44" height="65.58"/>
Add comment 107 Plus   <rect class="cls-ColumnGrouped-1" x="48" y="8.11" width="7.44" height="87.89"/>
Add comment 108 Plus   <rect class="cls-ColumnGrouped-1" x="81.13" y="38.2" width="7.44" height="57.8"/>
Add comment 109 Plus   <rect class="cls-ColumnGrouped-2" x="7.44" y="43.61" width="7.44" height="52.39"/>
Add comment 110 Plus   <rect class="cls-ColumnGrouped-3" x="22.31" y="52.06" width="7.44" height="43.94"/>
Add comment 111 Plus   <rect class="cls-ColumnGrouped-2" x="40.56" y="34.48" width="7.44" height="61.52"/>
Add comment 112 Plus   <rect class="cls-ColumnGrouped-3" x="55.44" y="19.27" width="7.44" height="76.73"/>
Add comment 113 Plus   <rect class="cls-ColumnGrouped-2" x="73.69" y="12.17" width="7.44" height="83.83"/>
Add comment 114 Plus   <rect class="cls-ColumnGrouped-4" y="20.28" width="7.44" height="75.72"/>
Add comment 115 Plus   <rect class="cls-ColumnGrouped-4" x="33.13" y="71.32" width="7.44" height="24.68"/>
Add comment 116 Plus   <rect class="cls-ColumnGrouped-4" x="66.25" y="51.04" width="7.44" height="44.96"/>
Add comment 117 Plus   <rect class="cls-ColumnGrouped-3" x="88.56" y="63.21" width="7.44" height="32.79"/>
Add comment 118 Plus   </g>
Add comment 119 Plus  </svg>
Add comment 120 Plus  `;
Add comment 121 Plus  export const ColumnStacked = `
Add comment 122 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 123 Plus   <defs>
Add comment 124 Plus   <style>.cls-ColumnStacked-1{fill:#ab4191;}.cls-ColumnStacked-1,.cls-ColumnStacked-2,.cls-ColumnStacked-3,.cls-ColumnStacked-4{fill-rule:evenodd;}.cls-ColumnStacked-2{fill:#f05951;}.cls-ColumnStacked-3{fill:#fa8d3d;}.cls-ColumnStacked-4{fill:#0f6860;}</style>
Add comment 125 Plus   </defs>
Add comment 126 Plus   <g id="ChartNames">
Add comment 127 Plus   <path class="cls-ColumnStacked-1" d="M0,44.4V78.55H13.81V44.4ZM16.44,9.87V78.55H30.25V9.87ZM32.88,25.8V78.55h13.8V25.8Zm16.44,19V82.34h13.8V44.77ZM65.75,0V78.55H79.56V0ZM82.19,37.94V86.13H96V37.94Z"/>
Add comment 128 Plus   <path class="cls-ColumnStacked-2" d="M16.44,36.05v42.5H30.25V36.05Zm49.31-.38V78.55H79.56V35.67ZM32.88,52V78.55h13.8V52ZM49.32,57.3v25h13.8v-25Zm32.87-1.14v30H96v-30ZM0,57.68V78.55H13.81V57.68Z"/>
Add comment 129 Plus   <path class="cls-ColumnStacked-3" d="M32.88,63.37V78.55h13.8V63.37Zm16.44,2.27v16.7h13.8V65.64Zm32.87,3V86.13H96V68.68ZM16.44,53.5v25H30.25v-25Zm49.31,3v22H79.56v-22ZM0,67.54v14H13.81v-14Z"/>
Add comment 130 Plus   <path class="cls-ColumnStacked-4" d="M16.44,71.72V96H30.25V71.72Zm49.31,1.51V96H79.56V73.23ZM32.88,77V96h13.8V77Zm16.44,3.79V96h13.8V80.82Zm32.87,3V96H96V83.86ZM0,81.2V96H13.81V81.2Z"/>
Add comment 131 Plus   </g>
Add comment 132 Plus  </svg>
Add comment 133 Plus  `;
Add comment 134 Plus  export const Line100Stacked = `
Add comment 135 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 136 Plus   <defs>
Add comment 137 Plus   <style>.cls-Line100Stacked-1,.cls-Line100Stacked-2,.cls-Line100Stacked-3,.cls-Line100Stacked-4{fill:none;stroke-miterlimit:10;stroke-width:2px;fill-rule:evenodd;}.cls-Line100Stacked-1{stroke:#ab4191;}.cls-Line100Stacked-2{stroke:#f05951;}.cls-Line100Stacked-3{stroke:#fa8d3d;}.cls-Line100Stacked-4{stroke:#0f6860;}</style>
Add comment 138 Plus   </defs>
Add comment 139 Plus   <g id="ChartNames">
Add comment 140 Plus   <polyline class="cls-Line100Stacked-1" points="0 29.37 17.34 19.88 38.74 29.52 58.65 32.18 80.42 28.87 96 24.56"/>
Add comment 141 Plus   <polyline class="cls-Line100Stacked-2" points="0 42.5 17.34 37.81 38.37 41.12 59.02 42.11 80.42 37.81 96 41.85"/>
Add comment 142 Plus   <polyline class="cls-Line100Stacked-3" points="0 66.68 17.34 59.32 38.37 72.9 59.76 55.35 96 65.16"/>
Add comment 143 Plus   <polyline class="cls-Line100Stacked-4" points="0 85.81 17.34 78.52 59.39 88.12 80.78 76.87 96 82.48"/>
Add comment 144 Plus   </g>
Add comment 145 Plus  </svg>
Add comment 146 Plus  `;
Add comment 147 Plus  export const LineGrouped = `
Add comment 148 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 149 Plus   <defs>
Add comment 150 Plus   <style>.cls-LineGrouped-1,.cls-LineGrouped-2,.cls-LineGrouped-3,.cls-LineGrouped-4{fill:none;stroke-miterlimit:10;stroke-width:2px;}.cls-LineGrouped-1{stroke:#ab4191;}.cls-LineGrouped-2{stroke:#f05951;}.cls-LineGrouped-3{stroke:#fa8d3d;}.cls-LineGrouped-4{stroke:#0f6860;}</style>
Add comment 151 Plus   </defs>
Add comment 152 Plus   <g id="ChartNames">
Add comment 153 Plus   <polyline class="cls-LineGrouped-1" points="0 31.14 4.12 20.49 11.66 36.91 16.09 36.66 24.41 46.48 27.96 47.14 32.04 44.59 36.46 46.81 40.19 44.59 45.04 45.82 47.99 49.2 51.98 48.87 59.96 52.84 63.95 51.52 68.28 51.52 74.78 53.74 85.36 41.04 96 17.86 96 18.27"/>
Add comment 154 Plus   <polyline class="cls-LineGrouped-2" points="0 61.42 3.9 56.96 7.98 61.25 15.61 60.59 24.28 69.75 27.57 71.15 31.99 67.52 35.81 69.17 40.06 67.19 48.04 70.08 51.76 69.17 59.07 73.36 68.06 72.06 75.87 68.01 79.25 63.06 82.37 59.93 88.01 57.37 91.99 52.01 96 36.5 96 35.45"/>
Add comment 155 Plus   <polyline class="cls-LineGrouped-3" points="0 79.47 5.11 77.91 8.5 78.81 16.13 77.41 20.72 80.71 27.4 84.17 37.8 83.52 46.91 85.58 52.02 79.31 60.35 84.59 90.95 89.87 96 85.5"/>
Add comment 156 Plus   <polyline class="cls-LineGrouped-4" points="0 92.26 14.7 90.69 19.9 92.1 24.93 90.03 30.13 91.1 47.13 90.78 51.72 89.12 56.75 90.69 71.06 90.11 83.63 83.1 96 79.33"/>
Add comment 157 Plus   </g>
Add comment 158 Plus  </svg>
Add comment 159 Plus  `;
Add comment 160 Plus  export const LineStacked = `
Add comment 161 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 162 Plus   <defs>
Add comment 163 Plus   <style>.cls-LineStacked-1,.cls-LineStacked-2,.cls-LineStacked-3,.cls-LineStacked-4{fill:none;stroke-miterlimit:10;stroke-width:2px;fill-rule:evenodd;}.cls-LineStacked-1{stroke:#ab4191;}.cls-LineStacked-2{stroke:#f05951;}.cls-LineStacked-3{stroke:#fa8d3d;}.cls-LineStacked-4{stroke:#0f6860;}</style>
Add comment 164 Plus   </defs>
Add comment 165 Plus   <g id="ChartNames">
Add comment 166 Plus   <polyline class="cls-LineStacked-1" points="0 80.39 14.23 67.93 31.11 68.6 47.9 59.83 65.4 39.39 81.92 33.46 96 14.25"/>
Add comment 167 Plus   <polyline class="cls-LineStacked-2" points="0 85.07 14.32 75.65 31.47 78.74 48.25 68.72 64.86 68.97 82.1 43.77 96 36.04"/>
Add comment 168 Plus   <polyline class="cls-LineStacked-3" points="0 90.45 14.14 83.91 30.93 84.66 48.17 79.07 64.86 78.07 82.28 62.38 96 59.21"/>
Add comment 169 Plus   <polyline class="cls-LineStacked-4" points="0 96 31.16 90.78 64.95 88.38 82.19 77.78 96 74.53"/>
Add comment 170 Plus   </g>
Add comment 171 Plus  </svg>
Add comment 172 Plus  `;
Add comment 173 Plus  export const Pie = `
Add comment 174 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 175 Plus   <defs>
Add comment 176 Plus   <style>.cls-Pie-1{fill:#f05951;}.cls-Pie-1,.cls-Pie-2,.cls-Pie-3,.cls-Pie-4{fill-rule:evenodd;}.cls-Pie-2{fill:#fa8d3d;}.cls-Pie-3{fill:#0f6860;}.cls-Pie-4{fill:#ab4191;}</style>
Add comment 177 Plus   </defs>
Add comment 178 Plus   <g id="ChartNames">
Add comment 179 Plus   <path class="cls-Pie-1" d="M44.19,48V3.79A43.27,43.27,0,0,0,3,32.3,43.45,43.45,0,0,0,15,81Z"/>
Add comment 180 Plus   <path class="cls-Pie-2" d="M44.19,48,15,81a42.63,42.63,0,0,0,37.7,10.28,42.72,42.72,0,0,0,31-23.78Z"/>
Add comment 181 Plus   <path class="cls-Pie-3" d="M51.77,48,91.29,67.53a42.87,42.87,0,0,0,.53-38Z"/>
Add comment 182 Plus   <path class="cls-Pie-4" d="M44.19,48,84.24,29.52a43.13,43.13,0,0,0-40-25.73Z"/>
Add comment 183 Plus   </g>
Add comment 184 Plus  </svg>
Add comment 185 Plus  `;
Add comment 186 Plus  export const ScatterBubble = `
Add comment 187 Plus   <svg id="Layer_1" data-name="Layer 1"
Add comment 188 Plus   xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 189 Plus   <defs>
Add comment 190 Plus   <style>.cls-ScatterBubble-1{fill:#f05951;}.cls-ScatterBubble-1,.cls-ScatterBubble-2{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.5px;}.cls-ScatterBubble-2{fill:#ab4191;}</style>
Add comment 191 Plus   </defs>
Add comment 192 Plus   <circle class="cls-ScatterBubble-1" cx="6.06" cy="85.05" r="2.33"/>
Add comment 193 Plus   <circle class="cls-ScatterBubble-1" cx="16.57" cy="83.89" r="2.33"/>
Add comment 194 Plus   <circle class="cls-ScatterBubble-1" cx="13.07" cy="78.83" r="2.33"/>
Add comment 195 Plus   <circle class="cls-ScatterBubble-1" cx="39.52" cy="59.38" r="2.33"/>
Add comment 196 Plus   <circle class="cls-ScatterBubble-1" cx="35.63" cy="53.94" r="2.33"/>
Add comment 197 Plus   <circle class="cls-ScatterBubble-1" cx="7.62" cy="70.27" r="2.33"/>
Add comment 198 Plus   <circle class="cls-ScatterBubble-1" cx="20.85" cy="71.44" r="2.33"/>
Add comment 199 Plus   <circle class="cls-ScatterBubble-2" cx="8.79" cy="84.28" r="3.11"/>
Add comment 200 Plus   <circle class="cls-ScatterBubble-1" cx="18.9" cy="67.16" r="3.11"/>
Add comment 201 Plus   <circle class="cls-ScatterBubble-1" cx="36.4" cy="59.77" r="3.11"/>
Add comment 202 Plus   <circle class="cls-ScatterBubble-1" cx="63.24" cy="21.26" r="3.11"/>
Add comment 203 Plus   <circle class="cls-ScatterBubble-1" cx="25.12" cy="70.27" r="3.11"/>
Add comment 204 Plus   <circle class="cls-ScatterBubble-2" cx="9.18" cy="71.83" r="3.11"/>
Add comment 205 Plus   <circle class="cls-ScatterBubble-2" cx="13.07" cy="47.32" r="3.11"/>
Add comment 206 Plus   <circle class="cls-ScatterBubble-1" cx="8.01" cy="60.94" r="4.28"/>
Add comment 207 Plus   <circle class="cls-ScatterBubble-2" cx="22.4" cy="74.94" r="4.28"/>
Add comment 208 Plus   <circle class="cls-ScatterBubble-1" cx="29.79" cy="54.33" r="4.28"/>
Add comment 209 Plus   <circle class="cls-ScatterBubble-1" cx="73.75" cy="30.99" r="4.28"/>
Add comment 210 Plus   <circle class="cls-ScatterBubble-1" cx="62.47" cy="34.88" r="4.28"/>
Add comment 211 Plus   <circle class="cls-ScatterBubble-1" cx="16.57" cy="48.88" r="4.28"/>
Add comment 212 Plus   <circle class="cls-ScatterBubble-1" cx="44.18" cy="28.26" r="4.28"/>
Add comment 213 Plus   <circle class="cls-ScatterBubble-1" cx="16.57" cy="61.33" r="4.28"/>
Add comment 214 Plus   <circle class="cls-ScatterBubble-2" cx="29.79" cy="49.66" r="5.06"/>
Add comment 215 Plus   <circle class="cls-ScatterBubble-1" cx="47.68" cy="53.94" r="5.83"/>
Add comment 216 Plus   <circle class="cls-ScatterBubble-1" cx="62.08" cy="26.32" r="5.06"/>
Add comment 217 Plus   <circle class="cls-ScatterBubble-2" cx="86.58" cy="39.93" r="5.06"/>
Add comment 218 Plus   <circle class="cls-ScatterBubble-2" cx="70.63" cy="33.32" r="5.06"/>
Add comment 219 Plus   <circle class="cls-ScatterBubble-2" cx="64.8" cy="33.32" r="6.22"/>
Add comment 220 Plus   <circle class="cls-ScatterBubble-1" cx="25.9" cy="32.15" r="6.22"/>
Add comment 221 Plus   <circle class="cls-ScatterBubble-2" cx="39.52" cy="74.16" r="6.61"/>
Add comment 222 Plus   <circle class="cls-ScatterBubble-2" cx="56.23" cy="81.54" r="6.22"/>
Add comment 223 Plus   <circle class="cls-ScatterBubble-1" cx="51.19" cy="74.16" r="8.17"/>
Add comment 224 Plus   <circle class="cls-ScatterBubble-2" cx="42.24" cy="38.77" r="8.17"/>
Add comment 225 Plus   <circle class="cls-ScatterBubble-1" cx="50.8" cy="60.94" r="8.17"/>
Add comment 226 Plus   <circle class="cls-ScatterBubble-1" cx="41.85" cy="34.88" r="9.34"/>
Add comment 227 Plus   <circle class="cls-ScatterBubble-1" cx="52.35" cy="31.76" r="11.28"/>
Add comment 228 Plus   <circle class="cls-ScatterBubble-2" cx="58.97" cy="53.55" r="12.84"/>
Add comment 229 Plus   <circle class="cls-ScatterBubble-1" cx="37.57" cy="81.55" r="9.72"/>
Add comment 230 Plus   <circle class="cls-ScatterBubble-1" cx="58.58" cy="50.44" r="6.22"/>
Add comment 231 Plus   <circle class="cls-ScatterBubble-1" cx="51.57" cy="53.55" r="7"/>
Add comment 232 Plus   <circle class="cls-ScatterBubble-1" cx="53.52" cy="34.49" r="7"/>
Add comment 233 Plus   <circle class="cls-ScatterBubble-1" cx="57.41" cy="11.93" r="7"/>
Add comment 234 Plus   <circle class="cls-ScatterBubble-1" cx="86.19" cy="57.83" r="5.45"/>
Add comment 235 Plus   <circle class="cls-ScatterBubble-1" cx="20.85" cy="66.38" r="5.45"/>
Add comment 236 Plus   <circle class="cls-ScatterBubble-2" cx="38.35" cy="58.6" r="5.06"/>
Add comment 237 Plus   <circle class="cls-ScatterBubble-2" cx="15.79" cy="64.05" r="5.06"/>
Add comment 238 Plus   <circle class="cls-ScatterBubble-1" cx="28.24" cy="74.55" r="5.06"/>
Add comment 239 Plus   <circle class="cls-ScatterBubble-2" cx="57.02" cy="22.04" r="4.28"/>
Add comment 240 Plus  </svg>
Add comment 241 Plus  `;
Add comment 242 Plus  export const ScatterLine = `
Add comment 243 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 244 Plus   <defs>
Add comment 245 Plus   <style>.cls-ScatterLine-1,.cls-ScatterLine-2,.cls-ScatterLine-3,.cls-ScatterLine-4{fill:none;stroke-miterlimit:10;stroke-width:2px;}.cls-ScatterLine-1{stroke:#0f6860;}.cls-ScatterLine-1,.cls-ScatterLine-2,.cls-ScatterLine-3,.cls-ScatterLine-4,.cls-ScatterLine-5,.cls-ScatterLine-7,.cls-ScatterLine-8,.cls-ScatterLine-9{fill-rule:evenodd;}.cls-ScatterLine-2{stroke:#fa8d3d;}.cls-ScatterLine-3{stroke:#f05951;}.cls-ScatterLine-4{stroke:#ab4191;}.cls-ScatterLine-5{fill:#ab4191;}.cls-ScatterLine-6{fill:#fff;}.cls-ScatterLine-7{fill:#f05951;}.cls-ScatterLine-8{fill:#0f6860;}.cls-ScatterLine-9{fill:#fa8d3d;}</style>
Add comment 246 Plus   </defs>
Add comment 247 Plus   <g id="ChartNames">
Add comment 248 Plus   <polyline class="cls-ScatterLine-1" points="26.86 87.32 37.71 81.09 60.66 85.34 75.57 71.13 82.69 60.02 88.09 48.86"/>
Add comment 249 Plus   <polyline class="cls-ScatterLine-2" points="10.6 85.36 16.86 76.38 32.22 58.89 55.26 41.45 60.02 31.09 69.79 23.41 88.32 6.3"/>
Add comment 250 Plus   <polyline class="cls-ScatterLine-3" points="60.19 7.22 47.42 10.06 35.31 14.73 18.95 32.1 17.53 50.04 10.44 58.56"/>
Add comment 251 Plus   <polyline class="cls-ScatterLine-4" points="23.58 4.76 10.97 12.44 8.47 29.72"/>
Add comment 252 Plus   <path class="cls-ScatterLine-5" d="M8.69,12.61a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,8.69,12.61Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9.69,12.61Z"/>
Add comment 253 Plus   <circle class="cls-ScatterLine-6" cx="11.19" cy="12.61" r="1.5"/>
Add comment 254 Plus   <path class="cls-ScatterLine-5" d="M21,4.59a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,21,4.59Zm1,0A1.51,1.51,0,1,1,23.55,6.1,1.5,1.5,0,0,1,22,4.59Z"/>
Add comment 255 Plus   <circle class="cls-ScatterLine-6" cx="23.55" cy="4.59" r="1.5"/>
Add comment 256 Plus   <path class="cls-ScatterLine-5" d="M6,29.64a2.5,2.5,0,1,0,2.5-2.51A2.5,2.5,0,0,0,6,29.64Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,7,29.64Z"/>
Add comment 257 Plus   <circle class="cls-ScatterLine-6" cx="8.52" cy="29.64" r="1.5"/>
Add comment 258 Plus   <path class="cls-ScatterLine-7" d="M57.43,7.26a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,57.43,7.26Zm1,0a1.51,1.51,0,1,1,1.51,1.51A1.51,1.51,0,0,1,58.43,7.26Z"/>
Add comment 259 Plus   <circle class="cls-ScatterLine-6" cx="59.94" cy="7.26" r="1.5"/>
Add comment 260 Plus   <path class="cls-ScatterLine-7" d="M44.74,10.24a2.51,2.51,0,1,0,2.51-2.51A2.51,2.51,0,0,0,44.74,10.24Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,45.75,10.24Z"/>
Add comment 261 Plus   <circle class="cls-ScatterLine-6" cx="47.25" cy="10.24" r="1.5"/>
Add comment 262 Plus   <path class="cls-ScatterLine-7" d="M33.06,14.94a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,33.06,14.94Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,34.06,14.94Z"/>
Add comment 263 Plus   <circle class="cls-ScatterLine-6" cx="35.56" cy="14.94" r="1.5"/>
Add comment 264 Plus   <path class="cls-ScatterLine-7" d="M16.36,32.08a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,16.36,32.08Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.5,1.5,0,0,1,17.36,32.08Z"/>
Add comment 265 Plus   <circle class="cls-ScatterLine-6" cx="18.87" cy="32.08" r="1.5"/>
Add comment 266 Plus   <path class="cls-ScatterLine-7" d="M14.69,50.34a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,14.69,50.34Zm1,0a1.51,1.51,0,1,1,3,0,1.51,1.51,0,0,1-3,0Z"/>
Add comment 267 Plus   <circle class="cls-ScatterLine-6" cx="17.2" cy="50.34" r="1.5"/>
Add comment 268 Plus   <path class="cls-ScatterLine-7" d="M8,58.24a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,8,58.24Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9,58.24Z"/>
Add comment 269 Plus   <circle class="cls-ScatterLine-6" cx="10.48" cy="58.24" r="1.5"/>
Add comment 270 Plus   <path class="cls-ScatterLine-8" d="M80.54,60a2.5,2.5,0,1,0,2.5-2.5A2.51,2.51,0,0,0,80.54,60Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,81.54,60Z"/>
Add comment 271 Plus   <circle class="cls-ScatterLine-6" cx="83.04" cy="60.02" r="1.5"/>
Add comment 272 Plus   <path class="cls-ScatterLine-8" d="M85.58,49a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,85.58,49Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,86.58,49Z"/>
Add comment 273 Plus   <circle class="cls-ScatterLine-6" cx="88.09" cy="49" r="1.5"/>
Add comment 274 Plus   <path class="cls-ScatterLine-8" d="M73.27,71.18a2.51,2.51,0,1,0,2.5-2.5A2.51,2.51,0,0,0,73.27,71.18Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,74.27,71.18Z"/>
Add comment 275 Plus   <circle class="cls-ScatterLine-6" cx="75.77" cy="71.18" r="1.5"/>
Add comment 276 Plus   <path class="cls-ScatterLine-8" d="M58.16,85.65a2.5,2.5,0,1,0,2.5-2.51A2.5,2.5,0,0,0,58.16,85.65Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.51,1.51,0,0,1,59.16,85.65Z"/>
Add comment 277 Plus   <circle class="cls-ScatterLine-6" cx="60.66" cy="85.65" r="1.5"/>
Add comment 278 Plus   <path class="cls-ScatterLine-8" d="M35.2,81.53A2.51,2.51,0,1,0,37.71,79,2.52,2.52,0,0,0,35.2,81.53Zm1,0A1.51,1.51,0,1,1,37.71,83,1.51,1.51,0,0,1,36.2,81.53Z"/>
Add comment 279 Plus   <circle class="cls-ScatterLine-6" cx="37.71" cy="81.53" r="1.5"/>
Add comment 280 Plus   <path class="cls-ScatterLine-8" d="M24.35,87.32a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,24.35,87.32Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,25.35,87.32Z"/>
Add comment 281 Plus   <circle class="cls-ScatterLine-6" cx="26.86" cy="87.32" r="1.5"/>
Add comment 282 Plus   <path class="cls-ScatterLine-9" d="M8,85.73a2.51,2.51,0,1,0,2.51-2.5A2.52,2.52,0,0,0,8,85.73Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9,85.73Z"/>
Add comment 283 Plus   <circle class="cls-ScatterLine-6" cx="10.48" cy="85.73" r="1.5"/>
Add comment 284 Plus   <path class="cls-ScatterLine-9" d="M13.36,77.38a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,13.36,77.38Zm1,0a1.51,1.51,0,1,1,1.5,1.51A1.5,1.5,0,0,1,14.36,77.38Z"/>
Add comment 285 Plus   <circle class="cls-ScatterLine-6" cx="15.86" cy="77.38" r="1.5"/>
Add comment 286 Plus   <path class="cls-ScatterLine-9" d="M19,70.71a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,19,70.71Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,20,70.71Z"/>
Add comment 287 Plus   <circle class="cls-ScatterLine-6" cx="21.54" cy="70.71" r="1.5"/>
Add comment 288 Plus   <path class="cls-ScatterLine-9" d="M29.44,58.91a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,29.44,58.91Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.51,1.51,0,0,1,30.44,58.91Z"/>
Add comment 289 Plus   <circle class="cls-ScatterLine-6" cx="31.94" cy="58.91" r="1.5"/>
Add comment 290 Plus   <path class="cls-ScatterLine-9" d="M41.41,49.67a2.5,2.5,0,1,0,2.5-2.5A2.5,2.5,0,0,0,41.41,49.67Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,42.41,49.67Z"/>
Add comment 291 Plus   <circle class="cls-ScatterLine-6" cx="43.91" cy="49.67" r="1.5"/>
Add comment 292 Plus   <path class="cls-ScatterLine-9" d="M52.76,41.66a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,52.76,41.66Zm1,0a1.51,1.51,0,1,1,1.5,1.5A1.5,1.5,0,0,1,53.76,41.66Z"/>
Add comment 293 Plus   <circle class="cls-ScatterLine-6" cx="55.26" cy="41.66" r="1.5"/>
Add comment 294 Plus   <path class="cls-ScatterLine-9" d="M57.77,31.3a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,57.77,31.3Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,58.77,31.3Z"/>
Add comment 295 Plus   <circle class="cls-ScatterLine-6" cx="60.27" cy="31.3" r="1.5"/>
Add comment 296 Plus   <path class="cls-ScatterLine-9" d="M67.45,23.62a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,67.45,23.62Zm1,0A1.51,1.51,0,1,1,70,25.13,1.5,1.5,0,0,1,68.45,23.62Z"/>
Add comment 297 Plus   <circle class="cls-ScatterLine-6" cx="69.95" cy="23.62" r="1.5"/>
Add comment 298 Plus   <path class="cls-ScatterLine-9" d="M85.82,6.59a2.5,2.5,0,1,0,2.5-2.5A2.5,2.5,0,0,0,85.82,6.59Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,86.82,6.59Z"/>
Add comment 299 Plus   <circle class="cls-ScatterLine-6" cx="88.32" cy="6.59" r="1.5"/>
Add comment 300 Plus   </g>
Add comment 301 Plus  </svg>
Add comment 302 Plus  `;
Add comment 303 Plus  export const ScatterPoint = `
Add comment 304 Plus   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
Add comment 305 Plus   <defs>
Add comment 306 Plus   <style>.cls-ScatterPoint-1{fill:#ab4191;}.cls-ScatterPoint-1,.cls-ScatterPoint-3,.cls-ScatterPoint-4{fill-rule:evenodd;}.cls-ScatterPoint-2{fill:#fff;}.cls-ScatterPoint-3{fill:#f05951;}.cls-ScatterPoint-4{fill:#fa8d3d;}</style>
Add comment 307 Plus   </defs>
Add comment 308 Plus   <g id="ChartNames">
Add comment 309 Plus   <path class="cls-ScatterPoint-1" d="M6.42,7.64A2.37,2.37,0,1,0,8.79,5.28,2.37,2.37,0,0,0,6.42,7.64Zm1,0A1.42,1.42,0,1,1,8.79,9.06,1.41,1.41,0,0,1,7.37,7.64Z"/>
Add comment 310 Plus   <circle class="cls-ScatterPoint-2" cx="8.79" cy="7.64" r="1.42"/>
Add comment 311 Plus   <path class="cls-ScatterPoint-1" d="M12.09,10a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,12.09,10ZM13,10a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,13,10Z"/>
Add comment 312 Plus   <circle class="cls-ScatterPoint-2" cx="14.46" cy="10.01" r="1.42"/>
Add comment 313 Plus   <path class="cls-ScatterPoint-1" d="M22,8.59a2.37,2.37,0,1,0,2.37-2.36A2.37,2.37,0,0,0,22,8.59Zm.95,0A1.42,1.42,0,1,1,24.38,10,1.41,1.41,0,0,1,23,8.59Z"/>
Add comment 314 Plus   <circle class="cls-ScatterPoint-2" cx="24.38" cy="8.59" r="1.42"/>
Add comment 315 Plus   <path class="cls-ScatterPoint-1" d="M14.46,14.73a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,14.73Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,15.4,14.73Z"/>
Add comment 316 Plus   <circle class="cls-ScatterPoint-2" cx="16.82" cy="14.73" r="1.42"/>
Add comment 317 Plus   <path class="cls-ScatterPoint-1" d="M11.62,31.27A2.37,2.37,0,1,0,14,28.9,2.36,2.36,0,0,0,11.62,31.27Zm1,0A1.42,1.42,0,1,1,14,32.68,1.41,1.41,0,0,1,12.57,31.27Z"/>
Add comment 318 Plus   <circle class="cls-ScatterPoint-2" cx="13.98" cy="31.27" r="1.42"/>
Add comment 319 Plus   <path class="cls-ScatterPoint-1" d="M3.12,28.9a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,3.12,28.9Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,4.06,28.9Z"/>
Add comment 320 Plus   <circle class="cls-ScatterPoint-2" cx="5.48" cy="28.9" r="1.42"/>
Add comment 321 Plus   <path class="cls-ScatterPoint-1" d="M2.64,34.57A2.37,2.37,0,1,0,5,32.21,2.37,2.37,0,0,0,2.64,34.57Zm.95,0A1.42,1.42,0,1,1,5,36,1.41,1.41,0,0,1,3.59,34.57Z"/>
Add comment 322 Plus   <circle class="cls-ScatterPoint-2" cx="5.01" cy="34.57" r="1.42"/>
Add comment 323 Plus   <path class="cls-ScatterPoint-1" d="M.75,37.88a2.37,2.37,0,1,0,2.37-2.36A2.36,2.36,0,0,0,.75,37.88Zm1,0A1.42,1.42,0,1,1,3.12,39.3,1.42,1.42,0,0,1,1.7,37.88Z"/>
Add comment 324 Plus   <circle class="cls-ScatterPoint-2" cx="3.12" cy="37.88" r="1.42"/>
Add comment 325 Plus   <path class="cls-ScatterPoint-1" d="M1.23,44.5a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,1.23,44.5Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,2.17,44.5Z"/>
Add comment 326 Plus   <circle class="cls-ScatterPoint-2" cx="3.59" cy="44.5" r="1.42"/>
Add comment 327 Plus   <path class="cls-ScatterPoint-1" d="M2.64,66.23A2.37,2.37,0,1,0,5,63.87,2.37,2.37,0,0,0,2.64,66.23Zm.95,0A1.42,1.42,0,1,1,5,67.65,1.41,1.41,0,0,1,3.59,66.23Z"/>
Add comment 328 Plus   <circle class="cls-ScatterPoint-2" cx="5.01" cy="66.23" r="1.42"/>
Add comment 329 Plus   <path class="cls-ScatterPoint-1" d="M26.27,75.21a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,26.27,75.21Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,27.21,75.21Z"/>
Add comment 330 Plus   <circle class="cls-ScatterPoint-2" cx="28.63" cy="75.21" r="1.42"/>
Add comment 331 Plus   <path class="cls-ScatterPoint-1" d="M9.73,52.06a2.37,2.37,0,1,0,2.36-2.37A2.36,2.36,0,0,0,9.73,52.06Zm.95,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,10.68,52.06Z"/>
Add comment 332 Plus   <circle class="cls-ScatterPoint-2" cx="12.09" cy="52.06" r="1.42"/>
Add comment 333 Plus   <path class="cls-ScatterPoint-1" d="M14.46,48.75a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,48.75Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,15.4,48.75Z"/>
Add comment 334 Plus   <circle class="cls-ScatterPoint-2" cx="16.82" cy="48.75" r="1.42"/>
Add comment 335 Plus   <path class="cls-ScatterPoint-1" d="M14.46,41.66a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,41.66Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,15.4,41.66Z"/>
Add comment 336 Plus   <circle class="cls-ScatterPoint-2" cx="16.82" cy="41.66" r="1.42"/>
Add comment 337 Plus   <path class="cls-ScatterPoint-1" d="M22.49,44.5a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,22.49,44.5Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,23.43,44.5Z"/>
Add comment 338 Plus   <circle class="cls-ScatterPoint-2" cx="24.85" cy="44.5" r="1.42"/>
Add comment 339 Plus   <path class="cls-ScatterPoint-1" d="M30.52,44a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,30.52,44Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,31.46,44Z"/>
Add comment 340 Plus   <circle class="cls-ScatterPoint-2" cx="32.88" cy="44.02" r="1.42"/>
Add comment 341 Plus   <path class="cls-ScatterPoint-3" d="M19.18,87.88a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,19.18,87.88Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,20.12,87.88Z"/>
Add comment 342 Plus   <circle class="cls-ScatterPoint-2" cx="21.54" cy="87.88" r="1.42"/>
Add comment 343 Plus   <path class="cls-ScatterPoint-3" d="M30.52,67.65a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,67.65Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,67.65Z"/>
Add comment 344 Plus   <circle class="cls-ScatterPoint-2" cx="32.88" cy="67.65" r="1.42"/>
Add comment 345 Plus   <path class="cls-ScatterPoint-3" d="M41.86,51.58a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,51.58Zm.94,0A1.42,1.42,0,1,1,44.22,53,1.42,1.42,0,0,1,42.8,51.58Z"/>
Add comment 346 Plus   <circle class="cls-ScatterPoint-2" cx="44.22" cy="51.58" r="1.42"/>
Add comment 347 Plus   <path class="cls-ScatterPoint-3" d="M41.86,53.94a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,41.86,53.94Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,53.94Z"/>
Add comment 348 Plus   <circle class="cls-ScatterPoint-2" cx="44.22" cy="53.94" r="1.42"/>
Add comment 349 Plus   <path class="cls-ScatterPoint-3" d="M41.86,63.39A2.36,2.36,0,1,0,44.22,61,2.37,2.37,0,0,0,41.86,63.39Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,63.39Z"/>
Add comment 350 Plus   <circle class="cls-ScatterPoint-2" cx="44.22" cy="63.39" r="1.42"/>
Add comment 351 Plus   <path class="cls-ScatterPoint-3" d="M41.86,71.43a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,41.86,71.43Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,42.8,71.43Z"/>
Add comment 352 Plus   <circle class="cls-ScatterPoint-2" cx="44.22" cy="71.43" r="1.42"/>
Add comment 353 Plus   <path class="cls-ScatterPoint-3" d="M53.2,83.24a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,83.24Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,54.14,83.24Z"/>
Add comment 354 Plus   <circle class="cls-ScatterPoint-2" cx="55.56" cy="83.24" r="1.42"/>
Add comment 355 Plus   <path class="cls-ScatterPoint-3" d="M64.06,75.21a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,64.06,75.21Zm1,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,65,75.21Z"/>
Add comment 356 Plus   <circle class="cls-ScatterPoint-2" cx="66.43" cy="75.21" r="1.42"/>
Add comment 357 Plus   <path class="cls-ScatterPoint-3" d="M64.06,63.39A2.37,2.37,0,1,0,66.43,61,2.37,2.37,0,0,0,64.06,63.39Zm1,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,65,63.39Z"/>
Add comment 358 Plus   <circle class="cls-ScatterPoint-2" cx="66.43" cy="63.39" r="1.42"/>
Add comment 359 Plus   <path class="cls-ScatterPoint-3" d="M75.4,71.43a2.37,2.37,0,1,0,2.36-2.37A2.36,2.36,0,0,0,75.4,71.43Zm.95,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,76.35,71.43Z"/>
Add comment 360 Plus   <circle class="cls-ScatterPoint-2" cx="77.76" cy="71.43" r="1.42"/>
Add comment 361 Plus   <path class="cls-ScatterPoint-3" d="M75.4,55.83a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,75.4,55.83Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,55.83Z"/>
Add comment 362 Plus   <circle class="cls-ScatterPoint-2" cx="77.76" cy="55.83" r="1.42"/>
Add comment 363 Plus   <path class="cls-ScatterPoint-3" d="M75.4,24.81a2.37,2.37,0,1,0,2.36-2.36A2.36,2.36,0,0,0,75.4,24.81Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,24.81Z"/>
Add comment 364 Plus   <circle class="cls-ScatterPoint-2" cx="77.76" cy="24.81" r="1.42"/>
Add comment 365 Plus   <path class="cls-ScatterPoint-3" d="M75.4,22a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,75.4,22Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,22Z"/>
Add comment 366 Plus   <circle class="cls-ScatterPoint-2" cx="77.76" cy="21.97" r="1.42"/>
Add comment 367 Plus   <path class="cls-ScatterPoint-3" d="M86.74,84.1a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,86.74,84.1Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,87.69,84.1Z"/>
Add comment 368 Plus   <circle class="cls-ScatterPoint-2" cx="89.1" cy="84.1" r="1.42"/>
Add comment 369 Plus   <path class="cls-ScatterPoint-3" d="M86.74,71a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,86.74,71Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,87.69,71Z"/>
Add comment 370 Plus   <circle class="cls-ScatterPoint-2" cx="89.1" cy="70.95" r="1.42"/>
Add comment 371 Plus   <path class="cls-ScatterPoint-3" d="M41.86,88.36A2.36,2.36,0,1,0,44.22,86,2.36,2.36,0,0,0,41.86,88.36Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,42.8,88.36Z"/>
Add comment 372 Plus   <circle class="cls-ScatterPoint-2" cx="44.22" cy="88.36" r="1.42"/>
Add comment 373 Plus   <path class="cls-ScatterPoint-3" d="M30.52,71.43a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,71.43Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,71.43Z"/>
Add comment 374 Plus   <circle class="cls-ScatterPoint-2" cx="32.88" cy="71.43" r="1.42"/>
Add comment 375 Plus   <path class="cls-ScatterPoint-4" d="M19.65,64.34A2.37,2.37,0,1,0,22,62,2.36,2.36,0,0,0,19.65,64.34Zm1,0A1.42,1.42,0,1,1,22,65.76,1.41,1.41,0,0,1,20.6,64.34Z"/>
Add comment 376 Plus   <circle class="cls-ScatterPoint-2" cx="22.01" cy="64.34" r="1.42"/>
Add comment 377 Plus   <path class="cls-ScatterPoint-4" d="M30.52,50.64a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,50.64Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,31.46,50.64Z"/>
Add comment 378 Plus   <circle class="cls-ScatterPoint-2" cx="32.88" cy="50.64" r="1.42"/>
Add comment 379 Plus   <path class="cls-ScatterPoint-4" d="M30.52,62.92a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,62.92Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,31.46,62.92Z"/>
Add comment 380 Plus   <circle class="cls-ScatterPoint-2" cx="32.88" cy="62.92" r="1.42"/>
Add comment 381 Plus   <path class="cls-ScatterPoint-4" d="M30.52,79a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,79Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,79Z"/>
Add comment 382 Plus   <circle class="cls-ScatterPoint-2" cx="32.88" cy="78.99" r="1.42"/>
Add comment 383 Plus   <path class="cls-ScatterPoint-4" d="M41.86,68.12a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,68.12Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,68.12Z"/>
Add comment 384 Plus   <circle class="cls-ScatterPoint-2" cx="44.22" cy="68.12" r="1.42"/>
Add comment 385 Plus   <path class="cls-ScatterPoint-4" d="M53.2,56.78a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,56.78Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,54.14,56.78Z"/>
Add comment 386 Plus   <circle class="cls-ScatterPoint-2" cx="55.56" cy="56.78" r="1.42"/>
Add comment 387 Plus   <path class="cls-ScatterPoint-4" d="M53.2,76.15a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,76.15Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,54.14,76.15Z"/>
Add comment 388 Plus   <circle class="cls-ScatterPoint-2" cx="55.56" cy="76.15" r="1.42"/>
Add comment 389 Plus   <path class="cls-ScatterPoint-4" d="M41.86,85.52a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,85.52Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,42.8,85.52Z"/>
Add comment 390 Plus   <circle class="cls-ScatterPoint-2" cx="44.22" cy="85.52" r="1.42"/>
Add comment 391 Plus   <path class="cls-ScatterPoint-4" d="M64.06,83.24a2.37,2.37,0,1,0,2.37-2.36A2.37,2.37,0,0,0,64.06,83.24Zm1,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,65,83.24Z"/>
Add comment 392 Plus   <circle class="cls-ScatterPoint-2" cx="66.43" cy="83.24" r="1.42"/>
Add comment 393 Plus   <path class="cls-ScatterPoint-4" d="M75.4,75.68a2.37,2.37,0,1,0,2.36-2.36A2.36,2.36,0,0,0,75.4,75.68Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,75.68Z"/>
Add comment 394 Plus   <circle class="cls-ScatterPoint-2" cx="77.76" cy="75.68" r="1.42"/>
Add comment 395 Plus   <path class="cls-ScatterPoint-4" d="M77.76,75.21a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,77.76,75.21Zm.95,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,78.71,75.21Z"/>
Add comment 396 Plus   <circle class="cls-ScatterPoint-2" cx="80.13" cy="75.21" r="1.42"/>
Add comment 397 Plus   <path class="cls-ScatterPoint-4" d="M86.27,54.89a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,86.27,54.89Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,87.21,54.89Z"/>
Add comment 398 Plus   <circle class="cls-ScatterPoint-2" cx="88.63" cy="54.89" r="1.42"/>
Add comment 399 Plus   <path class="cls-ScatterPoint-4" d="M90.52,71a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,90.52,71Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,91.47,71Z"/>
Add comment 400 Plus   <circle class="cls-ScatterPoint-2" cx="92.88" cy="70.95" r="1.42"/>
Add comment 401 Plus   <path class="cls-ScatterPoint-4" d="M86.74,88.36A2.37,2.37,0,1,0,89.1,86,2.36,2.36,0,0,0,86.74,88.36Zm1,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,87.69,88.36Z"/>
Add comment 402 Plus   <circle class="cls-ScatterPoint-2" cx="89.1" cy="88.36" r="1.42"/>
Add comment 403 Plus   <path class="cls-ScatterPoint-4" d="M30.52,83.71a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,83.71Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,31.46,83.71Z"/>
Add comment 404 Plus   <circle class="cls-ScatterPoint-2" cx="32.88" cy="83.71" r="1.42"/>
Add comment 405 Plus   </g>
Add comment 406 Plus  </svg>
Add comment 407 Plus  `;
Add comment 408 Plus  
conditions.ts
/projects/igniteui-angular-extras/src/images/conditions.ts
/projects/igniteui-angular-extras/src/images/conditions.ts
chart-dialog.component.html
/projects/igniteui-angular-extras/src/lib/context-menu/chart-dialog/chart-dialog.component.html
/projects/igniteui-angular-extras/src/lib/context-menu/chart-dialog/chart-dialog.component.html
chart-dialog.component.scss
/projects/igniteui-angular-extras/src/lib/context-menu/chart-dialog/chart-dialog.component.scss
/projects/igniteui-angular-extras/src/lib/context-menu/chart-dialog/chart-dialog.component.scss
chart-dialog.component.ts
/projects/igniteui-angular-extras/src/lib/context-menu/chart-dialog/chart-dialog.component.ts
/projects/igniteui-angular-extras/src/lib/context-menu/chart-dialog/chart-dialog.component.ts
context-menu.component.html
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.html
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.html
context-menu.component.scss
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.scss
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.scss
context-menu.component.ts
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.ts
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.ts
igx-context-menu.directive.ts
/projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.ts
/projects/igniteui-angular-extras/src/lib/context-menu/igx-context-menu.directive.ts
chart-integration.directive.ts
/projects/igniteui-angular-extras/src/lib/directives/chart-integration/chart-integration.directive.ts
/projects/igniteui-angular-extras/src/lib/directives/chart-integration/chart-integration.directive.ts
chart-types.ts
/projects/igniteui-angular-extras/src/lib/directives/chart-integration/chart-types.ts
/projects/igniteui-angular-extras/src/lib/directives/chart-integration/chart-types.ts
initializers.ts
/projects/igniteui-angular-extras/src/lib/directives/chart-integration/initializers.ts
/projects/igniteui-angular-extras/src/lib/directives/chart-integration/initializers.ts
conditional-formatting.directive.ts
/projects/igniteui-angular-extras/src/lib/directives/conditional-formatting/conditional-formatting.directive.ts
/projects/igniteui-angular-extras/src/lib/directives/conditional-formatting/conditional-formatting.directive.ts
svg.pipe.ts
/projects/igniteui-angular-extras/src/lib/pipes/svg.pipe.ts
/projects/igniteui-angular-extras/src/lib/pipes/svg.pipe.ts
igniteui-angular-extras.module.ts
/projects/igniteui-angular-extras/src/lib/igniteui-angular-extras.module.ts
/projects/igniteui-angular-extras/src/lib/igniteui-angular-extras.module.ts
public-api.ts
/projects/igniteui-angular-extras/src/public-api.ts
/projects/igniteui-angular-extras/src/public-api.ts
test.ts
/projects/igniteui-angular-extras/src/test.ts
/projects/igniteui-angular-extras/src/test.ts
karma.conf.js
/projects/igniteui-angular-extras/karma.conf.js
/projects/igniteui-angular-extras/karma.conf.js
ng-package.json
/projects/igniteui-angular-extras/ng-package.json
/projects/igniteui-angular-extras/ng-package.json
package.json
/projects/igniteui-angular-extras/package.json
/projects/igniteui-angular-extras/package.json
README.md
/projects/igniteui-angular-extras/README.md
/projects/igniteui-angular-extras/README.md
tsconfig.lib.json
/projects/igniteui-angular-extras/tsconfig.lib.json
/projects/igniteui-angular-extras/tsconfig.lib.json
tsconfig.lib.prod.json
/projects/igniteui-angular-extras/tsconfig.lib.prod.json
/projects/igniteui-angular-extras/tsconfig.lib.prod.json
tsconfig.spec.json
/projects/igniteui-angular-extras/tsconfig.spec.json
/projects/igniteui-angular-extras/tsconfig.spec.json
tslint.json
/projects/igniteui-angular-extras/tslint.json
/projects/igniteui-angular-extras/tslint.json
FinancialData.ts
/src/app/data/FinancialData.ts
/src/app/data/FinancialData.ts
grid-data-analysis.component.html
/src/app/grid-data-analysis/grid-data-analysis.component.html
/src/app/grid-data-analysis/grid-data-analysis.component.html
grid-data-analysis.component.scss
/src/app/grid-data-analysis/grid-data-analysis.component.scss
/src/app/grid-data-analysis/grid-data-analysis.component.scss
grid-data-analysis.component.ts
/src/app/grid-data-analysis/grid-data-analysis.component.ts
/src/app/grid-data-analysis/grid-data-analysis.component.ts
page-header.component.html
/src/app/page-header/page-header.component.html
/src/app/page-header/page-header.component.html
page-header.component.scss
/src/app/page-header/page-header.component.scss
/src/app/page-header/page-header.component.scss
page-header.component.ts
/src/app/page-header/page-header.component.ts
/src/app/page-header/page-header.component.ts
app-routing.module.ts
/src/app/app-routing.module.ts
/src/app/app-routing.module.ts
app.component.html
/src/app/app.component.html
/src/app/app.component.html
app.component.scss
/src/app/app.component.scss
/src/app/app.component.scss
app.component.spec.ts
/src/app/app.component.spec.ts
/src/app/app.component.spec.ts
app.component.ts
/src/app/app.component.ts
/src/app/app.component.ts
app.module.ts
/src/app/app.module.ts
/src/app/app.module.ts
app.routing.ts
/src/app/app.routing.ts
/src/app/app.routing.ts
igniteui-logo-dark-bg
/src/assets/images/rsrcs/igniteui-logo-dark-bg
/src/assets/images/rsrcs/igniteui-logo-dark-bg
igniteui-logo-light-bg
/src/assets/images/rsrcs/igniteui-logo-light-bg
/src/assets/images/rsrcs/igniteui-logo-light-bg
.gitkeep
/src/assets/.gitkeep
/src/assets/.gitkeep
environment.prod.ts
/src/environments/environment.prod.ts
/src/environments/environment.prod.ts
environment.ts
/src/environments/environment.ts
/src/environments/environment.ts
favicon.ico
/src/favicon.ico
/src/favicon.ico
index.html
/src/index.html
/src/index.html
main.ts
/src/main.ts
/src/main.ts
polyfills.ts
/src/polyfills.ts
/src/polyfills.ts
styles.scss
/src/styles.scss
/src/styles.scss
test.ts
/src/test.ts
/src/test.ts
.editorconfig
/.editorconfig
/.editorconfig
.gitignore
/.gitignore
/.gitignore
angular.json
/angular.json
/angular.json
browserslist
/browserslist
/browserslist
karma.conf.js
/karma.conf.js
/karma.conf.js
package-lock.json
/package-lock.json
/package-lock.json
package.json
/package.json
/package.json
README.md
/README.md
/README.md
tsconfig.app.json
/tsconfig.app.json
/tsconfig.app.json
tsconfig.json
/tsconfig.json
/tsconfig.json
tsconfig.spec.json
/tsconfig.spec.json
/tsconfig.spec.json
tslint.json
/tslint.json
/tslint.json