UNPKG

activator-oce-exporter

Version:

Extract Activator binder and convert it to valid OCE mono pacakge

17 lines (15 loc) 1.71 kB
<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>Fusion Chart Demo</title> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1"> <link href="../../../../dist/main.css" rel="stylesheet"> <!-- load the webcomponents loader, which injects the necessary polyfill bundle --> <script src="../../../../lib/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> </head> <body> <fusion-chart id="chart" width="800px" height="400px" font-family show-labels="false" labels-position="inner" labels-inner-indent="15px" labels-font-size="20px" labels-font-weight="normal" labels-color="rgba(0, 0, 0, 1)" show-legend="true" legend-position="inset" show-tooltip="true" grouped-tooltip="true" x-axis-type="category" x-axis-tick-rotate="0px" x-axis-tick-height="0px" x-axis-font-size="10px" x-axis-font-weight="normal" x-axis-label-text x-axis-label-position="outer-center" x-axis-label-font-size="10px" x-axis-label-font-weight="normal" x-axis-label-color="rgba(0, 0, 0, 1)" y-axis-font-size="10px" y-axis-font-weight="normal" y-axis-label-text y-axis-label-position="outer-middle" y-axis-label-font-size="10px" y-axis-label-font-weight="normal" y-axis-label-color="rgba(0, 0, 0, 1)" show-grid="false" show-line-point="false" axis-rotate="true"> <fusion-chart-data legend="Placebo" values="0.2,0.2,0.185" chart-color="red" type="bar" chart-data-id="JOEHTZAHFIF57"></fusion-chart-data> <fusion-chart-data legend="Dracebo" values="0.085,0.18,0.145" chart-color="green" type="bar" chart-data-id="JOEHTZAHFIF59"></fusion-chart-data> </fusion-chart> <script src="../../../../dist/main.js"></script> </body></html>