Generador Marginal Energia

Developer
Size
3,208 Kb
Views
24,288

How do I make an generador marginal energia?

What is a generador marginal energia? How do you make a generador marginal energia? This script and codes were developed by Otto Garcia on 02 December 2022, Friday.

Generador Marginal Energia Previews

Generador Marginal Energia - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Generador Marginal Energia</title>
</head>
<body> <script src="https://www.amcharts.com/lib/3/amcharts.js"></script>
<script src="https://www.amcharts.com/lib/3/serial.js"></script>
<script src="https://www.amcharts.com/lib/3/plugins/export/export.min.js"></script>
<link rel="stylesheet" href="https://www.amcharts.com/lib/3/plugins/export/export.css" type="text/css" media="all" />
<script src="https://www.amcharts.com/lib/3/themes/light.js"></script>
<div id="generadormarginal" style="width: 100%;height: 500px;"></div> <script src="js/index.js"></script>
</body>
</html>

Generador Marginal Energia - Script Codes JS Codes

var chart = AmCharts.makeChart( "generadormarginal", { "type": "serial", "addClassNames": true, "theme": "light", "autoMargins": false, "marginLeft": 120, "marginRight": 80, "marginTop": 10, "marginBottom": 35, "balloon": { "adjustBorderColor": false, "horizontalPadding": 10, "verticalPadding": 8, "color": "#ffffff" }, "titles": [{ "text": "JUNIO AÑO 2017" }], "dataProvider": [ { "company":"JAGUAR ENERGY GUATEMALA U2", "precio":50.34105875, "marginando": 21.67 }, { "company":"JAGUAR ENERGY GUATEMALA U1", "precio":50.35226674, "marginando": 11.11 }, { "company":"SAN JOSE", "precio":45.00268303, "marginando": 8.75 }, { "company":"ARIZONA", "precio":72.29206455, "marginando": 6.25 }, { "company":"RENACE", "precio":13.09003105, "marginando": 6.11 }, { "company":"SANTA ANA 2", "precio":60.06775435, "marginando": 5.69 }, { "company":"CHIXOY", "precio":59.92790955, "marginando": 5.56 }, { "company":"INTERCONEXIÓN CON MÉXICO (IMPORTACIÓN EDC-I)", "precio":44.58362207, "marginando": 4.03 }, { "company":"MAGDALENA BLOQUE 7", "precio":60.43783476, "marginando": 2.92 }, { "company":"MAGDALENA BLOQUE 6", "precio":61.81861353, "marginando": 2.92 }, { "company":"INGENIO SAN ISIDRO", "precio":73.32628907, "marginando": 2.36 }, { "company":"GENERADORA COSTA SUR", "precio":59.07417404, "marginando": 2.22 }, { "company":"GENERADORA SANTA LUCIA", "precio":71.99049289, "marginando": 1.94 }, { "company":"MATANZAS", "precio":14.71996927, "marginando": 1.94 }, { "company":"LAS PALMAS II", "precio":58.84082851, "marginando": 1.39 }, { "company":"PAL GORDO BLOQUE 2", "precio":54.77527626, "marginando": 1.39 }, { "company":"ELECTRO CRISTAL BUNKER 1,2", "precio":74.88600423, "marginando": 0.97 }, { "company":"POLIWATT", "precio":80.56640981, "marginando": 0.97 }, { "company":"JURUN MARINALA", "precio":65.01898857, "marginando": 0.97 }, { "company":"TRINIDAD BLOQUE 5", "precio":72.56276632, "marginando": 0.97 }, { "company":"TEXTILES DEL LAGO 2", "precio":79.50552404, "marginando": 0.97 }, { "company":"EL COBANO", "precio":17.11147053, "marginando": 0.83 }, { "company":"LA LIBERTAD", "precio":58.95516185, "marginando": 0.83 }, { "company":"EL CAFETAL", "precio":14.97075742, "marginando": 0.83 }, { "company":"LOS ESCLAVOS", "precio":19.89901651, "marginando": 0.69 }, { "company":"SANTA MARIA", "precio":16.13935843, "marginando": 0.56 }, { "company":"HIDROELECTRICA LA LIBERTAD", "precio":15.14365343, "marginando": 0.56 }, { "company":"EL MANANTIAL 2", "precio":13.04774285, "marginando": 0.56 }, { "company":"SANTA TERESA", "precio":18.54002964, "marginando": 0.56 }, { "company":"HIDROELÉCTRICA GUAYACÁN", "precio":22.78683879, "marginando": 0.42 }, { "company":"SAN ISIDRO", "precio":14.19273037, "marginando": 0.42 }, { "company":"TEXTILES DEL LAGO 3", "precio":78.34009041, "marginando": 0.42 }, { "company":"MONTECRISTO", "precio":13.40754141, "marginando": 0.42 } , { "company":"PANTALEON BLOQUE 3", "precio":63.13102452, "marginando": 0.28 } , { "company":"ELECTRO GENERACION", "precio":79.62271867, "marginando": 0.28 } , { "company":"LAS PALMAS 4", "precio":71.52853468, "marginando": 0.28 } , { "company":"ENERGIA DEL CARIBE", "precio":43.78255789, "marginando": 0.14 }, { "company":"ELECTRO CRISTAL BUNKER", "precio":75.444273, "marginando": 0.14 } , { "company":"TEXTILES DEL LAGO 1", "precio":79.62271867, "marginando": 0.14 }, { "company":"LAS PALMAS 1", "precio":71.66064532, "marginando": 0.14 }, { "company":"CHOLOMA", "precio":18.60201297, "marginando": 0.14 }, { "company":"LAS PALMAS 2", "precio":71.5348475, "marginando": 0.14 } ], "valueAxes": [ { "id":"v1", "axisColor": "#FF6600", "axisAlpha": 1, "position": "left", "unit": "%", }, { "id":"v2", "axisColor": "#FCD202", "axisThickness": 2, "axisAlpha": 1, "position": "right" }], "startDuration": 0, "graphs": [ { "valueAxis": "v1", "alphaField": "alpha", "balloonText": "<span style='font-size:12px;'>[[title]] [[category]]:<br><span style='font-size:20px;'>[[value]]%</span> [[additional]]</span>", "fillAlphas": 1, "title": "Marginando", "type": "column", "valueField": "marginando" }, { "id": "graph2", "valueAxis": "v2", "lineColor": "#FCD202", "balloonText": "<span style='font-size:12px;'>[[title]] [[category]]:<br><span style='font-size:20px;'>[[value]]</span> [[additional]]</span>", "bullet": "round", "lineThickness": 3, "bulletSize": 7, "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF", "useLineColorForBulletBorder": true, "bulletBorderThickness": 3, "fillAlphas": 0, "lineAlpha": 1, "title": "Precio", "valueField": "precio" } ], "categoryField": "company", "titleField": "Precio", "categoryAxis": { "gridPosition": "start", "labelRotation": 90, "labelsEnabled": false, }, "alphaField": "alpha", "balloonText": "<span style='font-size:13px;'>[[title]] en [[category]]: <br><b>[[value]]</b> [[additional]]</span>", "dashLengthField": "dashLengthColumn", "labelText": "[[value]]", "position":"bottom", "lineAlpha": 0.8, "fillAlphas": 0.7, "export": { "enabled": true }, "legend": { "enabled": true }, "chartCursor": { "enabled": true }
} );
Generador Marginal Energia - Script Codes
Generador Marginal Energia - Script Codes
Home Page Home
Developer Otto Garcia
Username good886
Uploaded December 02, 2022
Rating 3
Size 3,208 Kb
Views 24,288
Do you need developer help for Generador Marginal Energia?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Otto Garcia (good886) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!